Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttkern.h41 FT_UInt left_glyph,
Dttkern.c182 FT_UInt left_glyph, in tt_face_get_kerning() argument
230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
/external/pdfium/third_party/freetype/src/sfnt/
Dttkern.h41 FT_UInt left_glyph,
Dttkern.c182 FT_UInt left_glyph, in tt_face_get_kerning() argument
230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
/external/freetype/src/truetype/
Dttdriver.c171 FT_UInt left_glyph, in tt_get_kerning() argument
183 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/external/pdfium/third_party/freetype/src/truetype/
Dttdriver.c171 FT_UInt left_glyph, in tt_get_kerning() argument
183 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/external/harfbuzz_ng/src/
Dhb-font.cc225 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning_nil() argument
234 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning_parent() argument
238 …return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph)); in hb_font_get_glyph_h_kerning_parent()
784 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) in hb_font_get_glyph_h_kerning() argument
786 return font->get_glyph_h_kerning (left_glyph, right_glyph); in hb_font_get_glyph_h_kerning()
Dhb-font-private.hh237 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) in get_glyph_h_kerning()
240 left_glyph, right_glyph, in get_glyph_h_kerning()
Dhb-ft.cc260 hb_codepoint_t left_glyph, in hb_ft_get_glyph_h_kerning() argument
268 if (FT_Get_Kerning (ft_font->ft_face, left_glyph, right_glyph, mode, &kerningv)) in hb_ft_get_glyph_h_kerning()
Dhb-font.h431 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph);
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftdriver.h81 FT_UInt left_glyph,
Dsfnt.h515 FT_UInt left_glyph,
/external/freetype/include/internal/
Dftdriver.h81 FT_UInt left_glyph,
Dsfnt.h484 FT_UInt left_glyph,
/external/pdfium/third_party/freetype/src/cff/
Dcffdrivr.c101 FT_UInt left_glyph, in cff_get_kerning() argument
113 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
/external/freetype/src/cff/
Dcffdrivr.c101 FT_UInt left_glyph, in cff_get_kerning() argument
113 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
/external/pdfium/third_party/freetype/src/type1/
Dt1driver.c655 FT_UInt left_glyph, in Get_Kerning() argument
667 left_glyph, in Get_Kerning()
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h3114 FT_UInt left_glyph,
/external/freetype/include/
Dfreetype.h2990 FT_UInt left_glyph,
/external/freetype/src/base/
Dftobjs.c3036 FT_UInt left_glyph, in FT_Get_Kerning() argument
3059 left_glyph, in FT_Get_Kerning()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c3053 FT_UInt left_glyph, in FT_Get_Kerning() argument
3076 left_glyph, in FT_Get_Kerning()