Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dftmm.h319 FT_Get_MM_Var( FT_Face face,
/external/freetype/src/base/
Dftmm.c124 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var() function
/external/pdfium/core/fxge/
Dfx_freetype.h161 #define FXFT_Get_MM_Var(face, p) FT_Get_MM_Var(static_cast<FT_Face>(face), p)
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp339 if (FT_Get_MM_Var(rec->fFace.get(), &variations)) { in ft_face_setup_axes()
1645 if (FT_Get_MM_Var(face, &variations)) { in onGetVariationDesignPosition()
1693 if (FT_Get_MM_Var(face, &variations)) { in onGetVariationDesignParameters()
1929 FT_Error err = FT_Get_MM_Var(face, &variations); in GetAxes()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp339 if (FT_Get_MM_Var(rec->fFace.get(), &variations)) { in ft_face_setup_axes()
1645 if (FT_Get_MM_Var(face, &variations)) { in onGetVariationDesignPosition()
1693 if (FT_Get_MM_Var(face, &variations)) { in onGetVariationDesignParameters()
1929 FT_Error err = FT_Get_MM_Var(face, &variations); in GetAxes()
/external/harfbuzz_ng/src/
Dhb-ft.cc698 if (!FT_Get_MM_Var (ft_face, &mm_var)) in hb_ft_font_changed()
/external/freetype/docs/
DCHANGES16 - Bug fix: Multiple calls to `FT_Get_MM_Var' returned garbage.
107 returned in a call to `FT_Get_MM_Var'.
/external/freetype/
DChangeLog1810 [truetype] Fix multiple calls of `FT_Get_MM_Var' (#52955).
DChangeLog.212492 (FT_Get_MM_Var, FT_Set_Var_Design_Coordinates,
2510 * src/base/ftmm.c (FT_Get_MM_Var, FT_Set_Var_Design_Coordinates,