Home
last modified time | relevance | path

Searched defs:Vertex (Results 1 – 4 of 4) sorted by relevance

/trunk/main/canvas/inc/canvas/rendering/
H A Direndermodule.hxx45 struct Vertex struct
47 float r,g,b,a;
48 float u,v;
49 float x,y,z;
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygonrasterconverter.hxx106 struct Vertex struct in basegfx::B2DPolyPolygonRasterConverter
111 B2DPoint aP1;
112 B2DPoint aP2;
113 bool bDownwards;
/trunk/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx59 struct Vertex struct
61 sal_Int32 mnYCounter;
62 sal_Int64 mnX;
63 sal_Int64 mnXDelta;
65 bool mbDownwards; // needed for nonzero winding rule
68 Vertex() : in Vertex() argument
74 Vertex( basegfx::B2DPoint const& rPt1, in Vertex() function
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx286 inline B2DPolyPolygonRasterConverter::Vertex::Vertex() : in Vertex() function in basegfx::B2DPolyPolygonRasterConverter::Vertex
293 …inline B2DPolyPolygonRasterConverter::Vertex::Vertex( const B2DPoint& rP1, const B2DPoint& rP2, bo… in Vertex() function in basegfx::B2DPolyPolygonRasterConverter::Vertex

Completed in 13 milliseconds