HomeSort by: relevance | last modified time | path
    Searched defs:num_subglyphs (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftgloadr.h 54 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgload.c 598 FT_UInt num_subglyphs; local
601 num_subglyphs = 0;
610 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
618 subglyph = gloader->current.subglyphs + num_subglyphs;
699 num_subglyphs++;
703 gloader->current.num_subglyphs = num_subglyphs;
705 num_subglyphs,
706 num_subglyphs > 1 ? "s" : "" ));
715 for ( i = 0; i < num_subglyphs; i++
2099 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/
freetype.h 1763 * num_subglyphs ::
1770 * `num_subglyphs` elements in there. Currently internal to FreeType.
1892 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
3979 * `glyph->num_subglyphs`.

Completed in 10 milliseconds