Searched refs:ptem (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/test/shaping/data/in-house/tests/ |
D | aat-trak.tests | 2 ../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@93,0+1187|B=1@93,0+1187|C.alt=2@93,0+… 5 ../fonts/TRAK.ttf:--font-ptem=9:U+0041,U+0042,U+0043:[A.alt=0+1000|B=1+1000|C.alt=2+1000] 6 ../fonts/TRAK.ttf:--font-ptem=24:U+0041,U+0042,U+0043:[A.alt=0@-12,0+976|B=1@-12,0+976|C.alt=2@-12,… 7 ../fonts/TRAK.ttf:--font-ptem=72:U+0041,U+0042,U+0043:[A.alt=0@-50,0+900|B=1@-50,0+900|C.alt=2@-50,… 8 ../fonts/TRAK.ttf:--font-ptem=144:U+0041,U+0042,U+0043:[A.alt=0@-107,0+786|B=1@-107,0+786|C.alt=2@-… 9 ../fonts/TRAK.ttf:--font-ptem=144:U+0041,U+0042,U+0043:[A.alt=0@-107,0+786|B=1@-107,0+786|C.alt=2@-… 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:[…
|
D | macos.tests | 16 /System/Library/Fonts/SFNSDisplay.ttf@92787c30716672737e9059bc367c15d04fbc1ced:--font-ptem 9 --font… 34 /System/Library/Fonts/SFNSDisplay.ttf@c8948f464ff822a5f9bbf2e12d0e4e32268815aa:--font-ptem 9 --font…
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-trak-table.hh | 94 int get_tracking (const void *base, float ptem) const in get_tracking() 101 float csspx = ptem * 96.f / 72.f; in get_tracking() 173 const float ptem = c->font->ptem; in apply() local 174 if (unlikely (ptem <= 0.f)) in apply() 181 int tracking = trackData.get_tracking (this, ptem); in apply() 194 int tracking = trackData.get_tracking (this, ptem); in apply()
|
D | hb-coretext.cc | 50 coretext_font_size_from_ptem (float ptem) in coretext_font_size_from_ptem() argument 57 ptem *= 96.f / 72.f; in coretext_font_size_from_ptem() 58 return ptem <= 0.f ? HB_CORETEXT_DEFAULT_FONT_SIZE : ptem; in coretext_font_size_from_ptem() 320 CTFontRef ct_font = create_ct_font (cg_font, coretext_font_size_from_ptem (font->ptem)); in _hb_coretext_shaper_font_data_create() 344 if (fabs (CTFontGetSize((CTFontRef) data) - coretext_font_size_from_ptem (font->ptem)) > .5) in hb_coretext_font_data_sync()
|
D | hb-font.cc | 1383 font->ptem = parent->ptem; in hb_font_create_sub_font() 1784 hb_font_set_ptem (hb_font_t *font, float ptem) in hb_font_set_ptem() argument 1789 font->ptem = ptem; in hb_font_set_ptem() 1805 return font->ptem; in hb_font_get_ptem()
|
D | hb-font.h | 653 hb_font_set_ptem (hb_font_t *font, float ptem);
|
D | hb-font.hh | 116 float ptem; member
|
/external/harfbuzz_ng/util/ |
D | options.hh | 457 ptem = 0.; in font_options_t() 490 double ptem; member
|
D | options.cc | 556 …{"font-ptem", 0, 0, G_OPTION_ARG_DOUBLE, &this->ptem, "Set font point-size (default: 0; disabled… in add_options() 680 hb_font_set_ptem (font, ptem); in get_font()
|
/external/harfbuzz_ng/ |
D | NEWS | 420 - In hb_coretext_font_create() set font point-size (ptem).
|