Home
last modified time | relevance | path

Searched defs:glyph_index (Results 1 – 25 of 44) sorted by relevance

12

/external/freetype/src/type1/
Dt1gload.c44 FT_UInt glyph_index, in T1_Parse_Glyph_And_Get_Char_String()
167 FT_UInt glyph_index ) in T1_Parse_Glyph()
218 FT_Int glyph_index; in T1_Compute_Max_Advance() local
350 FT_UInt glyph_index, in T1_Load_Glyph()
Dt1driver.c62 FT_UInt glyph_index, in t1_get_glyph_name()
/external/pdfium/core/fxge/
Dcfx_font.cpp298 int CFX_Font::GetGlyphWidth(uint32_t glyph_index) { in GetGlyphWidth()
352 bool CFX_Font::GetGlyphBBox(uint32_t glyph_index, FX_RECT& bbox) { in GetGlyphBBox()
503 void CFX_Font::AdjustMMParams(int glyph_index, in AdjustMMParams()
546 CFX_PathData* CFX_Font::LoadGlyphPathImpl(uint32_t glyph_index, in LoadGlyphPathImpl()
613 const CFX_GlyphBitmap* CFX_Font::LoadGlyphBitmap(uint32_t glyph_index, in LoadGlyphBitmap()
623 const CFX_PathData* CFX_Font::LoadGlyphPath(uint32_t glyph_index, in LoadGlyphPath()
Dcfx_facecache.cpp73 uint32_t glyph_index, in RenderGlyph()
195 uint32_t glyph_index, in LoadGlyphPath()
216 uint32_t glyph_index, in LoadGlyphBitmap()
340 uint32_t glyph_index, in LookUpGlyphBitmap()
Dfx_freetype.h86 #define FXFT_Load_Glyph(face, glyph_index, flags) \ argument
100 #define FXFT_Get_First_Char(face, glyph_index) \ argument
102 #define FXFT_Get_Next_Char(face, code, glyph_index) \ argument
/external/freetype/src/autofit/
Dafdummy.c41 af_dummy_hints_apply( FT_UInt glyph_index, in af_dummy_hints_apply()
Dafindic.c82 af_indic_hints_apply( FT_UInt glyph_index, in af_indic_hints_apply()
Daflatin2.c81 FT_UInt glyph_index; in af_latin2_metrics_init_widths() local
229 FT_UInt glyph_index; in af_latin2_metrics_init_blues() local
450 FT_UInt glyph_index; in af_latin2_metrics_check_digits() local
2327 af_latin2_hints_apply( FT_UInt glyph_index, in af_latin2_hints_apply()
Dafcjk.c89 FT_ULong glyph_index; in af_cjk_metrics_init_widths() local
364 FT_ULong glyph_index; in af_cjk_metrics_init_blues() local
604 FT_ULong glyph_index; in af_cjk_metrics_check_digits() local
2282 af_cjk_hints_apply( FT_UInt glyph_index, in af_cjk_hints_apply()
Daflatin.c80 FT_ULong glyph_index; in af_latin_metrics_init_widths() local
426 FT_ULong glyph_index; in af_latin_metrics_init_blues() local
1075 FT_ULong glyph_index; in af_latin_metrics_check_digits() local
3498 af_latin_hints_apply( FT_UInt glyph_index, in af_latin_hints_apply()
/external/freetype/src/truetype/
Dttsubpix.c823 FT_UInt glyph_index, in sph_test_tweak()
854 FT_UInt glyph_index, in scale_test_tweak()
885 FT_UInt glyph_index ) in sph_test_tweak_x_scaling()
905 FT_UInt glyph_index ) in sph_set_tweaks()
Dttgload.c123 FT_UInt glyph_index ) in tt_get_metrics()
185 FT_UInt glyph_index ) in tt_get_metrics_incr_overrides()
263 FT_UInt glyph_index, in TT_Access_Glyph_Frame()
1519 FT_UInt glyph_index, in load_truetype_glyph()
2114 FT_UInt glyph_index ) in compute_glyph_metrics()
2302 FT_UInt glyph_index, in load_sbit_image()
2701 FT_UInt glyph_index, in TT_Load_Glyph()
Dttdriver.c423 FT_UInt glyph_index, in tt_glyph_load()
/external/freetype/src/cid/
Dcidgload.c46 FT_UInt glyph_index ) in cid_load_glyph()
339 FT_UInt glyph_index, in cid_slot_load_glyph()
Dcidriver.c150 FT_UInt glyph_index, in cid_get_cid_from_glyph_index()
/external/freetype/src/cff/
Dcffgload.c46 FT_UInt glyph_index, in cff_get_glyph_data()
197 FT_UInt glyph_index, in cff_slot_load()
Dcffdrivr.c164 FT_UInt glyph_index, in cff_glyph_load()
318 FT_UInt glyph_index, in cff_get_glyph_name()
777 FT_UInt glyph_index, in cff_get_cid_from_glyph_index()
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.hh34 #define glyph_index() var1.u32 macro
/external/freetype/src/base/
Dftcid.c93 FT_UInt glyph_index, in FT_Get_CID_From_Glyph_Index()
/external/freetype/src/type42/
Dt42drivr.c61 FT_UInt glyph_index, in t42_get_glyph_name()
/external/freetype/include/freetype/internal/services/
Dsvpscmap.h57 FT_UInt glyph_index; member
/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp45 int glyph_index = m_GlyphIndex[charcode]; in LoadCharMetrics() local
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp170 uint32_t glyph_index, in RenderGlyph_Nativetext()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp242 int glyph_index = pEncoding->GlyphFromCharCode(start + i); in InsertWidthArray1() local
892 int glyph_index = pEncoding->GlyphFromCharCode(charcode); in AddFont() local
900 int glyph_index = pEncoding->GlyphFromCharCode(charcode); in AddFont() local
909 int glyph_index = pEncoding->GlyphFromCharCode(pUnicodes[j]); in AddFont() local
/external/freetype/src/sfnt/
Dttsbit.c1256 FT_UInt glyph_index, in tt_sbit_decoder_load_image()
1469 FT_UInt glyph_index, in tt_face_load_sbix_image()
1596 FT_UInt glyph_index, in tt_face_load_sbit_image()

12