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

  /external/chromium_org/third_party/ots/src/
vorg.h 15 uint16_t glyph_index; member in struct:ots::OpenTypeVORGMetrics
cff_type2_charstring.cc 686 // Selects a set of subroutings for |glyph_index| from |cff| and sets it on
691 uint16_t glyph_index, // 0-origin
700 fd_select.find(glyph_index);
754 const unsigned glyph_index = i - 1; // index in the map is 0-origin. local
759 glyph_index,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize-private.hh 36 #define glyph_index() var1.u32 macro
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 36 #define glyph_index() var1.u32 macro
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svpscmap.h 57 FT_UInt glyph_index; member in struct:PS_UniMap_
  /external/freetype/include/freetype/internal/services/
svpscmap.h 57 FT_UInt glyph_index; member in struct:PS_UniMap_
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 421 FT_ULong glyph_index = 0; local
433 glyph_index = i;
440 if ( glyph_index == 0 )
449 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 442 FT_ULong glyph_index = 0; local
454 glyph_index = i;
461 if ( glyph_index == 0 )
470 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
    [all...]
  /external/harfbuzz/src/
harfbuzz-gdef.c 654 HB_UShort glyph_index, array_index, count; local
672 glyph_index = glyphID;
674 glyph_index = glyphID - gcrr[index - 1].End - 1;
679 glyph_index = glyphID - gcrr[index].End - 1;
682 byte = ngc[array_index][glyph_index / 4];
683 bits = byte >> ( 16 - ( glyph_index % 4 + 1 ) * 4 );
989 HB_UShort array_index, glyph_index, count; local
1038 glyph_index = glyphID;
1040 glyph_index = glyphID - gcrr[index - 1].End - 1;
1045 glyph_index = glyphID - gcrr[index].End - 1
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef.c 654 HB_UShort glyph_index, array_index, count; local
672 glyph_index = glyphID;
674 glyph_index = glyphID - gcrr[index - 1].End - 1;
679 glyph_index = glyphID - gcrr[index].End - 1;
682 byte = ngc[array_index][glyph_index / 4];
683 bits = byte >> ( 16 - ( glyph_index % 4 + 1 ) * 4 );
989 HB_UShort array_index, glyph_index, count; local
1038 glyph_index = glyphID;
1040 glyph_index = glyphID - gcrr[index - 1].End - 1;
1045 glyph_index = glyphID - gcrr[index].End - 1
    [all...]
  /external/chromium_org/ui/gfx/
render_text_linux.cc 423 int glyph_index = 0; local
424 int style_start_glyph_index = glyph_index;
434 const PangoGlyphInfo& glyph = run->glyphs->glyphs[glyph_index];
435 glyphs[glyph_index] = static_cast<uint16>(glyph.glyph);
438 pos[glyph_index].set(x + pango_units_to_double(glyph.geometry.x_offset),
442 ++glyph_index;
443 const size_t glyph_text_index = (glyph_index == glyph_count) ?
444 style_range.end() : GetGlyphTextIndex(run, glyph_index);
456 glyph_index - style_start_glyph_index);
464 style_start_glyph_index = glyph_index;
    [all...]
render_text_win.cc 842 const int glyph_index = run->logical_clusters[char_index]; local
843 DCHECK_GE(glyph_index, 0);
844 DCHECK_LT(glyph_index, run->glyph_count);
846 if (run->glyphs[glyph_index] == properties.wgDefault)
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 84 FT_UInt glyph_index; local
90 glyph_index = FT_Get_Char_Index( face, charcode );
91 if ( glyph_index == 0 )
94 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
328 FT_UInt glyph_index; local
337 glyph_index = FT_Get_Char_Index( face, *p );
338 if ( glyph_index == 0 )
344 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
513 FT_UInt glyph_index; local
516 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
aflatin.c 70 FT_UInt glyph_index; local
76 glyph_index = FT_Get_Char_Index( face, charcode );
77 if ( glyph_index == 0 )
80 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
223 FT_UInt glyph_index; local
233 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
234 if ( glyph_index == 0 )
237 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
442 FT_UInt glyph_index; local
445 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
aflatin2.c 73 FT_UInt glyph_index; local
79 glyph_index = FT_Get_Char_Index( face, charcode );
80 if ( glyph_index == 0 )
83 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
219 FT_UInt glyph_index; local
228 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
229 if ( glyph_index == 0 )
232 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
431 FT_UInt glyph_index; local
434 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 560 FT_UInt glyph_index,
575 /* The validity test for `glyph_index' is performed by the */
661 glyph_index,
682 glyph_index, load_flags );
691 glyph_index,
808 FT_UInt glyph_index; local
814 glyph_index = (FT_UInt)char_code;
816 glyph_index = FT_Get_Char_Index( face, char_code );
818 return FT_Load_Glyph( face, glyph_index, load_flags );
    [all...]
  /external/freetype/src/autofit/
afcjk.c 83 FT_UInt glyph_index; local
89 glyph_index = FT_Get_Char_Index( face,
91 if ( glyph_index == 0 )
94 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
331 FT_UInt glyph_index; local
340 glyph_index = FT_Get_Char_Index( face, *p );
341 if ( glyph_index == 0 )
347 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
517 FT_UInt glyph_index; local
520 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
aflatin.c 73 FT_UInt glyph_index; local
79 glyph_index = FT_Get_Char_Index( face,
81 if ( glyph_index == 0 )
85 metrics->root.clazz->standard_char, glyph_index ));
87 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
252 FT_UInt glyph_index; local
260 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
261 if ( glyph_index == 0 )
264 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
512 FT_UInt glyph_index; local
    [all...]
aflatin2.c 73 FT_UInt glyph_index; local
79 glyph_index = FT_Get_Char_Index( face,
81 if ( glyph_index == 0 )
84 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
220 FT_UInt glyph_index; local
227 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
228 if ( glyph_index == 0 )
231 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
441 FT_UInt glyph_index; local
444 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
  /external/freetype/src/base/
ftobjs.c 591 FT_UInt glyph_index,
606 /* The validity test for `glyph_index' is performed by the */
693 glyph_index,
714 glyph_index, load_flags );
723 glyph_index,
840 FT_UInt glyph_index; local
846 glyph_index = (FT_UInt)char_code;
848 glyph_index = FT_Get_Char_Index( face, char_code );
850 return FT_Load_Glyph( face, glyph_index, load_flags );
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 1497 FT_UInt glyph_index; member in struct:TT_LoaderRec_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1394 FT_UInt glyph_index; member in struct:TT_LoaderRec_
    [all...]

Completed in 377 milliseconds