Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_font.cpp394 int CFX_Font::GetGlyphWidth(uint32_t glyph_index, in GetGlyphWidth()
401 int CFX_Font::GetGlyphWidthImpl(uint32_t glyph_index, in GetGlyphWidthImpl()
461 absl::optional<FX_RECT> CFX_Font::GetGlyphBBox(uint32_t glyph_index) { in GetGlyphBBox()
626 void CFX_Font::AdjustMMParams(int glyph_index, in AdjustMMParams()
670 std::unique_ptr<CFX_Path> CFX_Font::LoadGlyphPathImpl(uint32_t glyph_index, in LoadGlyphPathImpl()
732 uint32_t glyph_index, in LoadGlyphBitmap()
743 const CFX_Path* CFX_Font::LoadGlyphPath(uint32_t glyph_index, in LoadGlyphPath()
H A Dcfx_glyphcache.cpp116 uint32_t glyph_index, in RenderGlyph()
232 uint32_t glyph_index, in LoadGlyphPath()
253 uint32_t glyph_index, in LoadGlyphBitmap()
322 uint32_t glyph_index, in GetGlyphWidth()
358 uint32_t glyph_index, in LookUpGlyphBitmap()
/aosp_15_r20/external/freetype/src/type1/
H A Dt1gload.c43 FT_UInt glyph_index, in T1_Parse_Glyph_And_Get_Char_String()
166 FT_UInt glyph_index ) in T1_Parse_Glyph()
217 FT_Int glyph_index; in T1_Compute_Max_Advance() local
349 FT_UInt glyph_index, in T1_Load_Glyph()
/aosp_15_r20/external/freetype/src/truetype/
H A Dttgload.c151 FT_UInt glyph_index ) in tt_get_metrics()
203 FT_UInt glyph_index ) in tt_get_metrics_incremental()
281 FT_UInt glyph_index, in TT_Access_Glyph_Frame()
1429 FT_UInt glyph_index, in load_truetype_glyph()
1972 FT_UInt glyph_index ) in compute_glyph_metrics()
2113 FT_UInt glyph_index, in load_sbit_image()
2424 FT_UInt glyph_index, in TT_Load_Glyph()
/aosp_15_r20/external/freetype/src/cid/
H A Dcidgload.c56 FT_UInt glyph_index, in cid_compute_fd_and_offsets()
156 FT_UInt glyph_index ) in cid_load_glyph()
427 FT_UInt glyph_index, in cid_slot_load_glyph()
H A Dcidriver.c159 FT_UInt glyph_index, in cid_get_cid_from_glyph_index()
/aosp_15_r20/external/freetype/src/sfnt/
H A Dttsvg.c187 FT_UInt glyph_index ) in compare_svg_doc()
201 FT_UInt glyph_index, in find_doc()
284 FT_UInt glyph_index ) in tt_face_load_svg_doc()
H A Dttsbit.c1242 FT_UInt glyph_index, in tt_sbit_decoder_load_image()
1455 FT_UInt glyph_index, in tt_face_load_sbix_image()
1599 FT_UInt glyph_index, in tt_face_load_sbit_image()
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_docpagedata.cpp92 int glyph_index = pEncoding->GlyphFromCharCode(start + i); in InsertWidthArray1() local
502 int glyph_index = pEncoding->GlyphFromCharCode(charcode); in AddFont() local
511 int glyph_index = pEncoding->GlyphFromCharCode(charcode); in AddFont() local
520 int glyph_index = pEncoding->GlyphFromCharCode(pUnicodes[j]); in AddFont() local
/aosp_15_r20/external/freetype/src/autofit/
H A Dafcjk.c83 FT_ULong glyph_index; in af_cjk_metrics_init_widths() local
358 FT_ULong glyph_index; in af_cjk_metrics_init_blues() local
595 FT_ULong glyph_index; in af_cjk_metrics_check_digits() local
2277 af_cjk_hints_apply( FT_UInt glyph_index, in af_cjk_hints_apply()
H A Daflatin.c74 FT_ULong glyph_index; in af_latin_metrics_init_widths() local
424 FT_ULong glyph_index; in af_latin_metrics_init_blues() local
1093 FT_ULong glyph_index; in af_latin_metrics_check_digits() local
3554 af_latin_hints_apply( FT_UInt glyph_index, in af_latin_hints_apply()
H A Dafdummy.c41 af_dummy_hints_apply( FT_UInt glyph_index, in af_dummy_hints_apply()
H A Dafindic.c79 af_indic_hints_apply( FT_UInt glyph_index, in af_indic_hints_apply()
/aosp_15_r20/external/freetype/src/cff/
H A Dcffgload.c53 FT_UInt glyph_index, in cff_get_glyph_data()
204 FT_UInt glyph_index, in cff_slot_load()
H A Dcffdrivr.c163 FT_UInt glyph_index, in cff_glyph_load()
317 FT_UInt glyph_index, in cff_get_glyph_name()
783 FT_UInt glyph_index, in cff_get_cid_from_glyph_index()
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimstb_truetype.h1568 static int stbtt__GetGlyfOffset(const stbtt_fontinfo *info, int glyph_index) in stbtt__GetGlyfOffset()
1590 STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int … in stbtt_GetGlyphBox()
1611 STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_index) in stbtt_IsGlyphEmpty()
1639 static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvert… in stbtt__GetGlyphShapeTT()
1950 static stbtt__buf stbtt__cid_get_glyph_subrs(const stbtt_fontinfo *info, int glyph_index) in stbtt__cid_get_glyph_subrs()
1978 static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_index, stbtt__csctx *c) in stbtt__run_charstring()
2237 static int stbtt__GetGlyphShapeT2(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvert… in stbtt__GetGlyphShapeT2()
2254 static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int… in stbtt__GetGlyphInfoT2()
2265 STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvert… in stbtt_GetGlyphShape()
2273 STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int glyph_index, int *advanceWidt… in stbtt_GetGlyphHMetrics()
/aosp_15_r20/external/freetype/src/base/
H A Dftcid.c92 FT_UInt glyph_index, in FT_Get_CID_From_Glyph_Index()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize.hh35 #define glyph_index() var1.u32 macro
/aosp_15_r20/external/freetype/src/type42/
H A Dt42drivr.c61 FT_UInt glyph_index, in t42_get_glyph_name()
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/freetype/include/freetype/internal/services/
Dsvpscmap.h56 FT_UInt glyph_index; member
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/freetype/include/freetype/internal/services/
Dsvpscmap.h56 FT_UInt glyph_index; member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/freetype/include/freetype/internal/services/
Dsvpscmap.h56 FT_UInt glyph_index; member
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/freetype/include/freetype/internal/services/
Dsvpscmap.h56 FT_UInt glyph_index; member
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/freetype/include/freetype/internal/services/
Dsvpscmap.h56 FT_UInt glyph_index; member
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/freetype/include/freetype/internal/services/
Dsvpscmap.h56 FT_UInt glyph_index; member

1234