HomeSort by relevance Sort by last modified time
    Searched refs:num_glyphs (Results 101 - 123 of 123) sorted by null

1 2 3 45

  /external/freetype/src/cff/
cffdrivr.c 285 for ( i = 0; i < cff->num_glyphs; i++ )
553 if ( glyph_index > cff->num_glyphs )
cffobjs.c 595 cffface->num_glyphs = cff->num_glyphs;
740 cffface->num_glyphs = cff->charset.max_cid + 1;
742 cffface->num_glyphs = cff->charstrings_index.count;
    [all...]
cffgload.c 646 for ( n = 0; n < cff->num_glyphs; n++ )
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.c 595 cffface->num_glyphs = cff->num_glyphs;
740 cffface->num_glyphs = cff->charset.max_cid + 1;
742 cffface->num_glyphs = cff->charstrings_index.count;
    [all...]
cffgload.c 650 for ( n = 0; n < cff->num_glyphs; n++ )
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc 173 int32_t num_loca_glyphs = first_loca_table->num_glyphs();
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 145 for ( n = 0; n < decoder->num_glyphs; n++ )
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 183 if (*i < 0 || *i >= loca_table->num_glyphs()) {
243 loca_list.resize(loca_table->num_glyphs());
274 for (int32_t j = last_glyph_id + 1; j <= loca_table->num_glyphs(); ++j) {
  /external/freetype/src/psaux/
t1decode.c 145 for ( n = 0; n < decoder->num_glyphs; n++ )
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
psaux.h 674 FT_UInt num_glyphs; member in struct:T1_DecoderRec_
    [all...]
  /external/freetype/include/internal/
psaux.h 674 FT_UInt num_glyphs; member in struct:T1_DecoderRec_
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h 927 FT_Long num_glyphs; member in struct:FT_FaceRec_
    [all...]
  /external/chromium_org/ui/gfx/
render_text_pango.cc 418 int glyph_count = run->glyphs->num_glyphs;
  /external/freetype/include/
freetype.h 966 FT_Long num_glyphs; member in struct:FT_FaceRec_
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c     [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.c 759 face->root.num_glyphs = face->max_profile.numGlyphs;
    [all...]
ttcmap.c     [all...]
  /external/freetype/src/sfnt/
sfobjs.c     [all...]
ttcmap.c     [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c     [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 8920 milliseconds

1 2 3 45