Searched defs:Vertex (Results 1 – 4 of 4) sorted by relevance
45 struct Vertex struct47 float r,g,b,a;48 float u,v;49 float x,y,z;
105 struct Vertex struct in basegfx::B2DPolyPolygonRasterConverter110 B2DPoint aP1;111 B2DPoint aP2;112 bool bDownwards;
59 struct Vertex struct61 sal_Int32 mnYCounter;62 sal_Int64 mnX;63 sal_Int64 mnXDelta;65 bool mbDownwards; // needed for nonzero winding rule68 Vertex() : in Vertex() function74 Vertex( basegfx::B2DPoint const& rPt1, in Vertex() function
286 inline B2DPolyPolygonRasterConverter::Vertex::Vertex() : in Vertex() function in basegfx::B2DPolyPolygonRasterConverter::Vertex293 …inline B2DPolyPolygonRasterConverter::Vertex::Vertex( const B2DPoint& rP1, const B2DPoint& rP2, bo… in Vertex() function in basegfx::B2DPolyPolygonRasterConverter::Vertex
Completed in 26 milliseconds