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

  /external/freetype/include/freetype/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of subglyphs */
74 FT_SubGlyph subglyphs; /* subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/freetype/src/base/
ftgloadr.c 113 FT_FREE( loader->base.subglyphs );
183 /* re-adjust the `current' subglyphs field */
191 current->subglyphs = base->subglyphs + base->num_subglyphs;
272 /* reallocates its subglyphs table if necessary. Note that it DOES */
273 /* NOT change the number of subglyphs within the loader! */
292 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
ftobjs.c 326 slot->subglyphs = 0;
    [all...]
  /external/freetype/src/autofit/
afloader.c 261 FT_ARRAY_COPY( gloader->current.subglyphs,
262 slot->subglyphs,
276 /* gloader.current.subglyphs can change during glyph loading due */
279 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
292 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
  /external/freetype/src/truetype/
ttgload.c 602 subglyph = gloader->current.subglyphs + num_subglyphs;
771 /* completely refer to the (already) hinted subglyphs. */
    [all...]
  /external/freetype/src/psaux/
t1decode.c 249 /* accent character and return the array of subglyphs. */
262 subg = loader->current.subglyphs;
280 glyph->subglyphs = loader->base.subglyphs;
    [all...]
  /external/freetype/src/cff/
cffgload.c 764 /* accent character and return the array of subglyphs. */
777 subg = loader->current.subglyphs;
795 glyph->subglyphs = loader->base.subglyphs;
    [all...]
  /external/freetype/include/freetype/
freetype.h 1626 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]

Completed in 84 milliseconds