Home
last modified time | relevance | path

Searched refs:hb_face_get_upem (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-ligature-carets.c35 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()
Dtest-font.c51 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/
Dfont-options.hh90 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/
Dtest-buffer-serialize.cc57 unsigned int upem = hb_face_get_upem (face); in main()
Dtest.cc53 unsigned int upem = hb_face_get_upem (face); in main()
Dhb-face.h128 hb_face_get_upem (const hb_face_t *face);
Dhb-ot-hmtx-table.hh166 default_advance = default_advance_ ? default_advance_ : hb_face_get_upem (face); in init()
Dhb-face.cc485 hb_face_get_upem (const hb_face_t *face) in hb_face_get_upem() function
Dhb-graphite2.cc325 unsigned int upem = hb_face_get_upem (face); in _hb_graphite2_shape()
Dmain.cc94 unsigned upem = hb_face_get_upem (face); in png_dump()
Dhb-ot-color-cbdt-table.hh817 upem = hb_face_get_upem (face); in init()
Dhb-font.cc1512 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/
Dhb-aots-tester.cpp75 unsigned int upem = hb_face_get_upem (face); in runTest()
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt242 hb_face_get_upem
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi146 <!-- 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*) -->
5229hb_face_get_upem' mangled-name='hb_face_get_upem' filepath='/tmp/legendre/spack-stage/spack-stage-…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi80 …<elf-symbol name='hb_face_get_upem' type='func-type' binding='global-binding' visibility='default-…
3291hb_face_get_upem' mangled-name='hb_face_get_upem' filepath='/tmp/legendre/spack-stage/spack-stage-…
/third_party/chromium/patch/
D0001-cve.patch33515 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);