Searched refs:func_interface (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftoutln.c | 44 const FT_Outline_Funcs* func_interface, in FT_Outline_Decompose() argument 71 if ( !func_interface ) in FT_Outline_Decompose() 74 shift = func_interface->shift; in FT_Outline_Decompose() 75 delta = func_interface->delta; in FT_Outline_Decompose() 134 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose() 156 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose() 186 error = func_interface->conic_to( &v_control, &vec, user ); in FT_Outline_Decompose() 202 error = func_interface->conic_to( &v_control, &v_middle, user ); in FT_Outline_Decompose() 214 error = func_interface->conic_to( &v_control, &v_start, user ); in FT_Outline_Decompose() 248 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_Outline_Decompose() [all …]
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
D | ftgrays.c | 1649 const FT_Outline_Funcs* func_interface, in FT_Outline_Decompose() argument 1676 if ( !func_interface ) in FT_Outline_Decompose() 1679 shift = func_interface->shift; in FT_Outline_Decompose() 1680 delta = func_interface->delta; in FT_Outline_Decompose() 1739 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose() 1761 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose() 1791 error = func_interface->conic_to( &v_control, &vec, user ); in FT_Outline_Decompose() 1807 error = func_interface->conic_to( &v_control, &v_middle, user ); in FT_Outline_Decompose() 1819 error = func_interface->conic_to( &v_control, &v_start, user ); in FT_Outline_Decompose() 1853 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_Outline_Decompose() [all …]
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftoutln.h | 124 const FT_Outline_Funcs* func_interface,
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 2612 func_interface was moved from gray_convert_glyph_inner function 2615 func_interface and ft_grays_raster structs 2618 And func_interface will be allocated on the stack of
|
D | ChangeLog.21 | 8553 src/base/ftoutln.c: s/interface/func_interface/. 8561 * src/smooth/ftgrays.c: s/interface/func_interface/.
|