Home
last modified time | relevance | path

Searched refs:FT_IS_TRICKY (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/truetype/
H A Dttdriver.c447 if ( FT_IS_TRICKY( face ) ) in tt_glyph_load()
458 if ( !FT_IS_TRICKY( face ) ) in tt_glyph_load()
H A Dttgload.c2464 if ( FT_IS_TRICKY( glyph->face ) ) in tt_loader_init()
H A Dttinterp.c7669 !FT_IS_TRICKY( &exc->face->root ) ) in TT_RunIns()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/
H A Dfreetype.h1474 #define FT_IS_TRICKY( face ) \ macro
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftobjs.c830 !FT_IS_TRICKY( face ) && in FT_Load_Glyph()