Searched defs:glyph_index (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/ots/src/
H A Dvorg.h15 uint16_t glyph_index; member in struct:ots::OpenTypeVORGMetrics
H A Dcff_type2_charstring.cc686 // 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,
688 SelectLocalSubr(const std::map<uint16_t, uint8_t> &fd_select, const std::vector<ots::CFFIndex *> &local_subrs_per_font, const ots::CFFIndex *local_subrs, uint16_t glyph_index, const ots::CFFIndex **out_local_subrs_to_use) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-normalize-private.hh36 #define glyph_index() var1.u32 macro
H A Dhb-buffer.cc332 hb_buffer_t::output_glyph (hb_codepoint_t glyph_index) argument
337 out_info[out_len].codepoint = glyph_index;
401 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index) argument
407 out_info[out_len].codepoint = glyph_index;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize-private.hh36 #define glyph_index() var1.u32 macro
H A Dhb-buffer.cc318 hb_buffer_t::output_glyph (hb_codepoint_t glyph_index) argument
323 out_info[out_len].codepoint = glyph_index;
349 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index) argument
355 out_info[out_len].codepoint = glyph_index;
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvpscmap.h57 FT_UInt glyph_index; member in struct:PS_UniMap_
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfdriver.c156 FT_UInt glyph_index,
164 error = tt_face_get_ps_name( face, glyph_index, &gname );
155 sfnt_get_glyph_name( TT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) argument
H A Dttsbit.c386 FT_UInt glyph_index,
948 FT_UInt glyph_index,
969 if ( glyph_index >= start && glyph_index <= end )
997 p += 4 * ( glyph_index - start );
1022 image_start = image_size * ( glyph_index - start );
1029 p += 2 * ( glyph_index - start );
1060 if ( gindex == glyph_index )
1100 if ( gindex == glyph_index )
1124 image_format, glyph_index ));
946 tt_sbit_decoder_load_image( TT_SBitDecoder decoder, FT_UInt load_flags, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos ) argument
[all...]
/external/freetype/include/freetype/internal/services/
H A Dsvpscmap.h57 FT_UInt glyph_index; member in struct:PS_UniMap_
/external/freetype/src/sfnt/
H A Dsfdriver.c156 FT_UInt glyph_index,
164 error = tt_face_get_ps_name( face, glyph_index, &gname );
155 sfnt_get_glyph_name( TT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) argument
/external/harfbuzz/src/
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
H A Dharfbuzz-gdef.c654 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
[all...]
/external/harfbuzz_ng/src/hb-old/
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
H A Dharfbuzz-gdef.c654 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
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafloader.c104 FT_UInt glyph_index,
119 error = FT_Load_Glyph( face, glyph_index, flags );
444 ( af_face_globals_is_digit( loader->globals, glyph_index ) &&
102 af_loader_load_g( AF_Loader loader, AF_Scaler scaler, FT_UInt glyph_index, FT_Int32 load_flags, FT_UInt depth ) argument
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffdrivr.c142 /* glyph_index :: The index of the glyph in the font file. */
156 FT_UInt glyph_index,
183 error = cff_slot_load( slot, size, glyph_index, load_flags );
228 FT_UInt glyph_index,
249 sid = font->charset.sids[glyph_index];
530 FT_UInt glyph_index,
551 if ( glyph_index > cff->num_glyphs )
557 c = cff->charset.sids[glyph_index];
227 cff_get_glyph_name( CFF_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) argument
529 cff_get_cid_from_glyph_index( CFF_Face face, FT_UInt glyph_index, FT_UInt *cid ) argument
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttdriver.c342 /* glyph_index :: The index of the glyph in the font file. */
356 FT_UInt glyph_index,
375 if ( glyph_index >= (FT_UInt)face->num_glyphs &&
378 if ( glyph_index >= (FT_UInt)face->num_glyphs )
403 error = TT_Load_Glyph( size, slot, glyph_index, load_flags );
354 tt_glyph_load( FT_GlyphSlot ttslot, FT_Size ttsize, FT_UInt glyph_index, FT_Int32 load_flags ) argument
H A Dttobjs.c442 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 );
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...]
/external/freetype/src/autofit/
H A Dafloader.c104 FT_UInt glyph_index,
119 error = FT_Load_Glyph( face, glyph_index, flags );
444 ( af_face_globals_is_digit( loader->globals, glyph_index ) &&
102 af_loader_load_g( AF_Loader loader, AF_Scaler scaler, FT_UInt glyph_index, FT_Int32 load_flags, FT_UInt depth ) argument
/external/freetype/src/cff/
H A Dcffdrivr.c142 /* glyph_index :: The index of the glyph in the font file. */
156 FT_UInt glyph_index,
183 error = cff_slot_load( slot, size, glyph_index, load_flags );
228 FT_UInt glyph_index,
249 sid = font->charset.sids[glyph_index];
530 FT_UInt glyph_index,
551 if ( glyph_index > cff->num_glyphs )
557 c = cff->charset.sids[glyph_index];
227 cff_get_glyph_name( CFF_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) argument
529 cff_get_cid_from_glyph_index( CFF_Face face, FT_UInt glyph_index, FT_UInt *cid ) argument
/external/freetype/src/truetype/
H A Dttdriver.c342 /* glyph_index :: The index of the glyph in the font file. */
356 FT_UInt glyph_index,
375 if ( glyph_index >= (FT_UInt)face->num_glyphs &&
378 if ( glyph_index >= (FT_UInt)face->num_glyphs )
403 error = TT_Load_Glyph( size, slot, glyph_index, load_flags );
354 tt_glyph_load( FT_GlyphSlot ttslot, FT_Size ttsize, FT_UInt glyph_index, FT_Int32 load_flags ) argument
H A Dttobjs.c442 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 );
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...]

Completed in 2781 milliseconds

12