Home
last modified time | relevance | path

Searched refs:left_glyph (Results 1 – 25 of 38) sorted by relevance

12

/third_party/freetype/src/sfnt/
Dttkern.h40 FT_UInt left_glyph,
Dttkern.c187 FT_UInt left_glyph, in tt_face_get_kerning() argument
234 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttkern.h40 FT_UInt left_glyph,
Dttkern.c187 FT_UInt left_glyph, in tt_face_get_kerning() argument
234 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttkern.h41 FT_UInt left_glyph,
Dttkern.c188 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()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttdriver.c203 FT_UInt left_glyph, in tt_get_kerning() argument
215 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttdriver.c204 FT_UInt left_glyph, in tt_get_kerning() argument
216 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/third_party/freetype/src/truetype/
Dttdriver.c203 FT_UInt left_glyph, in tt_get_kerning() argument
215 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-deprecated.h210 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph);
Dhb-font.cc343 hb_codepoint_t left_glyph HB_UNUSED, in hb_font_get_glyph_h_kerning_nil()
352 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning_default() argument
356 …return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph)); in hb_font_get_glyph_h_kerning_default()
946 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) in hb_font_get_glyph_h_kerning() argument
948 return font->get_glyph_h_kerning (left_glyph, right_glyph); in hb_font_get_glyph_h_kerning()
Dhb-font.hh304 hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, in get_glyph_h_kerning()
311 left_glyph, right_glyph, in get_glyph_h_kerning()
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftdrv.h72 FT_UInt left_glyph,
Dsfnt.h695 FT_UInt left_glyph,
/third_party/freetype/include/freetype/internal/
Dftdrv.h72 FT_UInt left_glyph,
Dsfnt.h694 FT_UInt left_glyph,
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftdrv.h72 FT_UInt left_glyph,
Dsfnt.h858 FT_UInt left_glyph,
/third_party/harfbuzz/src/
Dhb-font.cc365 hb_codepoint_t left_glyph HB_UNUSED, in hb_font_get_glyph_h_kerning_nil()
375 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning_default() argument
379 …return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph)); in hb_font_get_glyph_h_kerning_default()
1046 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning() argument
1049 return font->get_glyph_h_kerning (left_glyph, right_glyph); in hb_font_get_glyph_h_kerning()
Dhb-font.hh307 hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, in get_glyph_h_kerning()
314 left_glyph, right_glyph, in get_glyph_h_kerning()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-font.cc365 hb_codepoint_t left_glyph HB_UNUSED, in hb_font_get_glyph_h_kerning_nil()
375 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning_default() argument
379 …return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph)); in hb_font_get_glyph_h_kerning_default()
1046 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning() argument
1049 return font->get_glyph_h_kerning (left_glyph, right_glyph); in hb_font_get_glyph_h_kerning()
Dhb-font.hh309 hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, in get_glyph_h_kerning()
316 left_glyph, right_glyph, in get_glyph_h_kerning()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1driver.c726 FT_UInt left_glyph, in Get_Kerning() argument
738 left_glyph, in Get_Kerning()
/third_party/freetype/src/type1/
Dt1driver.c726 FT_UInt left_glyph, in Get_Kerning() argument
738 left_glyph, in Get_Kerning()
/third_party/flutter/skia/third_party/externals/freetype/src/type1/
Dt1driver.c727 FT_UInt left_glyph, in Get_Kerning() argument
739 left_glyph, in Get_Kerning()

12