Searched refs:hb_face_get_upem (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-ligature-carets.c | 35 hb_font_set_scale (font, hb_face_get_upem (face) * 2, hb_face_get_upem (face) * 4); in test_ot_layout_get_ligature_carets_ot_gdef() 151 hb_font_set_scale (font, hb_face_get_upem (face) * 2, hb_face_get_upem (face) * 4); in test_ot_layout_get_ligature_carets_empty()
|
D | test-font.c | 51 g_assert_cmpint (hb_face_get_upem (hb_face_get_empty ()), ==, 1000); in test_face_empty() 69 g_assert_cmpint (hb_face_get_upem (face), ==, 1000); in test_face_create() 116 g_assert_cmpint (hb_face_get_upem (face), ==, 1000); in test_face_createfortables() 128 unsigned int upem = hb_face_get_upem (hb_font_get_face (font)); in _test_font_nil_funcs() 494 upem = hb_face_get_upem (hb_font_get_face (font)); in test_font_properties()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | font-options.hh | 90 font_size_x = hb_face_get_upem (face); in post_parse() 92 font_size_y = hb_face_get_upem (face); in post_parse()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | test-buffer-serialize.cc | 57 unsigned int upem = hb_face_get_upem (face); in main()
|
D | test.cc | 53 unsigned int upem = hb_face_get_upem (face); in main()
|
D | hb-face.h | 128 hb_face_get_upem (const hb_face_t *face);
|
D | hb-ot-hmtx-table.hh | 166 default_advance = default_advance_ ? default_advance_ : hb_face_get_upem (face); in init()
|
D | hb-face.cc | 485 hb_face_get_upem (const hb_face_t *face) in hb_face_get_upem() function
|
D | hb-graphite2.cc | 325 unsigned int upem = hb_face_get_upem (face); in _hb_graphite2_shape()
|
D | main.cc | 94 unsigned upem = hb_face_get_upem (face); in png_dump()
|
D | hb-ot-color-cbdt-table.hh | 817 upem = hb_face_get_upem (face); in init()
|
D | hb-font.cc | 1512 font->x_scale = font->y_scale = hb_face_get_upem (face); in _hb_font_create()
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
D | hb-aots-tester.cpp | 75 unsigned int upem = hb_face_get_upem (face); in runTest()
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 242 hb_face_get_upem
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 146 <!-- hb_face_get_upem --> 147 …<elf-symbol name='hb_face_get_upem' type='func-type' binding='global-binding' visibility='default-… 5228 <!-- unsigned int hb_face_get_upem(hb_face_t*) --> 5229 …hb_face_get_upem' mangled-name='hb_face_get_upem' filepath='/tmp/legendre/spack-stage/spack-stage-…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 80 …<elf-symbol name='hb_face_get_upem' type='func-type' binding='global-binding' visibility='default-… 3291 …hb_face_get_upem' mangled-name='hb_face_get_upem' filepath='/tmp/legendre/spack-stage/spack-stage-…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 33515 upem = hb_face_get_upem (face); 34147 - default_advance = default_advance_ ? default_advance_ : hb_face_get_upem (face); 34151 + default_advance = T::is_horizontal ? hb_face_get_upem (face) / 2 : hb_face_get_upem (face);
|