Home
last modified time | relevance | path

Searched refs:FT_IS_TRICKY (Results 1 – 9 of 9) 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.c380 if ( FT_IS_TRICKY( face ) ) in tt_glyph_load()
391 if ( !FT_IS_TRICKY( face ) ) in tt_glyph_load()
Dttgload.c2252 if ( FT_IS_TRICKY( glyph->face ) ) in tt_loader_init()
/external/freetype/include/
Dfreetype.h1371 #define FT_IS_TRICKY( face ) \ macro
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h1390 #define FT_IS_TRICKY( face ) \ macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1811 if (!(m_Face->face_flags & FT_FACE_FLAG_SFNT) || !FT_IS_TRICKY(m_Face)) { in LoadGlyphPath()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c656 !FT_IS_TRICKY( face ) && in FT_Load_Glyph()
/external/freetype/src/base/
Dftobjs.c656 !FT_IS_TRICKY( face ) && in FT_Load_Glyph()