Searched defs:left_glyph (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1driver.c634 /* left_glyph :: The index of the left glyph in the kern pair. */
656 FT_UInt left_glyph,
668 left_glyph,
655 Get_Kerning( FT_Face t1face, FT_UInt left_glyph, FT_UInt right_glyph, FT_Vector* kerning ) argument
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttdriver.c154 /* left_glyph :: The index of the left glyph in the kern pair. */
176 FT_UInt left_glyph,
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
175 tt_get_kerning( FT_Face ttface, FT_UInt left_glyph, FT_UInt right_glyph, FT_Vector* kerning ) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ft.cc155 hb_codepoint_t left_glyph,
163 if (FT_Get_Kerning (ft_face, left_glyph, right_glyph, mode, &kerningv))
153 hb_ft_get_glyph_h_kerning(hb_font_t *font, void *font_data, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
H A Dhb-ot-font.cc197 hb_codepoint_t left_glyph,
195 hb_ot_get_glyph_h_kerning(hb_font_t *font, void *font_data, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
H A Dhb-font-private.hh194 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
197 left_glyph, right_glyph,
H A Dhb-font.cc127 hb_codepoint_t left_glyph,
132 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));
519 * @left_glyph:
530 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph)
532 return font->get_glyph_h_kerning (left_glyph, right_glyph);
125 hb_font_get_glyph_h_kerning_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
529 hb_font_get_glyph_h_kerning(hb_font_t *font, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
/external/freetype/src/truetype/
H A Dttdriver.c154 /* left_glyph :: The index of the left glyph in the kern pair. */
176 FT_UInt left_glyph,
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
175 tt_get_kerning( FT_Face ttface, FT_UInt left_glyph, FT_UInt right_glyph, FT_Vector* kerning ) argument
/external/harfbuzz_ng/src/
H A Dhb-ft.cc155 hb_codepoint_t left_glyph,
163 if (FT_Get_Kerning (ft_face, left_glyph, right_glyph, mode, &kerningv))
153 hb_ft_get_glyph_h_kerning(hb_font_t *font, void *font_data, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
H A Dhb-ot-font.cc194 hb_codepoint_t left_glyph,
192 hb_ot_get_glyph_h_kerning(hb_font_t *font, void *font_data, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
H A Dhb-font-private.hh194 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
197 left_glyph, right_glyph,
H A Dhb-font.cc127 hb_codepoint_t left_glyph,
132 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));
519 * @left_glyph:
530 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph)
532 return font->get_glyph_h_kerning (left_glyph, right_glyph);
125 hb_font_get_glyph_h_kerning_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
529 hb_font_get_glyph_h_kerning(hb_font_t *font, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttdriver.c154 /* left_glyph :: The index of the left glyph in the kern pair. */
176 FT_UInt left_glyph,
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
175 tt_get_kerning( FT_Face ttface, FT_UInt left_glyph, FT_UInt right_glyph, FT_Vector* kerning ) argument
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc156 hb_codepoint_t left_glyph,
165 return GetGlyphKerning(font_data, left_glyph, right_glyph);
154 GetGlyphHorizontalKerning(hb_font_t* font, void* data, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void* user_data) argument

Completed in 1194 milliseconds