Searched refs:FT_IS_TRICKY (Results 1 – 8 of 8) sorted by relevance
454 if ( FT_IS_TRICKY( face ) ) in tt_glyph_load()465 if ( !FT_IS_TRICKY( face ) ) in tt_glyph_load()
2472 if ( FT_IS_TRICKY( glyph->face ) ) in tt_loader_init()
7781 !FT_IS_TRICKY( &exc->face->root ) ) in TT_RunIns()
1501 #define FT_IS_TRICKY( face ) \ macro
573 if (!(m_Face->face_flags & FT_FACE_FLAG_SFNT) || !FT_IS_TRICKY(m_Face)) in LoadGlyphPathImpl()
836 !FT_IS_TRICKY( face ) && in FT_Load_Glyph()
1836 The macro FT_IS_TRICKY can be used to check this flag.
3626 * include/freetype/freetype.h (FT_FACE_FLAG_TRICKY, FT_IS_TRICKY):