Home
last modified time | relevance | path

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

/aoo41x/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;
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygonrasterconverter.hxx105 struct Vertex struct in basegfx::B2DPolyPolygonRasterConverter
110 B2DPoint aP1;
111 B2DPoint aP2;
112 bool bDownwards;
/aoo41x/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
/aoo41x/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 36 milliseconds