/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 );
|
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-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 );
|
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/freetype/src/autofit/ |
afmodule.c | 59 FT_UInt glyph_index, 65 glyph_index, load_flags );
|
/external/freetype/src/sfnt/ |
ttsbit.h | 51 FT_UInt glyph_index, 67 FT_UInt glyph_index,
|
ttsbit0.c | 358 FT_UInt glyph_index, 790 FT_UInt glyph_index, 811 if ( glyph_index >= start && glyph_index <= end ) 839 p += 4 * ( glyph_index - start ); 864 image_start = image_size * ( glyph_index - start ); 871 p += 2 * ( glyph_index - start ); 905 if ( gindex == glyph_index ) 947 if ( gindex == glyph_index ) 987 FT_UInt glyph_index, [all...] |
ttsbit.c | 696 /* glyph_index :: The glyph index. */ 709 find_sbit_range( FT_UInt glyph_index, 719 if ( glyph_index < (FT_UInt)strike->start_glyph || 720 glyph_index > (FT_UInt)strike->end_glyph ) 731 if ( glyph_index >= (FT_UInt)range->first_glyph && 732 glyph_index <= (FT_UInt)range->last_glyph ) 734 FT_UShort delta = (FT_UShort)( glyph_index - range->first_glyph ); 757 if ( (FT_UInt)range->glyph_codes[n] == glyph_index ) 801 /* glyph_index :: The glyph index. */ 819 FT_UInt glyph_index, [all...] |
/external/freetype/src/psaux/ |
t1decode.h | 37 FT_UInt glyph_index );
|
/external/freetype/src/truetype/ |
ttgload.h | 52 FT_UInt glyph_index,
|
ttdriver.c | 273 /* glyph_index :: The index of the glyph in the font file. */ 287 FT_UInt glyph_index, 306 if ( glyph_index >= (FT_UInt)face->num_glyphs && 309 if ( glyph_index >= (FT_UInt)face->num_glyphs ) 334 error = TT_Load_Glyph( size, slot, glyph_index, load_flags );
|
ttgload.c | 132 FT_UInt glyph_index ) 140 TT_Get_HMetrics( face, glyph_index, 143 TT_Get_VMetrics( face, glyph_index, 164 FT_UInt glyph_index ) 188 glyph_index, FALSE, &metrics ); 204 glyph_index, TRUE, &metrics ); 269 FT_UInt glyph_index, 277 FT_UNUSED( glyph_index ); 280 FT_TRACE4(( "Glyph %ld\n", glyph_index )); 867 loader->glyph_index, [all...] |
/external/freetype/src/cff/ |
cffdrivr.c | 140 /* glyph_index :: The index of the glyph in the font file. */ 154 FT_UInt glyph_index, 181 error = cff_slot_load( slot, size, glyph_index, load_flags ); 226 FT_UInt glyph_index, 247 sid = font->charset.sids[glyph_index]; 523 FT_UInt glyph_index, 544 if ( glyph_index > cff->num_glyphs ) 550 c = cff->charset.sids[glyph_index];
|
cffload.h | 75 FT_UInt glyph_index );
|
cffgload.h | 173 FT_UInt glyph_index ); 192 FT_UInt glyph_index,
|
cffgload.c | 410 FT_UInt glyph_index ) 421 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, glyph_index ); 431 FT_TRACE3(( "glyph index %d (subfont %d):\n", glyph_index, fd_index )); 446 FT_TRACE3(( "glyph index %d:\n", glyph_index )); 641 FT_UInt glyph_index, 654 glyph_index, &data ); 669 return cff_index_access_element( &cff->charstrings_index, glyph_index, [all...] |
/external/freetype/include/freetype/internal/services/ |
svcid.h | 39 FT_UInt glyph_index,
|
svgldict.h | 39 FT_UInt glyph_index,
|
/external/freetype/src/psnames/ |
psmodule.c | 342 map->glyph_index = n; 359 map->glyph_index = extra_glyphs[n]; 436 return result->glyph_index; 465 result = map->glyph_index; 472 result = map->glyph_index; 489 result = map->glyph_index;
|
/external/freetype/include/freetype/ |
ftcid.h | 137 * glyph_index :: 156 FT_UInt glyph_index,
|
ftincrem.h | 158 * glyph_index :: 180 FT_UInt glyph_index, 224 * glyph_index :: 243 FT_UInt glyph_index,
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-normalize-private.hh | 36 #define glyph_index() var1.u32 macro
|
hb-buffer-private.hh | 129 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index); 130 /* Makes a copy of the glyph at idx to output and replace glyph_index */ 131 HB_INTERNAL void output_glyph (hb_codepoint_t glyph_index);
|