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

1 2

  /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 34 #define glyph_index() var1.u32 macro
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 34 #define glyph_index() var1.u32 macro
  /frameworks/minikin/libs/minikin/
MinikinFontFreeType.cpp 42 FT_UInt glyph_index = FT_Get_Char_Index(mTypeface, codepoint); local
43 *glyph = glyph_index;
44 return !!glyph_index;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1gload.c 59 FT_UInt glyph_index,
81 glyph_index, char_string );
88 char_string->pointer = type1->charstrings[glyph_index];
89 char_string->length = (FT_Int)type1->charstrings_len[glyph_index];
111 glyph_index, FALSE, &metrics );
126 FT_UInt glyph_index )
130 decoder, glyph_index, &glyph_data );
158 FT_Int glyph_index; local
194 for ( glyph_index = 0; glyph_index < type1->num_glyphs; glyph_index++
    [all...]
  /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/internal/services/
svpscmap.h 57 FT_UInt glyph_index; member in struct:PS_UniMap_
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svpscmap.h 57 FT_UInt glyph_index; member in struct:PS_UniMap_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 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/freetype/src/truetype/
ttobjs.c 443 FT_ULong glyph_index = 0; local
455 glyph_index = i;
462 if ( glyph_index == 0 )
471 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/ui/gfx/
render_text_pango.cc 432 int glyph_index = 0; local
433 int style_start_glyph_index = glyph_index;
443 const PangoGlyphInfo& glyph = run->glyphs->glyphs[glyph_index];
444 glyphs[glyph_index] = static_cast<uint16>(glyph.glyph);
447 pos[glyph_index].set(x + pango_units_to_double(glyph.geometry.x_offset),
451 ++glyph_index;
455 const size_t glyph_text_index = (glyph_index == glyph_count) ?
456 style_range.end() : GetGlyphTextIndex(run, glyph_index);
469 glyph_index - style_start_glyph_index);
477 style_start_glyph_index = glyph_index;
    [all...]
render_text_win.cc 1223 const int glyph_index = run->logical_clusters[char_index]; local
    [all...]
  /external/chromium_org/third_party/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...]