Searched refs:FT_Get_Char_Index (Results 1 – 14 of 14) sorted by relevance
/external/freetype/src/autofit/ |
D | hbshim.c | 273 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()
|
D | afglobal.c | 191 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()
|
D | aflatin2.c | 79 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/ |
D | t1afm.c | 202 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/ |
D | ttsubpix.c | 839 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/ |
D | ttsubpix.c | 839 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/ |
D | ftccmap.c | 314 gindex = FT_Get_Char_Index( face, char_code ); in FTC_CMapCache_Lookup()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 427 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/ |
D | fx_freetype.h | 74 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code)
|
/external/freetype/include/ |
D | freetype.h | 3219 FT_Get_Char_Index( FT_Face face,
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 3343 FT_Get_Char_Index( FT_Face face,
|
/external/harfbuzz_ng/src/ |
D | hb-ft.cc | 165 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/ |
D | ftobjs.c | 858 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/ |
D | ftobjs.c | 858 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()
|