Home
last modified time | relevance | path

Searched refs:ptem (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-trak-table.hh94 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 Dhb-style.cc90 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 Dhb-font.cc1485 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 Dhb-coretext.cc326 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 Dhb-font.h1021 hb_font_set_ptem (hb_font_t *font, float ptem);
H A Dhb-font.hh118 float ptem; member
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dfont-options.hh60 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 Dtest_pty.rs126 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