HomeSort by relevance Sort by last modified time
    Searched defs:num_subglyphs (Results 1 - 10 of 10) sorted by null

  /external/freetype/include/freetype/internal/
ftgloadr.h 55 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/freetype/src/truetype/
ttgload.c 563 FT_UInt num_subglyphs; local
566 num_subglyphs = 0;
575 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
583 subglyph = gloader->current.subglyphs + num_subglyphs;
659 num_subglyphs++;
663 gloader->current.num_subglyphs = num_subglyphs;
664 FT_TRACE5(( " %d components\n", num_subglyphs ));
1872 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgload.c 562 FT_UInt num_subglyphs; local
565 num_subglyphs = 0;
574 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
582 subglyph = gloader->current.subglyphs + num_subglyphs;
658 num_subglyphs++;
662 gloader->current.num_subglyphs = num_subglyphs;
663 FT_TRACE5(( " %d components\n", num_subglyphs ));
1826 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 561 FT_UInt num_subglyphs; local
564 num_subglyphs = 0;
573 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
581 subglyph = gloader->current.subglyphs + num_subglyphs;
657 num_subglyphs++;
661 gloader->current.num_subglyphs = num_subglyphs;
1792 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
    [all...]
  /external/freetype/include/freetype/
freetype.h 1783 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
freetype.h 1766 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
freetype.h 1766 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h 1747 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]

Completed in 494 milliseconds