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

  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 574 FT_SubGlyph subglyph; local
586 /* check that we can load a new subglyph */
595 subglyph = gloader->current.subglyphs + num_subglyphs;
597 subglyph->arg1 = subglyph->arg2 = 0;
599 subglyph->flags = FT_NEXT_USHORT( p );
600 subglyph->index = FT_NEXT_USHORT( p );
604 if ( subglyph->flags & ARGS_ARE_WORDS )
606 if ( subglyph->flags & WE_HAVE_A_SCALE )
608 else if ( subglyph->flags & WE_HAVE_AN_XY_SCALE
1525 FT_SubGlyph subglyph; local
1589 FT_SubGlyph subglyph = 0; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 574 FT_SubGlyph subglyph; local
586 /* check that we can load a new subglyph */
595 subglyph = gloader->current.subglyphs + num_subglyphs;
597 subglyph->arg1 = subglyph->arg2 = 0;
599 subglyph->flags = FT_NEXT_USHORT( p );
600 subglyph->index = FT_NEXT_USHORT( p );
604 if ( subglyph->flags & ARGS_ARE_WORDS )
606 if ( subglyph->flags & WE_HAVE_A_SCALE )
608 else if ( subglyph->flags & WE_HAVE_AN_XY_SCALE
1525 FT_SubGlyph subglyph; local
1589 FT_SubGlyph subglyph = 0; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 267 FT_SubGlyph subglyph; local
272 /* first of all, copy the subglyph descriptors in the glyph loader */
284 /* now read each subglyph independently */
293 /* to re-allocation -- we must recompute the current subglyph on */
295 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
302 error = af_loader_load_g( loader, scaler, subglyph->index,
307 /* recompute subglyph pointer */
308 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
310 if ( subglyph->flags & FT_SUBGLYPH_FLAG_USE_MY_METRICS )
324 /* now perform the transformation required for this subglyph */
    [all...]
  /external/freetype/src/autofit/
afloader.c 267 FT_SubGlyph subglyph; local
272 /* first of all, copy the subglyph descriptors in the glyph loader */
284 /* now read each subglyph independently */
293 /* to re-allocation -- we must recompute the current subglyph on */
295 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
302 error = af_loader_load_g( loader, scaler, subglyph->index,
307 /* recompute subglyph pointer */
308 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
310 if ( subglyph->flags & FT_SUBGLYPH_FLAG_USE_MY_METRICS )
324 /* now perform the transformation required for this subglyph */
    [all...]

Completed in 40 milliseconds