/external/harfbuzz_ng/src/ |
D | hb-aat-layout-kerx-table.hh | 69 int get_kerning () const { return value; } in get_kerning() function 95 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning() function 99 int v = pairs.bsearch (pair).get_kerning (); in get_kerning() 129 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function 130 { return table.get_kerning (left, right, c); } in get_kerning() 386 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning() function 428 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function 429 { return table.get_kerning (left, right, c); } in get_kerning() 630 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning() function 702 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function [all …]
|
D | hb-ot-math-table.hh | 309 hb_position_t get_kerning (hb_ot_math_kern_t kern, in get_kerning() function 338 hb_position_t get_kerning (hb_codepoint_t glyph, in get_kerning() function 344 return mathKernInfoRecords[index].get_kerning (kern, correction_height, font, this); in get_kerning() 385 hb_position_t get_kerning (hb_codepoint_t glyph, in get_kerning() function 389 { return (this+mathKernInfo).get_kerning (glyph, kern, correction_height, font); } in get_kerning()
|
D | hb-ot-kern-table.hh | 47 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function 115 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function 119 case 0: return u.format0.get_kerning (left, right); in get_kerning()
|
D | hb-ot-math.cc | 181 return font->face->table.MATH->get_glyph_info().get_kerning (glyph, in hb_ot_math_get_glyph_kerning()
|
D | hb-kern.hh | 80 hb_position_t kern = driver.get_kerning (info[i].codepoint, in kern()
|
D | hb-ot-shape-fallback.cc | 470 hb_position_t get_kerning (hb_codepoint_t first, hb_codepoint_t second) const in get_kerning() function
|
/external/freetype/include/freetype/internal/services/ |
D | svpfr.h | 54 FT_PFR_GetKerningFunc get_kerning; in FT_DEFINE_SERVICE() local
|
/external/freetype/src/base/ |
D | ftpfr.c | 115 error = service->get_kerning( face, left, right, avector ); in FT_Get_PFR_Kerning()
|
D | ftobjs.c | 3432 if ( driver->clazz->get_kerning ) in FT_Get_Kerning() 3434 error = driver->clazz->get_kerning( face, in FT_Get_Kerning()
|
/external/freetype/include/freetype/internal/ |
D | ftdrv.h | 183 FT_Face_GetKerningFunc get_kerning; member
|
D | sfnt.h | 752 TT_Face_GetKerningFunc get_kerning; member
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 215 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 124 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
|