Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/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()
380 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning() function
422 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function
423 { return table.get_kerning (left, right, c); } in get_kerning()
628 int get_kerning (hb_codepoint_t left, hb_codepoint_t right, in get_kerning() function
700 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function
[all …]
Dhb-ot-kern-table.hh47 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function
120 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() function
124 case 0: return u.format0.get_kerning (left, right); in get_kerning()
Dhb-ot-math-table.hh416 hb_position_t get_kerning (hb_ot_math_kern_t kern, in get_kerning() function
467 hb_position_t get_kerning (hb_codepoint_t glyph, in get_kerning() function
473 return mathKernInfoRecords[index].get_kerning (kern, correction_height, font, this); in get_kerning()
541 hb_position_t get_kerning (hb_codepoint_t glyph, in get_kerning() function
545 { return (this+mathKernInfo).get_kerning (glyph, kern, correction_height, font); } in get_kerning()
Dhb-ot-math.cc181 return font->face->table.MATH->get_glyph_info().get_kerning (glyph, in hb_ot_math_get_glyph_kerning()
Dhb-kern.hh79 hb_position_t kern = driver.get_kerning (info[i].codepoint, in kern()
Dhb-ot-shape-fallback.cc470 hb_position_t get_kerning (hb_codepoint_t first, hb_codepoint_t second) const in get_kerning() function
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
Dsvpfr.h54 FT_PFR_GetKerningFunc get_kerning; in FT_DEFINE_SERVICE() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftpfr.c115 error = service->get_kerning( face, left, right, avector ); in FT_Get_PFR_Kerning()
Dftobjs.c3502 if ( driver->clazz->get_kerning ) in FT_Get_Kerning()
3504 error = driver->clazz->get_kerning( face, in FT_Get_Kerning()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftdrv.h183 FT_Face_GetKerningFunc get_kerning; member
Dsfnt.h916 TT_Face_GetKerningFunc get_kerning; member
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttdriver.c215 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffdrivr.c124 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()