Home
last modified time | relevance | path

Searched refs:FT_IS_NAMED_INSTANCE (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/truetype/
H A Dttdriver.c236 if ( ( FT_IS_NAMED_INSTANCE( ttface ) || FT_IS_VARIATION( ttface ) ) && in tt_get_advances()
256 if ( ( FT_IS_NAMED_INSTANCE( ttface ) || FT_IS_VARIATION( ttface ) ) && in tt_get_advances()
H A Dttgload.c937 if ( FT_IS_NAMED_INSTANCE( FT_FACE( loader->face ) ) || in TT_Process_Simple_Glyph()
1662 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in load_truetype_glyph()
1837 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in load_truetype_glyph()
2696 #define IS_DEFAULT_INSTANCE ( !( FT_IS_NAMED_INSTANCE( glyph->face ) || \ in TT_Load_Glyph()
H A Dttgxvar.c2445 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) ) in tt_set_mm_blend()
2729 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) ) in TT_Set_Var_Design()
/reactos/sdk/lib/3rdparty/freetype/src/cff/
H A Dcffdrivr.c221 if ( ( FT_IS_NAMED_INSTANCE( face ) || FT_IS_VARIATION( face ) ) && in cff_get_advances()
255 if ( ( FT_IS_NAMED_INSTANCE( face ) || FT_IS_VARIATION( face ) ) && in cff_get_advances()
/reactos/sdk/lib/3rdparty/freetype/src/sfnt/
H A Dsfdriver.c865 if ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) && in sfnt_get_var_ps_name()
1034 ( FT_IS_NAMED_INSTANCE( FT_FACE( face ) ) || in sfnt_get_ps_name()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/
H A Dfreetype.h1424 #define FT_IS_NAMED_INSTANCE( face ) \ macro