Searched refs:hb_font_get_scale (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-font.c | 495 hb_font_get_scale (font, NULL, NULL); in test_font_properties() 497 hb_font_get_scale (font, &x_scale, NULL); in test_font_properties() 500 hb_font_get_scale (font, NULL, &y_scale); in test_font_properties() 503 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 510 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 550 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 570 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 575 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 579 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 331 hb_font_get_scale
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.h | 999 hb_font_get_scale (hb_font_t *font,
|
D | hb-font.cc | 1938 hb_font_get_scale (hb_font_t *font, in hb_font_get_scale() function
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 258 <!-- hb_font_get_scale --> 259 …<elf-symbol name='hb_font_get_scale' type='func-type' binding='global-binding' visibility='default… 9659 <!-- void hb_font_get_scale(hb_font_t*, int*, int*) --> 9660 …hb_font_get_scale' mangled-name='hb_font_get_scale' filepath='/tmp/legendre/spack-stage/spack-stag…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 136 …<elf-symbol name='hb_font_get_scale' type='func-type' binding='global-binding' visibility='default… 6083 …hb_font_get_scale' mangled-name='hb_font_get_scale' filepath='/tmp/legendre/spack-stage/spack-stag…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 45485 + hb_font_get_scale (font1, &x, &y); 45517 + hb_font_get_scale (font1, &x, &y); 72229 + hb_font_get_scale (font, &x_scale, &y_scale); 72269 + hb_font_get_scale (font, &x_scale, &y_scale);
|