Home
last modified time | relevance | path

Searched refs:hb_font_get_scale (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-font.c495 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/
Dharfbuzz-sections.txt331 hb_font_get_scale
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-font.h999 hb_font_get_scale (hb_font_t *font,
Dhb-font.cc1938 hb_font_get_scale (hb_font_t *font, in hb_font_get_scale() function
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi258 <!-- 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*) -->
9660hb_font_get_scale' mangled-name='hb_font_get_scale' filepath='/tmp/legendre/spack-stage/spack-stag…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi136 …<elf-symbol name='hb_font_get_scale' type='func-type' binding='global-binding' visibility='default…
6083hb_font_get_scale' mangled-name='hb_font_get_scale' filepath='/tmp/legendre/spack-stage/spack-stag…
/third_party/chromium/patch/
D0001-cve.patch45485 + 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);