/external/chromium_org/third_party/freetype/src/sfnt/ |
ttsbit.c | 386 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 )); [all...] |
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...] |
sfdriver.c | 156 FT_UInt glyph_index, 164 error = tt_face_get_ps_name( face, glyph_index, &gname );
|
/external/freetype/src/sfnt/ |
ttsbit.c | 386 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 )); [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
afmodule.c | 229 FT_UInt glyph_index, 235 glyph_index, load_flags );
|
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...] |
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...] |
aflatin2.c | 73 FT_UInt glyph_index; local 79 glyph_index = FT_Get_Char_Index( face, 81 if ( glyph_index == 0 ) 84 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); 220 FT_UInt glyph_index; local 227 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p ); 228 if ( glyph_index == 0 ) 231 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); 441 FT_UInt glyph_index; local 444 glyph_index = FT_Get_Char_Index( face, i ) [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer-private.hh | 133 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index); 134 /* Makes a copy of the glyph at idx to output and replace glyph_index */ 135 HB_INTERNAL void output_glyph (hb_codepoint_t glyph_index);
|
hb-ot-shape-normalize.cc | 106 font->get_glyph (info.codepoint, 0, &info.glyph_index()); 112 buffer->cur().glyph_index() = glyph; 120 buffer->cur().glyph_index() = glyph; 223 if (font->get_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index()))
|
/external/freetype/src/autofit/ |
afmodule.c | 229 FT_UInt glyph_index, 235 glyph_index, load_flags );
|
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...] |
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...] |
aflatin2.c | 73 FT_UInt glyph_index; local 79 glyph_index = FT_Get_Char_Index( face, 81 if ( glyph_index == 0 ) 84 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); 220 FT_UInt glyph_index; local 227 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p ); 228 if ( glyph_index == 0 ) 231 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); 441 FT_UInt glyph_index; local 444 glyph_index = FT_Get_Char_Index( face, i ) [all...] |
/external/harfbuzz_ng/src/ |
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);
|
hb-ot-shape-normalize.cc | 106 font->get_glyph (info.codepoint, 0, &info.glyph_index()); 112 buffer->cur().glyph_index() = glyph; 120 buffer->cur().glyph_index() = glyph; 221 c->font->get_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index());
|
/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/freetype/internal/services/ |
svpscmap.h | 57 FT_UInt glyph_index; member in struct:PS_UniMap_
|
/external/chromium_org/third_party/ots/src/ |
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/freetype/include/freetype/internal/ |
sfnt.h | 188 /* glyph_index :: The glyph index. */ 206 FT_UInt glyph_index, 262 /* glyph_index :: */ 288 FT_UInt glyph_index, [all...] |
tttypes.h | 1394 FT_UInt glyph_index; member in struct:TT_LoaderRec_ [all...] |
/external/freetype/include/freetype/internal/ |
sfnt.h | 188 /* glyph_index :: The glyph index. */ 206 FT_UInt glyph_index, 262 /* glyph_index :: */ 288 FT_UInt glyph_index, [all...] |
tttypes.h | 1394 FT_UInt glyph_index; member in struct:TT_LoaderRec_ [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttgxvar.c | [all...] |
/external/freetype/src/truetype/ |
ttgxvar.c | [all...] |