HomeSort by relevance Sort by last modified time
    Searched full:is_composite (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/truetype/
ttinterp.h 199 FT_Bool is_composite; /* true if the glyph is composite */ member in struct:TT_ExecContextRec_
ttgload.c 715 FT_Bool is_composite )
723 FT_UNUSED( is_composite );
752 if ( is_composite )
790 loader->exec->is_composite = is_composite;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
UNUSED_STABS.txt 656 static inline Bool is_composite(SymType *ty)
672 return ty->kind == TyPointer || is_composite(ty);
865 if (!is_composite(var->type) &&
    [all...]

Completed in 196 milliseconds