HomeSort by relevance Sort by last modified time
    Searched refs:subglyphs (Results 1 - 9 of 9) sorted by null

  /external/freetype/include/freetype/internal/
ftgloadr.h 55 FT_UInt num_subglyphs; /* number of subglyphs */
56 FT_SubGlyph subglyphs; /* subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/freetype/src/base/
ftgloadr.c 114 FT_FREE( loader->base.subglyphs );
184 /* re-adjust the `current' subglyphs field */
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
277 /* reallocates its subglyphs table if necessary. Note that it DOES */
278 /* NOT change the number of subglyphs within the loader! */
297 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
ftobjs.c 520 slot->subglyphs = NULL;
    [all...]
  /external/freetype/src/type42/
t42objs.c 627 slot->subglyphs = NULL;
679 glyph->subglyphs = t42slot->ttslot->subglyphs;
  /external/freetype/src/truetype/
ttgload.c 589 subglyph = gloader->current.subglyphs + num_subglyphs;
684 subglyph = gloader->current.subglyphs;
824 /* completely refer to the (already) hinted subglyphs. */
    [all...]
  /external/freetype/src/psaux/
t1decode.c 327 /* accent character and return the array of subglyphs. */
340 subg = loader->current.subglyphs;
358 glyph->subglyphs = loader->base.subglyphs;
    [all...]
cffdecode.c 267 /* accent character and return the array of subglyphs. */
280 subg = loader->current.subglyphs;
298 glyph->subglyphs = loader->base.subglyphs;
    [all...]
psintrp.c     [all...]
  /external/freetype/include/freetype/
freetype.h 1992 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]

Completed in 750 milliseconds