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

  /external/freetype/src/pfr/
pfrgload.c 566 PFR_SubGlyph subglyph; local
620 subglyph = glyph->subs + org_count;
622 for ( i = 0; i < count; i++, subglyph++ )
634 subglyph->x_scale = 0x10000L;
638 subglyph->x_scale = PFR_NEXT_SHORT( p ) * 16;
641 subglyph->y_scale = 0x10000L;
645 subglyph->y_scale = PFR_NEXT_SHORT( p ) * 16;
681 subglyph->x_delta = x_pos;
682 subglyph->y_delta = y_pos;
688 subglyph->gps_size = PFR_NEXT_USHORT( p )
768 PFR_SubGlyph subglyph; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 565 FT_SubGlyph subglyph; local
577 /* check that we can load a new subglyph */
586 subglyph = gloader->current.subglyphs + num_subglyphs;
588 subglyph->arg1 = subglyph->arg2 = 0;
590 subglyph->flags = FT_NEXT_USHORT( p );
591 subglyph->index = FT_NEXT_USHORT( p );
595 if ( subglyph->flags & ARGS_ARE_WORDS )
597 if ( subglyph->flags & WE_HAVE_A_SCALE )
599 else if ( subglyph->flags & WE_HAVE_AN_XY_SCALE
1841 FT_SubGlyph subglyph; local
1984 FT_SubGlyph subglyph = NULL; local
    [all...]

Completed in 138 milliseconds