Searched refs:first_glyph (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-arabic-fallback.hh | 121 hb_codepoint_t first_glyph; in arabic_fallback_synthesize_lookup_ligature() local 122 if (!hb_font_get_glyph (font, first_u, 0, &first_glyph)) in arabic_fallback_synthesize_lookup_ligature() 124 first_glyphs[num_first_glyphs].set (first_glyph); in arabic_fallback_synthesize_lookup_ligature()
|
D | hb-font-private.hh | 428 …inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_gly… in get_glyph_kerning_for_direction() 433 *x = get_glyph_h_kerning (first_glyph, second_glyph); in get_glyph_kerning_for_direction() 437 *y = get_glyph_v_kerning (first_glyph, second_glyph); in get_glyph_kerning_for_direction()
|
D | hb-font.h | 143 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, 492 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
|
D | hb-font.cc | 1011 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, in hb_font_get_glyph_kerning_for_direction() argument 1015 return font->get_glyph_kerning_for_direction (first_glyph, second_glyph, direction, x, y); in hb_font_get_glyph_kerning_for_direction()
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | tttypes.h | 579 FT_UShort first_glyph; member
|
/external/freetype/include/internal/ |
D | tttypes.h | 579 FT_UShort first_glyph; member
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
D | tttypes.h | 579 FT_UShort first_glyph; member
|