Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/truetype/
Dttdriver.c380 if ( FT_IS_TRICKY( face ) ) in tt_glyph_load()
391 if ( !FT_IS_TRICKY( face ) ) in tt_glyph_load()
Dttgload.c2226 if ( FT_IS_TRICKY( glyph->face ) ) in tt_loader_init()
/external/freetype/src/truetype/
Dttdriver.c444 if ( FT_IS_TRICKY( face ) ) in tt_glyph_load()
455 if ( !FT_IS_TRICKY( face ) ) in tt_glyph_load()
Dttgload.c2373 if ( FT_IS_TRICKY( glyph->face ) ) in tt_loader_init()
Dttinterp.c7583 !FT_IS_TRICKY( &exc->face->root ) ) in TT_RunIns()
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h1390 #define FT_IS_TRICKY( face ) \ macro
/external/freetype/include/freetype/
Dfreetype.h1422 #define FT_IS_TRICKY( face ) \ macro
/external/pdfium/core/fxge/ge/
Dcfx_font.cpp638 if (!(m_Face->face_flags & FT_FACE_FLAG_SFNT) || !FT_IS_TRICKY(m_Face)) in LoadGlyphPathImpl()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c656 !FT_IS_TRICKY( face ) && in FT_Load_Glyph()
/external/freetype/src/base/
Dftobjs.c680 !FT_IS_TRICKY( face ) && in FT_Load_Glyph()