Searched refs:glyph_index (Results 1 - 25 of 103) sorted by relevance

12345

/external/chromium_org/third_party/ots/src/
H A Dvorg.h15 uint16_t glyph_index; member in struct:ots::OpenTypeVORGMetrics
H A Dvorg.cc50 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/
H A Dharfbuzz-buffer-private.h57 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), \
H A Dharfbuzz-buffer.c173 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 );
172 hb_buffer_add_glyph( HB_Buffer buffer, HB_UInt glyph_index, HB_UInt properties, HB_UInt cluster ) argument
319 _hb_buffer_add_output_glyph( HB_Buffer buffer, HB_UInt glyph_index, HB_UShort component, HB_UShort ligID ) argument
352 _hb_buffer_replace_output_glyph( HB_Buffer buffer, HB_UInt glyph_index, HB_Bool inplace ) argument
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-buffer-private.h57 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), \
H A Dharfbuzz-buffer.c173 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 );
172 HB_Buffer_add_glyph( HB_Buffer buffer, HB_UInt glyph_index, HB_UInt properties, HB_UInt cluster ) argument
319 _hb_buffer_add_output_glyph( HB_Buffer buffer, HB_UInt glyph_index, HB_UShort component, HB_UShort ligID ) argument
352 _hb_buffer_replace_output_glyph( HB_Buffer buffer, HB_UInt glyph_index, HB_Bool inplace ) argument
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftincrem.h158 * glyph_index ::
180 FT_UInt glyph_index,
224 * glyph_index ::
243 FT_UInt glyph_index,
H A Dftcid.h137 * glyph_index ::
156 FT_UInt glyph_index,
/external/freetype/include/freetype/
H A Dftincrem.h158 * glyph_index ::
180 FT_UInt glyph_index,
224 * glyph_index ::
243 FT_UInt glyph_index,
H A Dftcid.h137 * glyph_index ::
156 FT_UInt glyph_index,
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttsubpix.h80 FT_UInt glyph_index,
89 FT_UInt glyph_index );
93 FT_UInt glyph_index );
H A Dttsubpix.c822 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_inde
849 scale_test_tweak( TT_Face face, const FT_String* family, FT_UInt ppem, const FT_String* style, FT_UInt glyph_index, const SPH_ScaleRule* rule, FT_UInt num_rules ) argument
[all...]
H A Dttgload.h52 FT_UInt glyph_index,
/external/freetype/src/truetype/
H A Dttsubpix.h80 FT_UInt glyph_index,
89 FT_UInt glyph_index );
93 FT_UInt glyph_index );
H A Dttsubpix.c822 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_inde
849 scale_test_tweak( TT_Face face, const FT_String* family, FT_UInt ppem, const FT_String* style, FT_UInt glyph_index, const SPH_ScaleRule* rule, FT_UInt num_rules ) argument
[all...]
H A Dttgload.h52 FT_UInt glyph_index,
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvgldict.h39 FT_UInt glyph_index,
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.h37 FT_UInt glyph_index );
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.h51 FT_UInt glyph_index,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-normalize-private.hh36 #define glyph_index() var1.u32 macro
/external/freetype/include/freetype/internal/services/
H A Dsvgldict.h39 FT_UInt glyph_index,
/external/freetype/src/psaux/
H A Dt1decode.h37 FT_UInt glyph_index );
/external/freetype/src/sfnt/
H A Dttsbit.h51 FT_UInt glyph_index,
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize-private.hh36 #define glyph_index() var1.u32 macro
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.h135 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 726 milliseconds

12345