Searched refs:TT_Get_MM_Var (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgxvar.h | 155 TT_Get_MM_Var( TT_Face face,
|
D | ttdriver.c | 423 (FT_Get_MM_Var_Func) TT_Get_MM_Var,
|
D | ttgxvar.c | 708 TT_Get_MM_Var( TT_Face face, in TT_Get_MM_Var() function 1011 if ( ( error = TT_Get_MM_Var( face, NULL ) ) != 0 ) in TT_Set_MM_Blend() 1164 if ( ( error = TT_Get_MM_Var( face, NULL ) ) != 0 ) in TT_Set_Var_Design()
|
D | ttobjs.c | 642 error = TT_Get_MM_Var( face, NULL ); in tt_face_init()
|
/external/freetype/src/truetype/ |
D | ttgxvar.h | 320 TT_Get_MM_Var( TT_Face face,
|
D | ttdriver.c | 490 (FT_Get_MM_Var_Func) TT_Get_MM_Var, /* get_mm_var */
|
D | ttgxvar.c | 1750 TT_Get_MM_Var( TT_Face face, in TT_Get_MM_Var() function 2061 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) in TT_Set_MM_Blend() 2212 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) in TT_Get_MM_Blend() 2286 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) in TT_Set_Var_Design() 2423 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) in TT_Get_Var_Design()
|
D | ttobjs.c | 636 error = TT_Get_MM_Var( face, NULL ); in tt_face_init()
|