Home
last modified time | relevance | path

Searched refs:is_composite (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/truetype/
Dttinterp.h199 FT_Bool is_composite; /* true if the glyph is composite */ member
Dttgload.c715 FT_Bool is_composite ) in TT_Hint_Glyph() argument
723 FT_UNUSED( is_composite ); in TT_Hint_Glyph()
752 if ( is_composite ) in TT_Hint_Glyph()
790 loader->exec->is_composite = is_composite; in TT_Hint_Glyph()
/external/valgrind/main/coregrind/m_debuginfo/
DUNUSED_STABS.txt656 static inline Bool is_composite(SymType *ty)
672 return ty->kind == TyPointer || is_composite(ty);
865 if (!is_composite(var->type) &&