Searched refs:left_glyph (Results 1 – 14 of 14) sorted by relevance
/external/freetype/src/sfnt/ |
D | ttkern.c | 188 FT_UInt left_glyph, in tt_face_get_kerning() argument 235 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
|
D | ttkern.h | 41 FT_UInt left_glyph,
|
/external/harfbuzz_ng/src/ |
D | hb-ot-font.cc | 136 hb_codepoint_t left_glyph, in hb_ot_get_glyph_h_kerning() argument 141 return font->em_scale_x (ot_font->kern->get_h_kerning (left_glyph, right_glyph)); in hb_ot_get_glyph_h_kerning()
|
D | hb-font.cc | 217 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning_nil() argument 226 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning_parent() argument 230 …return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph)); in hb_font_get_glyph_h_kerning_parent() 776 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) in hb_font_get_glyph_h_kerning() argument 778 return font->get_glyph_h_kerning (left_glyph, right_glyph); in hb_font_get_glyph_h_kerning()
|
D | hb-font-private.hh | 249 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) in get_glyph_h_kerning() 252 left_glyph, right_glyph, in get_glyph_h_kerning()
|
D | hb-ft.cc | 280 hb_codepoint_t left_glyph, in hb_ft_get_glyph_h_kerning() argument 288 if (FT_Get_Kerning (ft_font->ft_face, left_glyph, right_glyph, mode, &kerningv)) in hb_ft_get_glyph_h_kerning()
|
D | hb-font.h | 431 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph);
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 201 FT_UInt left_glyph, in tt_get_kerning() argument 213 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
|
/external/freetype/include/freetype/internal/ |
D | ftdrv.h | 72 FT_UInt left_glyph,
|
D | sfnt.h | 546 FT_UInt left_glyph,
|
/external/freetype/src/type1/ |
D | t1driver.c | 702 FT_UInt left_glyph, in Get_Kerning() argument 714 left_glyph, in Get_Kerning()
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 110 FT_UInt left_glyph, in cff_get_kerning() argument 122 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
|
/external/freetype/include/freetype/ |
D | freetype.h | 3443 FT_UInt left_glyph,
|
/external/freetype/src/base/ |
D | ftobjs.c | 3348 FT_UInt left_glyph, in FT_Get_Kerning() argument 3371 left_glyph, in FT_Get_Kerning()
|