Searched refs:FT_Get_Char_Index (Results 1 – 20 of 20) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afglobal.c | 183 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 212 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 255 FT_UInt gindex = FT_Get_Char_Index( face, i ); in af_face_globals_compute_style_coverage()
|
D | afshaper.c | 287 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch ); in af_shaper_get_coverage() 651 *buf = FT_Get_Char_Index( face, ch ); in af_shaper_get_cluster()
|
/third_party/skia/third_party/externals/freetype/tests/issue-1063/ |
D | main.c | 37 FT_UInt gid = FT_Get_Char_Index( face, i ); in main()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1afm.c | 203 kp->index1 = FT_Get_Char_Index( t1_face, p[0] ); in T1_Read_PFM() 204 kp->index2 = FT_Get_Char_Index( t1_face, p[1] ); in T1_Read_PFM()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ft.cc | 255 unsigned int g = FT_Get_Char_Index (ft_font->ft_face, unicode); in hb_ft_get_nominal_glyph() 266 g = FT_Get_Char_Index (ft_font->ft_face, 0xF000u + unicode); in hb_ft_get_nominal_glyph() 292 done < count && (*first_glyph = FT_Get_Char_Index (ft_font->ft_face, *first_unicode)); in hb_ft_get_nominal_glyphs()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftccmap.c | 309 gindex = FT_Get_Char_Index( face, char_code ); in FTC_CMapCache_Lookup()
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | README | 37 FT_Get_Char_Index() behavior is unmodified, that is, it converts the ULong
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
D | imgui_freetype.cpp | 226 uint32_t glyph_index = FT_Get_Char_Index(Face, codepoint); in LoadGlyph() 457 …uint32_t glyph_index = FT_Get_Char_Index(src_tmp.Font.Face, codepoint); // It is actually in the f… in ImFontAtlasBuildWithFreeTypeEx()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | README | 50 FT_Get_Char_Index's behavior is unmodified, that is, it converts the ULong
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 3843 FT_Get_Char_Index( FT_Face face,
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 1034 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter); in getCBoxForLetter() 1602 glyphs[i] = SkToU16(FT_Get_Char_Index(face, c)); in onCharsToGlyphs()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 1155 glyph_index = FT_Get_Char_Index( face, char_code ); in FT_Load_Char() 3801 FT_Get_Char_Index( FT_Face face, in FT_Get_Char_Index() function 3840 gindex = FT_Get_Char_Index( face, 0 ); in FT_Get_First_Char()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 58 reported that the face argument to `FT_Get_Char_Index` was nonsense. 5821 This makes FT_Get_Char_Index and FT_Get_Next_Char 4-5 times faster. 5874 directly makes FT_Get_Char_Index and FT_Get_Next_Char 4-5 times
|
D | ChangeLog.25 | 2598 [autofit] Add wrapper function for `FT_Get_Char_Index'.
|
D | ChangeLog.26 | 3160 * src/base/ftobjs.c (FT_Get_Char_Index): Don't return out-of-bounds
|
D | ChangeLog.23 | 1422 * src/base/ftobjs.c (FT_Get_Char_Index): Check `charcode'
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 3715 CMap cache is about twice faster than calling FT_Get_Char_Index 5135 that would really embed a call to FT_Get_Char_Index then
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 900 - Misc, Freetype: Fix for rare case where FT_Get_Char_Index() succeeds but FT_Load_Glyph() fails.
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 24307 kp->index1 = FT_Get_Char_Index( t1_face, p[0] ); 24308 kp->index2 = FT_Get_Char_Index( t1_face, p[1] );
|