Home
last modified time | relevance | path

Searched refs:first_glyph (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-font.cc78 hb_codepoint_t *first_glyph, in hb_ot_get_nominal_glyphs() argument
85 first_glyph, glyph_stride); in hb_ot_get_nominal_glyphs()
103 const hb_codepoint_t *first_glyph, in hb_ot_get_glyph_h_advances() argument
114 *first_advance = font->em_scale_x (hmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_h_advances()
115 first_glyph = &StructAtOffset<hb_codepoint_t> (first_glyph, glyph_stride); in hb_ot_get_glyph_h_advances()
123 const hb_codepoint_t *first_glyph, in hb_ot_get_glyph_v_advances() argument
134 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances()
135 first_glyph = &StructAtOffset<hb_codepoint_t> (first_glyph, glyph_stride); in hb_ot_get_glyph_v_advances()
Dhb-font.cc133 hb_codepoint_t *first_glyph, in hb_font_get_nominal_glyphs_default() argument
141 if (!font->get_nominal_glyph (*first_unicode, first_glyph)) in hb_font_get_nominal_glyphs_default()
145 first_glyph = &StructAtOffset<hb_codepoint_t> (first_glyph, glyph_stride); in hb_font_get_nominal_glyphs_default()
152 first_glyph, glyph_stride); in hb_font_get_nominal_glyphs_default()
230 const hb_codepoint_t *first_glyph, in hb_font_get_glyph_h_advances_default() argument
240 *first_advance = font->get_glyph_h_advance (*first_glyph); in hb_font_get_glyph_h_advances_default()
241 first_glyph = &StructAtOffset<hb_codepoint_t> (first_glyph, glyph_stride); in hb_font_get_glyph_h_advances_default()
248 first_glyph, glyph_stride, in hb_font_get_glyph_h_advances_default()
262 const hb_codepoint_t *first_glyph, in hb_font_get_glyph_v_advances_default() argument
272 *first_advance = font->get_glyph_v_advance (*first_glyph); in hb_font_get_glyph_v_advances_default()
[all …]
Dhb-font.hh227 hb_codepoint_t *first_glyph, in get_nominal_glyphs()
233 first_glyph, glyph_stride, in get_nominal_glyphs()
261 const hb_codepoint_t *first_glyph, in get_glyph_h_advances()
268 first_glyph, glyph_stride, in get_glyph_h_advances()
274 const hb_codepoint_t *first_glyph, in get_glyph_v_advances()
281 first_glyph, glyph_stride, in get_glyph_v_advances()
404 const hb_codepoint_t *first_glyph, in get_glyph_advances_for_direction()
410 get_glyph_h_advances (count, first_glyph, glyph_stride, first_advance, advance_stride); in get_glyph_advances_for_direction()
412 get_glyph_v_advances (count, first_glyph, glyph_stride, first_advance, advance_stride); in get_glyph_advances_for_direction()
523 void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, in get_glyph_kerning_for_direction()
[all …]
Dhb-ft.cc220 hb_codepoint_t *first_glyph, in hb_ft_get_nominal_glyphs() argument
228 done < count && (*first_glyph = FT_Get_Char_Index (ft_font->ft_face, *first_unicode)); in hb_ft_get_nominal_glyphs()
232 first_glyph = &StructAtOffset<hb_codepoint_t> (first_glyph, glyph_stride); in hb_ft_get_nominal_glyphs()
262 const hb_codepoint_t *first_glyph, in hb_ft_get_glyph_h_advances() argument
283 hb_codepoint_t glyph = *first_glyph; in hb_ft_get_glyph_h_advances()
295 first_glyph = &StructAtOffset<hb_codepoint_t> (first_glyph, glyph_stride); in hb_ft_get_glyph_h_advances()
Dhb-font.h132 hb_codepoint_t *first_glyph,
145 const hb_codepoint_t *first_glyph,
451 const hb_codepoint_t *first_glyph,
458 const hb_codepoint_t *first_glyph,
514 const hb_codepoint_t *first_glyph,
Dhb-deprecated.h169 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
217 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
Dhb-ot-shape-complex-arabic-fallback.hh118 hb_codepoint_t first_glyph; in arabic_fallback_synthesize_lookup_ligature() local
119 if (!hb_font_get_glyph (font, first_u, 0, &first_glyph)) in arabic_fallback_synthesize_lookup_ligature()
121 first_glyphs[num_first_glyphs].set (first_glyph); in arabic_fallback_synthesize_lookup_ligature()
Dhb-ot-cmap-table.hh1044 hb_codepoint_t *first_glyph, in get_nominal_glyphs()
1054 done < count && get_glyph_funcZ (get_glyph_data, *first_unicode, first_glyph); in get_nominal_glyphs()
1058 first_glyph = &StructAtOffset<hb_codepoint_t> (first_glyph, glyph_stride); in get_nominal_glyphs()
/external/freetype/include/freetype/internal/
Dtttypes.h694 FT_UShort first_glyph; member
/external/harfbuzz_ng/test/api/
Dtest-font.c384 hb_codepoint_t *first_glyph HB_UNUSED, in nominal_glyphs_func()