Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/autofit/
Dafglobal.c183 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()
Dafshaper.c287 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/
Dmain.c37 FT_UInt gid = FT_Get_Char_Index( face, i ); in main()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1afm.c203 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/
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()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ft.cc255 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/
Dftccmap.c309 gindex = FT_Get_Char_Index( face, char_code ); in FTC_CMapCache_Lookup()
/third_party/skia/third_party/externals/freetype/src/pcf/
DREADME37 FT_Get_Char_Index() behavior is unmodified, that is, it converts the ULong
/third_party/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp226 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/
DREADME50 FT_Get_Char_Index's behavior is unmodified, that is, it converts the ULong
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h3843 FT_Get_Char_Index( FT_Face face,
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp1034 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/
Dftobjs.c1155 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/
DChangeLog.21058 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
DChangeLog.252598 [autofit] Add wrapper function for `FT_Get_Char_Index'.
DChangeLog.263160 * src/base/ftobjs.c (FT_Get_Char_Index): Don't return out-of-bounds
DChangeLog.231422 * src/base/ftobjs.c (FT_Get_Char_Index): Check `charcode'
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES3715 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/
DCHANGELOG.txt900 - Misc, Freetype: Fix for rare case where FT_Get_Char_Index() succeeds but FT_Load_Glyph() fails.
/third_party/chromium/patch/
D0001-cve.patch24307 kp->index1 = FT_Get_Char_Index( t1_face, p[0] );
24308 kp->index2 = FT_Get_Char_Index( t1_face, p[1] );