Home
last modified time | relevance | path

Searched refs:hb_face_get_upem (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A 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()
H A 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/
H A 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/
H A Dtest-buffer-serialize.cc57 unsigned int upem = hb_face_get_upem (face); in main()
H A Dtest.cc53 unsigned int upem = hb_face_get_upem (face); in main()
H A Dhb-face.h128 hb_face_get_upem (const hb_face_t *face);
H A Dhb-ot-hmtx-table.hh166 default_advance = default_advance_ ? default_advance_ : hb_face_get_upem (face); in init()
H A Dhb-face.cc475 * hb_face_get_upem:
485 hb_face_get_upem (const hb_face_t *face) in hb_face_get_upem() function
H A Dhb-graphite2.cc325 unsigned int upem = hb_face_get_upem (face); in _hb_graphite2_shape()
H A Dmain.cc94 unsigned upem = hb_face_get_upem (face); in png_dump()
H A Dhb-ot-color-cbdt-table.hh817 upem = hb_face_get_upem (face); in init()
H A 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/
H A Dhb-aots-tester.cpp75 unsigned int upem = hb_face_get_upem (face); in runTest()

Completed in 11 milliseconds