Searched refs:line_to_ (Results 1 – 2 of 2) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 957 #define FT_DEFINE_OUTLINE_FUNCS(class_, move_to_, line_to_, conic_to_, \ argument 961 move_to_, line_to_, conic_to_, cubic_to_, shift_, delta_ \ 966 #define FT_DEFINE_OUTLINE_FUNCS(class_, move_to_, line_to_, conic_to_, \ argument 972 clazz->line_to = line_to_; \
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 178 move_to_, line_to_, \ argument 184 line_to_, \
|