Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c187 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage()
216 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage()
259 FT_UInt gindex = FT_Get_Char_Index( face, i ); in af_face_globals_compute_style_coverage()
Dafshaper.c278 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch ); in af_shaper_get_coverage()
637 *buf = FT_Get_Char_Index( face, ch ); in af_shaper_get_cluster()
Daflatin2.c87 glyph_index = FT_Get_Char_Index( in af_latin2_metrics_init_widths()
236 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p ); in af_latin2_metrics_init_blues()
453 glyph_index = FT_Get_Char_Index( face, i ); in af_latin2_metrics_check_digits()
/external/freetype/
Dlibft2.map.txt5 FT_Get_Char_Index; # vndk
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'
/external/freetype/src/truetype/
Dttsubpix.c840 FT_Get_Char_Index( (FT_Face)face, in sph_test_tweak()
871 FT_Get_Char_Index( (FT_Face)face, in scale_test_tweak()
/external/freetype/src/type1/
Dt1afm.c204 kp->index1 = FT_Get_Char_Index( t1_face, p[0] ); in T1_Read_PFM()
205 kp->index2 = FT_Get_Char_Index( t1_face, p[1] ); in T1_Read_PFM()
/external/harfbuzz_ng/src/
Dhb-ft.cc191 unsigned int g = FT_Get_Char_Index (ft_font->ft_face, unicode); in hb_ft_get_nominal_glyph()
202 g = FT_Get_Char_Index (ft_font->ft_face, 0xF000u + unicode); in hb_ft_get_nominal_glyph()
228 done < count && (*first_glyph = FT_Get_Char_Index (ft_font->ft_face, *first_unicode)); in hb_ft_get_nominal_glyphs()
/external/freetype/src/cache/
Dftccmap.c311 gindex = FT_Get_Char_Index( face, char_code ); in FTC_CMapCache_Lookup()
/external/freetype/src/pcf/
DREADME37 FT_Get_Char_Index() behavior is unmodified, that is, it converts the ULong
/external/pdfium/core/fxge/
Dfx_freetype.h89 FT_Get_Char_Index(static_cast<FT_Face>(face), code)
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp1034 return SkToU16(FT_Get_Char_Index( fFace, uni )); in generateCharToGlyph()
1109 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter); in getCBoxForLetter()
1595 if (0 == FT_Get_Char_Index(face, next_uni_proc(&chars))) { in onCharsToGlyphs()
1603 unsigned id = FT_Get_Char_Index(face, next_uni_proc(&chars)); in onCharsToGlyphs()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1034 return SkToU16(FT_Get_Char_Index( fFace, uni )); in generateCharToGlyph()
1109 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter); in getCBoxForLetter()
1595 if (0 == FT_Get_Char_Index(face, next_uni_proc(&chars))) { in onCharsToGlyphs()
1603 unsigned id = FT_Get_Char_Index(face, next_uni_proc(&chars)); in onCharsToGlyphs()
/external/freetype/src/bdf/
DREADME50 FT_Get_Char_Index's behavior is unmodified, that is, it converts the ULong
/external/freetype/include/freetype/
Dfreetype.h3862 FT_Get_Char_Index( FT_Face face,
/external/ImageMagick/MagickCore/
Dannotate.c1177 (*grapheme)[i].index=(ssize_t) FT_Get_Char_Index(face,GetUTFCode(p)); in ComplexTextLayout()
1576 glyph.id=FT_Get_Char_Index(face,' '); in RenderFreetype()
/external/freetype/src/base/
Dftobjs.c1062 glyph_index = FT_Get_Char_Index( face, char_code ); in FT_Load_Char()
3680 FT_Get_Char_Index( FT_Face face, in FT_Get_Char_Index() function
3719 gindex = FT_Get_Char_Index( face, 0 ); in FT_Get_First_Char()
/external/freetype/docs/
DCHANGES3283 CMap cache is about twice faster than calling FT_Get_Char_Index
4703 that would really embed a call to FT_Get_Char_Index then