Searched defs:subglyph (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/autofit/
H A Dafloader.c261 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...]
/external/freetype/src/truetype/
H A Dttgload.c561 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
934 TT_Process_Composite_Component( TT_Loader loader, FT_SubGlyph subglyph, FT_UInt start_point, FT_UInt num_base_points ) argument
1444 FT_SubGlyph subglyph; local
1508 FT_SubGlyph subglyph = 0; local
[all...]

Completed in 53 milliseconds