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

1 2 3 4 5

  /external/chromium_org/third_party/ots/src/
vorg.h 15 uint16_t glyph_index; member in struct:ots::OpenTypeVORGMetrics
vorg.cc 50 if (!table.ReadU16(&rec.glyph_index) ||
54 if ((i != 0) && (rec.glyph_index <= last_glyph_index)) {
59 last_glyph_index = rec.glyph_index;
84 if (!out->WriteU16(rec.glyph_index) ||
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 57 HB_UInt glyph_index,
66 HB_UInt glyph_index,
95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \
97 (glyph_index), (component), (ligID) \
99 #define REPLACE_Glyph( buffer, glyph_index, nesting_level ) \
100 ( ( error = _hb_buffer_replace_output_glyph( (buffer), (glyph_index), \
harfbuzz-buffer.c 173 HB_UInt glyph_index,
185 glyph->gindex = glyph_index;
320 HB_UInt glyph_index,
324 HB_UShort glyph_data = glyph_index;
353 HB_UInt glyph_index,
365 buffer->out_string[buffer->out_pos-1].gindex = glyph_index;
369 return _hb_buffer_add_output_glyph( buffer, glyph_index, 0xFFFF, 0xFFFF );
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer-private.h 57 HB_UInt glyph_index,
66 HB_UInt glyph_index,
95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \
97 (glyph_index), (component), (ligID) \
99 #define REPLACE_Glyph( buffer, glyph_index, nesting_level ) \
100 ( ( error = _hb_buffer_replace_output_glyph( (buffer), (glyph_index), \
harfbuzz-buffer.c 173 HB_UInt glyph_index,
185 glyph->gindex = glyph_index;
320 HB_UInt glyph_index,
324 HB_UShort glyph_data = glyph_index;
353 HB_UInt glyph_index,
365 buffer->out_string[buffer->out_pos-1].gindex = glyph_index;
369 return _hb_buffer_add_output_glyph( buffer, glyph_index, 0xFFFF, 0xFFFF );
  /external/chromium_org/third_party/freetype/include/freetype/
ftincrem.h 158 * glyph_index ::
180 FT_UInt glyph_index,
224 * glyph_index ::
243 FT_UInt glyph_index,
ftcid.h 137 * glyph_index ::
156 FT_UInt glyph_index,
  /external/chromium_org/third_party/freetype/src/autofit/
afmodule.c 59 FT_UInt glyph_index,
65 glyph_index, load_flags );
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.h 51 FT_UInt glyph_index,
67 FT_UInt glyph_index,
  /external/freetype/include/freetype/
ftincrem.h 158 * glyph_index ::
180 FT_UInt glyph_index,
224 * glyph_index ::
243 FT_UInt glyph_index,
ftcid.h 137 * glyph_index ::
156 FT_UInt glyph_index,
  /external/freetype/src/truetype/
ttsubpix.h 80 FT_UInt glyph_index,
89 FT_UInt glyph_index );
93 FT_UInt glyph_index );
ttsubpix.c 822 FT_UInt glyph_index,
840 rule[i].glyph ) == glyph_index )
853 FT_UInt glyph_index,
871 rule[i].glyph ) == glyph_index )
884 FT_UInt glyph_index )
886 return scale_test_tweak( face, family, ppem, style, glyph_index,
892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
897 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
904 FT_UInt glyph_index )
918 family, ppem, style, glyph_index, glyph_index )
    [all...]
ttgload.h 52 FT_UInt glyph_index,
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svgldict.h 39 FT_UInt glyph_index,
svcid.h 39 FT_UInt glyph_index,
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.h 37 FT_UInt glyph_index );
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.h 52 FT_UInt glyph_index,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize-private.hh 36 #define glyph_index() var1.u32 macro
  /external/freetype/include/freetype/internal/services/
svgldict.h 39 FT_UInt glyph_index,
  /external/freetype/src/psaux/
t1decode.h 37 FT_UInt glyph_index );
  /external/freetype/src/sfnt/
ttsbit.h 51 FT_UInt glyph_index,
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 36 #define glyph_index() var1.u32 macro
  /external/freetype/src/cff/
cffgload.h 135 FT_UInt glyph_index,
194 CFF_SubFont current_subfont; /* for current glyph_index */
210 FT_UInt glyph_index );
231 FT_UInt glyph_index,

Completed in 256 milliseconds

1 2 3 4 5