Home
last modified time | relevance | path

Searched refs:FT_Get_Char_Index (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/autofit/
Dhbshim.c273 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch ); in af_get_coverage()
437 in_idx = FT_Get_Char_Index( metrics->globals->face, charcode ); in af_get_char_index()
536 *codepoint = FT_Get_Char_Index( face, charcode ); in af_get_char_index()
Dafglobal.c191 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage()
234 FT_UInt gindex = FT_Get_Char_Index( face, i ); in af_face_globals_compute_style_coverage()
Daflatin2.c79 glyph_index = FT_Get_Char_Index( in af_latin2_metrics_init_widths()
228 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p ); in af_latin2_metrics_init_blues()
445 glyph_index = FT_Get_Char_Index( face, i ); in af_latin2_metrics_check_digits()
/external/pdfium/third_party/freetype/src/type1/
Dt1afm.c202 kp->index1 = FT_Get_Char_Index( t1_face, p[0] ); in T1_Read_PFM()
203 kp->index2 = FT_Get_Char_Index( t1_face, p[1] ); in T1_Read_PFM()
/external/pdfium/third_party/freetype/src/truetype/
Dttsubpix.c839 FT_Get_Char_Index( (FT_Face)face, in sph_test_tweak()
870 FT_Get_Char_Index( (FT_Face)face, in scale_test_tweak()
/external/freetype/src/truetype/
Dttsubpix.c839 FT_Get_Char_Index( (FT_Face)face, in sph_test_tweak()
870 FT_Get_Char_Index( (FT_Face)face, in scale_test_tweak()
/external/freetype/src/cache/
Dftccmap.c314 gindex = FT_Get_Char_Index( face, char_code ); in FTC_CMapCache_Lookup()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp427 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter); in GetLetterCBox()
989 return SkToU16(FT_Get_Char_Index( fFace, uni )); in generateCharToGlyph()
1080 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter); in getCBoxForLetter()
1497 if (0 == FT_Get_Char_Index(face, next_uni_proc(&chars))) { in onCharsToGlyphs()
1505 unsigned id = FT_Get_Char_Index(face, next_uni_proc(&chars)); in onCharsToGlyphs()
/external/pdfium/core/include/fxge/
Dfx_freetype.h74 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code)
/external/freetype/include/
Dfreetype.h3219 FT_Get_Char_Index( FT_Face face,
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h3343 FT_Get_Char_Index( FT_Face face,
/external/harfbuzz_ng/src/
Dhb-ft.cc165 unsigned int g = FT_Get_Char_Index (ft_font->ft_face, unicode); in hb_ft_get_nominal_glyph()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c858 glyph_index = FT_Get_Char_Index( face, char_code ); in FT_Load_Char()
3373 FT_Get_Char_Index( FT_Face face, in FT_Get_Char_Index() function
3412 gindex = FT_Get_Char_Index( face, 0 ); in FT_Get_First_Char()
/external/freetype/src/base/
Dftobjs.c858 glyph_index = FT_Get_Char_Index( face, char_code ); in FT_Load_Char()
3337 FT_Get_Char_Index( FT_Face face, in FT_Get_Char_Index() function
3372 gindex = FT_Get_Char_Index( face, 0 ); in FT_Get_First_Char()