Searched refs:path_append (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
H A Dtext.c127 path_append(VGPath path, VGubyte segment, const FT_Vector **vectors) function in typeref:typename:int
163 return path_append(path, VG_MOVE_TO, &to);
171 return path_append(path, VG_LINE_TO, &to);
180 return path_append(path, VG_QUAD_TO, vectors);
190 return path_append(path, VG_CUBIC_TO, vectors);

Completed in 2 milliseconds