/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-font.cc | 79 hb_codepoint_t *first_glyph, in hb_ot_get_nominal_glyphs() argument 86 first_glyph, glyph_stride); in hb_ot_get_nominal_glyphs() 104 const hb_codepoint_t *first_glyph, in hb_ot_get_glyph_h_advances() argument 115 *first_advance = font->em_scale_x (hmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_h_advances() 116 first_glyph = &StructAtOffsetUnaligned<hb_codepoint_t> (first_glyph, glyph_stride); in hb_ot_get_glyph_h_advances() 124 const hb_codepoint_t *first_glyph, in hb_ot_get_glyph_v_advances() argument 135 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances() 136 first_glyph = &StructAtOffsetUnaligned<hb_codepoint_t> (first_glyph, glyph_stride); in hb_ot_get_glyph_v_advances()
|
D | hb-font.cc | 150 hb_codepoint_t *first_glyph, in hb_font_get_nominal_glyphs_default() argument 158 if (!font->get_nominal_glyph (*first_unicode, first_glyph)) in hb_font_get_nominal_glyphs_default() 162 first_glyph = &StructAtOffsetUnaligned<hb_codepoint_t> (first_glyph, glyph_stride); in hb_font_get_nominal_glyphs_default() 169 first_glyph, glyph_stride); in hb_font_get_nominal_glyphs_default() 251 const hb_codepoint_t *first_glyph, in hb_font_get_glyph_h_advances_default() argument 261 *first_advance = font->get_glyph_h_advance (*first_glyph); in hb_font_get_glyph_h_advances_default() 262 first_glyph = &StructAtOffsetUnaligned<hb_codepoint_t> (first_glyph, glyph_stride); in hb_font_get_glyph_h_advances_default() 269 first_glyph, glyph_stride, in hb_font_get_glyph_h_advances_default() 283 const hb_codepoint_t *first_glyph, in hb_font_get_glyph_v_advances_default() argument 293 *first_advance = font->get_glyph_v_advance (*first_glyph); in hb_font_get_glyph_v_advances_default() [all …]
|
D | hb-font.hh | 231 hb_codepoint_t *first_glyph, in get_nominal_glyphs() 237 first_glyph, glyph_stride, in get_nominal_glyphs() 266 const hb_codepoint_t *first_glyph, in get_glyph_h_advances() 273 first_glyph, glyph_stride, in get_glyph_h_advances() 279 const hb_codepoint_t *first_glyph, in get_glyph_v_advances() 286 first_glyph, glyph_stride, in get_glyph_v_advances() 417 const hb_codepoint_t *first_glyph, in get_glyph_advances_for_direction() 423 get_glyph_h_advances (count, first_glyph, glyph_stride, first_advance, advance_stride); in get_glyph_advances_for_direction() 425 get_glyph_v_advances (count, first_glyph, glyph_stride, first_advance, advance_stride); in get_glyph_advances_for_direction() 536 void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, in get_glyph_kerning_for_direction() [all …]
|
D | hb-font.h | 257 hb_codepoint_t *first_glyph, 322 const hb_codepoint_t *first_glyph, 410 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, 796 hb_codepoint_t *first_glyph, 809 const hb_codepoint_t *first_glyph, 816 const hb_codepoint_t *first_glyph, 876 const hb_codepoint_t *first_glyph, 898 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
|
D | hb-ft.cc | 284 hb_codepoint_t *first_glyph, in hb_ft_get_nominal_glyphs() argument 292 done < count && (*first_glyph = FT_Get_Char_Index (ft_font->ft_face, *first_unicode)); in hb_ft_get_nominal_glyphs() 296 first_glyph = &StructAtOffsetUnaligned<hb_codepoint_t> (first_glyph, glyph_stride); in hb_ft_get_nominal_glyphs() 326 const hb_codepoint_t *first_glyph, in hb_ft_get_glyph_h_advances() argument 347 hb_codepoint_t glyph = *first_glyph; in hb_ft_get_glyph_h_advances() 359 first_glyph = &StructAtOffsetUnaligned<hb_codepoint_t> (first_glyph, glyph_stride); in hb_ft_get_glyph_h_advances()
|
D | hb-ot-shape-complex-arabic-fallback.hh | 119 hb_codepoint_t first_glyph; in arabic_fallback_synthesize_lookup_ligature() local 120 if (!hb_font_get_glyph (font, first_u, 0, &first_glyph)) in arabic_fallback_synthesize_lookup_ligature() 122 first_glyphs[num_first_glyphs] = first_glyph; in arabic_fallback_synthesize_lookup_ligature()
|
D | hb-ot-cmap-table.hh | 1651 hb_codepoint_t *first_glyph, in get_nominal_glyphs() 1661 done < count && get_glyph_funcZ (get_glyph_data, *first_unicode, first_glyph); in get_nominal_glyphs() 1665 first_glyph = &StructAtOffsetUnaligned<hb_codepoint_t> (first_glyph, glyph_stride); in get_nominal_glyphs()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | tttypes.h | 606 FT_UShort first_glyph; member
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-font.c | 381 hb_codepoint_t *first_glyph HB_UNUSED, in nominal_glyphs_func()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 5979 …<parameter type-id='type-id-72' name='first_glyph' filepath='/tmp/legendre/spack-stage/spack-stage…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 9471 …<parameter type-id='type-id-72' name='first_glyph' filepath='/tmp/legendre/spack-stage/spack-stage…
|