Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx68 typedef const FT_Vector* FT_Vector_CPtr; typedef
70 typedef FT_Vector* FT_Vector_CPtr; typedef
2237 static int FT_move_to( FT_Vector_CPtr p0, void* vpPolyArgs ) in FT_move_to()
2248 static int FT_line_to( FT_Vector_CPtr p1, void* vpPolyArgs ) in FT_line_to()
2255 static int FT_conic_to( FT_Vector_CPtr p1, FT_Vector_CPtr p2, void* vpPolyArgs ) in FT_conic_to()
2272 static int FT_cubic_to( FT_Vector_CPtr p1, FT_Vector_CPtr p2, FT_Vector_CPtr p3, void* vpPolyArgs ) in FT_cubic_to()

Completed in 33 milliseconds