Searched defs:first_glyph (Results 1 - 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh121 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);
H A Dhb-font-private.hh325 inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, argument
330 *x = get_glyph_h_kerning (first_glyph, second_glyph);
334 *y = get_glyph_v_kerning (first_glyph, second_glyph);
H A Dhb-font.cc728 * @first_glyph:
740 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
744 return font->get_glyph_kerning_for_direction (first_glyph, second_glyph, direction, x, y);
739 hb_font_get_glyph_kerning_for_direction(hb_font_t *font, hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
/external/freetype/include/internal/
H A Dtttypes.h550 /* first_glyph :: The first glyph index in the range. */
579 FT_UShort first_glyph; member in struct:TT_SBit_RangeRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h550 /* first_glyph :: The first glyph index in the range. */
579 FT_UShort first_glyph; member in struct:TT_SBit_RangeRec_

Completed in 459 milliseconds