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

  /external/harfbuzz_ng/src/
hb-font-private.hh 428 inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
433 *x = get_glyph_h_kerning (first_glyph, second_glyph);
437 *y = get_glyph_v_kerning (first_glyph, second_glyph);
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.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 999 * @first_glyph:
1011 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
1015 return font->get_glyph_kerning_for_direction (first_glyph, second_glyph, direction, x, y);
    [all...]
  /frameworks/base/tools/fonts/
fontchain_lint.py 130 for first_glyph in ligatures:
131 for ligature in ligatures[first_glyph]:
132 sequence = [first_glyph] + ligature.Component
  /external/freetype/include/freetype/internal/
tttypes.h 550 /* first_glyph :: The first glyph index in the range. */
579 FT_UShort first_glyph; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
tttypes.h 550 /* first_glyph :: The first glyph index in the range. */
579 FT_UShort first_glyph; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 550 /* first_glyph :: The first glyph index in the range. */
579 FT_UShort first_glyph; member in struct:TT_SBit_RangeRec_
    [all...]

Completed in 763 milliseconds