Searched refs:ptem (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-trak-table.hh | 94 int get_tracking (const void *base, float ptem) const in get_tracking() 126 if (size_table[size_index].to_float () >= ptem) in get_tracking() 129 return roundf (interpolate_at (size_index ? size_index - 1 : 0, ptem, in get_tracking() 166 const float ptem = c->font->ptem; in apply() local 167 if (unlikely (ptem <= 0.f)) in apply() 174 int tracking = trackData.get_tracking (this, ptem); in apply() 187 int tracking = trackData.get_tracking (this, ptem); in apply()
|
H A D | hb-style.cc | 90 if (style_tag == HB_STYLE_TAG_OPTICAL_SIZE && font->ptem) in hb_style_get_value() 91 return font->ptem; in hb_style_get_value()
|
H A D | hb-font.cc | 1485 0, /* ptem */ 1584 font->ptem = parent->ptem; in hb_font_create_sub_font() 1990 * @ptem: font size in points. 2001 float ptem) in hb_font_set_ptem() 2006 font->ptem = ptem; in hb_font_set_ptem() 2023 return font->ptem; in hb_font_get_ptem() 2000 hb_font_set_ptem(hb_font_t *font, float ptem) hb_font_set_ptem() argument
|
H A D | hb-coretext.cc | 326 CGFloat font_size = (CGFloat) (font->ptem <= 0.f ? HB_CORETEXT_DEFAULT_FONT_SIZE : font->ptem); in _hb_coretext_shaper_font_data_create() 389 if (fabs (CTFontGetSize ((CTFontRef) data) - (CGFloat) font->ptem) > (CGFloat) .5) in hb_coretext_font_data_sync()
|
H A D | hb-font.h | 1021 hb_font_set_ptem (hb_font_t *font, float ptem);
|
H A D | hb-font.hh | 118 float ptem; member
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | font-options.hh | 60 double ptem = 0.; member 95 hb_font_set_ptem (font, ptem); in post_parse() 266 {"font-ptem", 0, 0, in add_options() 267 G_OPTION_ARG_DOUBLE, &this->ptem, "Set font point-size (default: 0; disabled)", "point-size"}, in add_options()
|
/third_party/rust/crates/nix/test/ |
H A D | test_pty.rs | 126 let ptem = b"ptem\0"; in open_ptty_pair() 132 if unsafe { ioctl(slave_fd, I_PUSH, ptem.as_ptr()) } < 0 { in open_ptty_pair() 133 panic!("I_PUSH ptem failure"); in open_ptty_pair()
|
Completed in 9 milliseconds