ultimatepp/uppsrc/Geom/Draw/coordutil.h
mdelfede 263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00

21 lines
745 B
C

#ifndef _Geom_Draw_coordutil_h_
#define _Geom_Draw_coordutil_h_
NAMESPACE_UPP
void AlphaTransformPaint(ImageBuffer& out, const Image& in,
const PlanarSegmentTree& planar,
const LinearSegmentTree& left, const LinearSegmentTree& top,
const LinearSegmentTree& right, const LinearSegmentTree& bottom,
const SegmentTreeInfo& info, Color background);
void PaintPlanarTree(Draw& draw, const PlanarSegmentTree& planar,
const LinearSegmentTree& left, const LinearSegmentTree& top,
const LinearSegmentTree& right, const LinearSegmentTree& bottom);
void PlotLine(PlotterTool& tool, GisTransform transform, Pointf source1, Pointf source2);
void PlotRect(PlotterTool& tool, GisTransform transform, const Rectf& src);
END_UPP_NAMESPACE
#endif