Home
last modified time | relevance | path

Searched refs:ptem (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Daat-trak.tests2 ../fonts/TRAK.ttf:--font-ptem=.5:U+0041,U+0042,U+0043:[A.alt=0@100,0+1200|B=1@100,0+1200|C.alt=2@10…
3 ../fonts/TRAK.ttf:--font-ptem=1:U+0041,U+0042,U+0043:[A.alt=0@100,0+1200|B=1@100,0+1200|C.alt=2@100…
4 ../fonts/TRAK.ttf:--font-ptem=2:U+0041,U+0042,U+0043:[A.alt=0@100,0+1200|B=1@100,0+1200|C.alt=2@100…
5 ../fonts/TRAK.ttf:--font-ptem=9:U+0041,U+0042,U+0043:[A.alt=0@30,0+1060|B=1@30,0+1060|C.alt=2@30,0+…
6 ../fonts/TRAK.ttf:--font-ptem=24:U+0041,U+0042,U+0043:[A.alt=0@-7,0+986|B=1@-7,0+986|C.alt=2@-7,0+9…
7 ../fonts/TRAK.ttf:--font-ptem=72:U+0041,U+0042,U+0043:[A.alt=0@-35,0+929|B=1@-35,0+929|C.alt=2@-35,…
8 ../fonts/TRAK.ttf:--font-ptem=144:U+0041,U+0042,U+0043:[A.alt=0@-78,0+843|B=1@-78,0+843|C.alt=2@-78…
9 ../fonts/TRAK.ttf:--font-ptem=144:U+0041,U+0042,U+0043:[A.alt=0@-78,0+843|B=1@-78,0+843|C.alt=2@-78…
10 ../fonts/TRAK.ttf:--font-ptem=144 --features=-trak:U+0041,U+0042,U+0043:[A.alt=0+1000|B=1+1000|C.al…
11 ../fonts/TRAK.ttf:--font-ptem=144 --features=-trak[1;3]:U+0041,U+0042,U+0043,U+0041,U+0042,U+0043:[…
Dmacos.tests16 /System/Library/Fonts/SFNSDisplay.ttf@92787c30716672737e9059bc367c15d04fbc1ced:--font-ptem 9 --font…
35 /System/Library/Fonts/SFNSDisplay.ttf@c8948f464ff822a5f9bbf2e12d0e4e32268815aa:--font-ptem 9 --font…
54 /System/Library/Fonts/SFNSDisplay.ttf@6e9677c443f6583228a63fd147663cfc635924d9:--font-ptem 9 --font…
/external/harfbuzz_ng/src/
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()
Dhb-font.cc1414 font->ptem = parent->ptem; in hb_font_create_sub_font()
1816 hb_font_set_ptem (hb_font_t *font, float ptem) in hb_font_set_ptem() argument
1821 font->ptem = ptem; in hb_font_set_ptem()
1837 return font->ptem; in hb_font_get_ptem()
Dhb-coretext.cc305 CGFloat font_size = (CGFloat) (font->ptem <= 0.f ? HB_CORETEXT_DEFAULT_FONT_SIZE : font->ptem); in _hb_coretext_shaper_font_data_create()
330 if (fabs (CTFontGetSize ((CTFontRef) data) - (CGFloat) font->ptem) > .5) in hb_coretext_font_data_sync()
Dhb-font.h692 hb_font_set_ptem (hb_font_t *font, float ptem);
Dhb-font.hh118 float ptem; member
/external/harfbuzz_ng/util/
Doptions.hh461 ptem = 0.; in font_options_t()
494 double ptem; member
Doptions.cc568 …{"font-ptem", 0, 0, G_OPTION_ARG_DOUBLE, &this->ptem, "Set font point-size (default: 0; disabled… in add_options()
692 hb_font_set_ptem (font, ptem); in get_font()
/external/harfbuzz_ng/
DNEWS537 - In hb_coretext_font_create() set font point-size (ptem).