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

  /external/freetype/src/truetype/
ttgload.c 564 FT_SubGlyph subglyph; local
576 /* check that we can load a new subglyph */
585 subglyph = gloader->current.subglyphs + num_subglyphs;
587 subglyph->arg1 = subglyph->arg2 = 0;
589 subglyph->flags = FT_NEXT_USHORT( p );
590 subglyph->index = FT_NEXT_USHORT( p );
594 if ( subglyph->flags & ARGS_ARE_WORDS )
596 if ( subglyph->flags & WE_HAVE_A_SCALE )
598 else if ( subglyph->flags & WE_HAVE_AN_XY_SCALE
1447 FT_SubGlyph subglyph; local
1511 FT_SubGlyph subglyph = 0; local
    [all...]
  /external/freetype/src/autofit/
afloader.c 261 FT_SubGlyph subglyph; local
266 /* first of all, copy the subglyph descriptors in the glyph loader */
278 /* now read each subglyph independently */
287 /* to re-allocation -- we must recompute the current subglyph on */
289 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
296 error = af_loader_load_g( loader, scaler, subglyph->index,
301 /* recompute subglyph pointer */
302 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
304 if ( subglyph->flags & FT_SUBGLYPH_FLAG_USE_MY_METRICS )
318 /* now perform the transformation required for this subglyph */
    [all...]

Completed in 1364 milliseconds