Home
last modified time | relevance | path

Searched refs:hb_style_get_value (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-style.c38 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_ITALIC), 0); in test_empty_face()
39 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_OPTICAL_SIZE), 12); in test_empty_face()
40 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_SLANT_ANGLE), 0); in test_empty_face()
41 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_WIDTH), 100); in test_empty_face()
42 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_WEIGHT), 400); in test_empty_face()
51 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_ITALIC), 0); in test_regular_face()
52 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_OPTICAL_SIZE), 12); in test_regular_face()
53 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_SLANT_ANGLE), 0); in test_regular_face()
54 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_WIDTH), 100); in test_regular_face()
55 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_WEIGHT), 400); in test_regular_face()
[all …]
Dtest-ot-face.c178 hb_style_get_value (font, HB_STYLE_TAG_ITALIC); in test_font()
179 hb_style_get_value (font, HB_STYLE_TAG_OPTICAL_SIZE); in test_font()
180 hb_style_get_value (font, HB_STYLE_TAG_SLANT); in test_font()
181 hb_style_get_value (font, HB_STYLE_TAG_WIDTH); in test_font()
182 hb_style_get_value (font, HB_STYLE_TAG_WEIGHT); in test_font()
/external/harfbuzz_ng/src/
Dhb-style.cc72 hb_style_get_value (hb_font_t *font, hb_style_tag_t style_tag) in hb_style_get_value() function
75 return _hb_angle_to_ratio (hb_style_get_value (font, HB_STYLE_TAG_SLANT_ANGLE)); in hb_style_get_value()
Dhb-style.h77 hb_style_get_value (hb_font_t *font, hb_style_tag_t style_tag);
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt761 hb_style_get_value
/external/harfbuzz_ng/
DNEWS522 +hb_style_get_value()