HomeSort by relevance Sort by last modified time
    Searched refs:first_glyph (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 121 hb_codepoint_t first_glyph; local
122 if (!hb_font_get_glyph (font, first_u, 0, &first_glyph))
124 first_glyphs[num_first_glyphs].set (first_glyph);
hb-font-private.hh 456 inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
461 *x = get_glyph_h_kerning (first_glyph, second_glyph);
465 *y = get_glyph_v_kerning (first_glyph, second_glyph);
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,
hb-font.cc 991 * @first_glyph:
1003 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
1007 return font->get_glyph_kerning_for_direction (first_glyph, second_glyph, direction, x, y);
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 615 FT_UShort first_glyph; member in struct:TT_SBit_RangeRec_
    [all...]
  /frameworks/base/tools/fonts/
fontchain_linter.py 136 for first_glyph in ligatures:
137 for ligature in ligatures[first_glyph]:
138 sequence = [first_glyph] + ligature.Component

Completed in 231 milliseconds