Home
last modified time | relevance | path

Searched refs:AddPoint (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2127 void AddPoint( long nX, long nY, PolyFlags);
2171 void PolyArgs::AddPoint( long nX, long nY, PolyFlags aFlag ) in AddPoint() function in PolyArgs
2244 rA.AddPoint( p0->x, p0->y, POLY_NORMAL ); in FT_move_to()
2251 rA.AddPoint( p1->x, p1->y, POLY_NORMAL ); in FT_line_to()
2262 rA.AddPoint( nX1, nY1, POLY_CONTROL ); in FT_conic_to()
2266 rA.AddPoint( nX2, nY2, POLY_CONTROL ); in FT_conic_to()
2268 rA.AddPoint( p2->x, p2->y, POLY_NORMAL ); in FT_conic_to()
2275 rA.AddPoint( p1->x, p1->y, POLY_CONTROL ); in FT_cubic_to()
2276 rA.AddPoint( p2->x, p2->y, POLY_CONTROL ); in FT_cubic_to()
2277 rA.AddPoint( p3->x, p3->y, POLY_NORMAL ); in FT_cubic_to()
/aoo4110/main/vcl/aqua/source/gdi/
H A Datslayout.cxx1093 void AddPoint( const Float32Point&, PolyFlags );
1145 void PolyArgs::AddPoint( const Float32Point& rPoint, PolyFlags eFlags )
/aoo4110/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx144 void WinMtfPathObj::AddPoint( const Point& rPoint ) in AddPoint() function in WinMtfPathObj
1153 aPathObj.AddPoint( aDest ); in MoveTo()
1165 aPathObj.AddPoint( aDest ); in LineTo()
H A Dwinmtf.hxx348 void AddPoint( const Point& rPoint );

Completed in 69 milliseconds