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 561 FT_SubGlyph subglyph; local
573 /* check that we can load a new subglyph */
582 subglyph = gloader->current.subglyphs + num_subglyphs;
584 subglyph->arg1 = subglyph->arg2 = 0;
586 subglyph->flags = FT_NEXT_USHORT( p );
587 subglyph->index = FT_NEXT_USHORT( p );
591 if ( subglyph->flags & ARGS_ARE_WORDS )
593 if ( subglyph->flags & WE_HAVE_A_SCALE )
595 else if ( subglyph->flags & WE_HAVE_AN_XY_SCALE
1444 FT_SubGlyph subglyph; local
1508 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 60 milliseconds