Home
last modified time | relevance | path

Searched refs:get_kerning (Results 1 – 13 of 13) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh69 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()
388 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning() function
430 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function
431 { return table.get_kerning (left, right, c); } in get_kerning()
639 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning() function
711 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function
[all …]
Dhb-ot-math-table.hh309 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()
Dhb-ot-kern-table.hh47 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()
Dhb-ot-math.cc157 return font->face->table.MATH->get_glyph_info().get_kerning (glyph, in hb_ot_math_get_glyph_kerning()
Dhb-kern.hh80 hb_position_t kern = driver.get_kerning (info[i].codepoint, in kern()
Dhb-ot-shape-fallback.cc444 hb_position_t get_kerning (hb_codepoint_t first, hb_codepoint_t second) const in get_kerning() function
/external/freetype/include/freetype/internal/services/
Dsvpfr.h54 FT_PFR_GetKerningFunc get_kerning; in FT_DEFINE_SERVICE() local
/external/freetype/src/base/
Dftpfr.c116 error = service->get_kerning( face, left, right, avector ); in FT_Get_PFR_Kerning()
Dftobjs.c3381 if ( driver->clazz->get_kerning ) in FT_Get_Kerning()
3383 error = driver->clazz->get_kerning( face, in FT_Get_Kerning()
/external/freetype/include/freetype/internal/
Dftdrv.h192 FT_Face_GetKerningFunc get_kerning; member
Dsfnt.h760 TT_Face_GetKerningFunc get_kerning; member
/external/freetype/src/truetype/
Dttdriver.c216 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/external/freetype/src/cff/
Dcffdrivr.c125 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()