Searched refs:hb_style_get_value (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-style.c | 38 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 …]
|
D | test-ot-face.c | 178 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/ |
D | hb-style.cc | 72 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()
|
D | hb-style.h | 77 hb_style_get_value (hb_font_t *font, hb_style_tag_t style_tag);
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 761 hb_style_get_value
|
/external/harfbuzz_ng/ |
D | NEWS | 522 +hb_style_get_value()
|