/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-hmtx-table.hh | 134 return hb_pair (_mtx.get_advance (old_gid), _mtx.get_side_bearing (old_gid)); in subset() 227 unsigned int get_advance (hb_codepoint_t glyph) const in get_advance() function 243 unsigned int get_advance (hb_codepoint_t glyph, in get_advance() function 246 unsigned int advance = get_advance (glyph); in get_advance() 277 return get_advance (old_gid); in _advance_for_new_gid()
|
D | hb-ot-font.cc | 114 *first_advance = font->em_scale_x (hmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_h_advances() 134 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-hmtx-table.hh | 141 return hb_pair (_mtx.get_advance (old_gid), _mtx.get_side_bearing (old_gid)); in subset() 225 unsigned int get_advance (hb_codepoint_t glyph) const in get_advance() function 241 unsigned int get_advance (hb_codepoint_t glyph, in get_advance() function 244 unsigned int advance = get_advance (glyph); in get_advance() 282 return get_advance (old_gid); in _advance_for_new_gid()
|
D | hb-ot-font.cc | 115 *first_advance = font->em_scale_x (hmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_h_advances() 135 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances()
|
D | hb-ot-glyf-table.hh | 797 unsigned h_adv = glyf_accelerator.hmtx->get_advance (gid); in get_points() 798 unsigned v_adv = glyf_accelerator.vmtx->get_advance (gid); in get_points() 1040 return is_vertical ? vmtx->get_advance (gid) : hmtx->get_advance (gid); in get_advance_var()
|
/third_party/harfbuzz/src/ |
D | hb-ot-hmtx-table.hh | 141 return hb_pair (_mtx.get_advance (old_gid), _mtx.get_side_bearing (old_gid)); in subset() 225 unsigned int get_advance (hb_codepoint_t glyph) const in get_advance() function 241 unsigned int get_advance (hb_codepoint_t glyph, in get_advance() function 244 unsigned int advance = get_advance (glyph); in get_advance() 282 return get_advance (old_gid); in _advance_for_new_gid()
|
D | hb-ot-font.cc | 115 *first_advance = font->em_scale_x (hmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_h_advances() 135 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances()
|
D | hb-ot-glyf-table.hh | 741 unsigned h_adv = glyf_accelerator.hmtx->get_advance (gid); in get_points() 742 unsigned v_adv = glyf_accelerator.vmtx->get_advance (gid); in get_points() 984 return is_vertical ? vmtx->get_advance (gid) : hmtx->get_advance (gid); in get_advance_var()
|
/third_party/freetype/include/freetype/internal/services/ |
D | svpfr.h | 55 FT_PFR_GetAdvanceFunc get_advance; in FT_DEFINE_SERVICE() local
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/ |
D | svpfr.h | 55 FT_PFR_GetAdvanceFunc get_advance; in FT_DEFINE_SERVICE() local
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/services/ |
D | svpfr.h | 55 FT_PFR_GetAdvanceFunc get_advance; in FT_DEFINE_SERVICE() local
|
/third_party/harfbuzz/util/ |
D | helper-cairo.hh | 72 void get_advance (double *x_advance, double *y_advance) { in get_advance() function
|
D | view-cairo.cc | 66 line.get_advance (&x_advance, &y_advance); in render()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | helper-cairo.hh | 72 void get_advance (double *x_advance, double *y_advance) { in get_advance() function
|
D | view-cairo.cc | 58 line.get_advance (&x_advance, &y_advance); in render()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftpfr.c | 144 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()
|
/third_party/freetype/src/base/ |
D | ftpfr.c | 143 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftpfr.c | 143 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | view-cairo.hh | 128 line.get_advance (&x_advance, &y_advance); in render()
|
D | helper-cairo.hh | 604 void get_advance (double *x_advance, double *y_advance) { in get_advance() function
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 33757 + *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); 33763 - *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); 34111 …ance = plan->old_gid_for_new_gid (num_long_metrics - 1, &old_gid) ? _mtx.get_advance (old_gid) : 0; 34113 …e == (plan->old_gid_for_new_gid (num_long_metrics - 2, &old_gid) ? _mtx.get_advance (old_gid) : 0)) 34192 * Our get_advance() depends on that. */ 34246 unsigned int get_advance (hb_codepoint_t glyph) const 34282 + return get_advance (num_bearings - 1); 34290 unsigned int get_advance (hb_codepoint_t glyph, 34292 unsigned int advance = get_advance (glyph); 34327 - return get_advance (old_gid);
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 10782 <!-- unsigned int hb_ot_face_metrics_accelerator_t::get_advance(hb_codepoint_t) --> 10783 …<function-decl name='get_advance' mangled-name='_ZNK32hb_ot_face_metrics_accelerator_t11get_advanc…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 6886 …<function-decl name='get_advance' mangled-name='_ZNK32hb_ot_face_metrics_accelerator_t11get_advanc…
|