Home
last modified time | relevance | path

Searched refs:glyf (Results 26 – 50 of 1085) sorted by relevance

12345678910>>...44

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/perf/
H A Dperf-draw.hh159 BENCHMARK_CAPTURE (draw, glyf - ot - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Roman…
160 BENCHMARK_CAPTURE (draw, glyf - ft - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Roman…
167 BENCHMARK_CAPTURE (draw, glyf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", false, …
168 BENCHMARK_CAPTURE (draw, glyf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", false, …
169 BENCHMARK_CAPTURE (draw, glyf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", false, …
171 BENCHMARK_CAPTURE (draw, glyf/vf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", true…
172 BENCHMARK_CAPTURE (draw, glyf/vf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", true…
173 BENCHMARK_CAPTURE (draw, glyf/vf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", true…
175 BENCHMARK_CAPTURE (draw, glyf - ot - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, HARFBUZZ);
176 BENCHMARK_CAPTURE (draw, glyf - ft - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, FREETYPE);
[all …]
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/perf/
H A Dperf-draw.hh159 BENCHMARK_CAPTURE (draw, glyf - ot - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Roman…
160 BENCHMARK_CAPTURE (draw, glyf - ft - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Roman…
167 BENCHMARK_CAPTURE (draw, glyf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", false, …
168 BENCHMARK_CAPTURE (draw, glyf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", false, …
169 BENCHMARK_CAPTURE (draw, glyf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", false, …
171 BENCHMARK_CAPTURE (draw, glyf/vf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", true…
172 BENCHMARK_CAPTURE (draw, glyf/vf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", true…
173 BENCHMARK_CAPTURE (draw, glyf/vf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", true…
175 BENCHMARK_CAPTURE (draw, glyf - ot - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, HARFBUZZ);
176 BENCHMARK_CAPTURE (draw, glyf - ft - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, FREETYPE);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-subset-plan.cc102 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children() argument
112 OT::glyf::CompositeGlyphHeader::Iterator composite; in _add_gid_and_children()
113 if (glyf.get_composite (gid, &composite)) in _add_gid_and_children()
117 _add_gid_and_children (glyf, (hb_codepoint_t) composite.current->glyphIndex, gids_to_retain); in _add_gid_and_children()
129 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() local
131 glyf.init (face); in _populate_gids_to_retain()
161 _add_gid_and_children (glyf, 0, all_gids_to_retain); in _populate_gids_to_retain()
163 _add_gid_and_children (glyf, old_gids[i], all_gids_to_retain); in _populate_gids_to_retain()
172 glyf.fini (); in _populate_gids_to_retain()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DGlyphLocator.java87 ByteBuffer glyf) in forTable() argument
93 return new GlyphLocator.TwoByte(loca, glyf); in forTable()
96 return new GlyphLocator.FourByte(loca, glyf); in forTable()
136 TwoByte(ByteBuffer loca, ByteBuffer glyf) in TwoByte() argument
138 this.glyfTable = glyf; in TwoByte()
168 FourByte(ByteBuffer loca, ByteBuffer glyf) in FourByte() argument
170 this.glyfTable = glyf; in FourByte()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DGlyphLocator.java87 ByteBuffer glyf) in forTable() argument
93 return new GlyphLocator.TwoByte(loca, glyf); in forTable()
96 return new GlyphLocator.FourByte(loca, glyf); in forTable()
136 TwoByte(ByteBuffer loca, ByteBuffer glyf) in TwoByte() argument
138 this.glyfTable = glyf; in TwoByte()
168 FourByte(ByteBuffer loca, ByteBuffer glyf) in FourByte() argument
170 this.glyfTable = glyf; in FourByte()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DGlyphLocator.java87 ByteBuffer glyf) in forTable() argument
93 return new GlyphLocator.TwoByte(loca, glyf); in forTable()
96 return new GlyphLocator.FourByte(loca, glyf); in forTable()
136 TwoByte(ByteBuffer loca, ByteBuffer glyf) in TwoByte() argument
138 this.glyfTable = glyf; in TwoByte()
168 FourByte(ByteBuffer loca, ByteBuffer glyf) in FourByte() argument
170 this.glyfTable = glyf; in FourByte()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DGlyphLocator.java87 ByteBuffer glyf) in forTable() argument
93 return new GlyphLocator.TwoByte(loca, glyf); in forTable()
96 return new GlyphLocator.FourByte(loca, glyf); in forTable()
136 TwoByte(ByteBuffer loca, ByteBuffer glyf) in TwoByte() argument
138 this.glyfTable = glyf; in TwoByte()
168 FourByte(ByteBuffer loca, ByteBuffer glyf) in FourByte() argument
170 this.glyfTable = glyf; in FourByte()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DGlyphLocator.java87 ByteBuffer glyf) in forTable() argument
93 return new GlyphLocator.TwoByte(loca, glyf); in forTable()
96 return new GlyphLocator.FourByte(loca, glyf); in forTable()
136 TwoByte(ByteBuffer loca, ByteBuffer glyf) in TwoByte() argument
138 this.glyfTable = glyf; in TwoByte()
168 FourByte(ByteBuffer loca, ByteBuffer glyf) in FourByte() argument
170 this.glyfTable = glyf; in FourByte()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-subset-plan.cc36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children() argument
46 OT::glyf::CompositeGlyphHeader::Iterator composite; in _add_gid_and_children()
47 if (glyf.get_composite (gid, &composite)) in _add_gid_and_children()
51 _add_gid_and_children (glyf, (hb_codepoint_t) composite.current->glyphIndex, gids_to_retain); in _add_gid_and_children()
105 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() local
108 glyf.init (face); in _populate_gids_to_retain()
138 _add_gid_and_children (glyf, gid, all_gids_to_retain); in _populate_gids_to_retain()
152 glyf.fini (); in _populate_gids_to_retain()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-plan.cc36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children() argument
46 OT::glyf::CompositeGlyphHeader::Iterator composite; in _add_gid_and_children()
47 if (glyf.get_composite (gid, &composite)) in _add_gid_and_children()
51 _add_gid_and_children (glyf, (hb_codepoint_t) composite.current->glyphIndex, gids_to_retain); in _add_gid_and_children()
105 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() local
108 glyf.init (face); in _populate_gids_to_retain()
138 _add_gid_and_children (glyf, gid, all_gids_to_retain); in _populate_gids_to_retain()
152 glyf.fini (); in _populate_gids_to_retain()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-subset-plan.cc36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children() argument
46 OT::glyf::CompositeGlyphHeader::Iterator composite; in _add_gid_and_children()
47 if (glyf.get_composite (gid, &composite)) in _add_gid_and_children()
51 _add_gid_and_children (glyf, (hb_codepoint_t) composite.current->glyphIndex, gids_to_retain); in _add_gid_and_children()
105 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() local
108 glyf.init (face); in _populate_gids_to_retain()
138 _add_gid_and_children (glyf, gid, all_gids_to_retain); in _populate_gids_to_retain()
152 glyf.fini (); in _populate_gids_to_retain()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-plan.cc36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children() argument
46 OT::glyf::CompositeGlyphHeader::Iterator composite; in _add_gid_and_children()
47 if (glyf.get_composite (gid, &composite)) in _add_gid_and_children()
51 _add_gid_and_children (glyf, (hb_codepoint_t) composite.current->glyphIndex, gids_to_retain); in _add_gid_and_children()
105 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() local
108 glyf.init (face); in _populate_gids_to_retain()
138 _add_gid_and_children (glyf, gid, all_gids_to_retain); in _populate_gids_to_retain()
152 glyf.fini (); in _populate_gids_to_retain()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-plan.cc36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children() argument
46 OT::glyf::CompositeGlyphHeader::Iterator composite; in _add_gid_and_children()
47 if (glyf.get_composite (gid, &composite)) in _add_gid_and_children()
51 _add_gid_and_children (glyf, (hb_codepoint_t) composite.current->glyphIndex, gids_to_retain); in _add_gid_and_children()
105 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() local
108 glyf.init (face); in _populate_gids_to_retain()
138 _add_gid_and_children (glyf, gid, all_gids_to_retain); in _populate_gids_to_retain()
152 glyf.fini (); in _populate_gids_to_retain()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-plan.cc36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children() argument
46 OT::glyf::CompositeGlyphHeader::Iterator composite; in _add_gid_and_children()
47 if (glyf.get_composite (gid, &composite)) in _add_gid_and_children()
51 _add_gid_and_children (glyf, (hb_codepoint_t) composite.current->glyphIndex, gids_to_retain); in _add_gid_and_children()
105 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() local
108 glyf.init (face); in _populate_gids_to_retain()
138 _add_gid_and_children (glyf, gid, all_gids_to_retain); in _populate_gids_to_retain()
152 glyf.fini (); in _populate_gids_to_retain()
/dports/print/py-fonttools/fonttools-4.28.2/Snippets/
H A Dotf2ttf.py41 def update_hmtx(ttFont, glyf): argument
43 for glyphName, glyph in glyf.glyphs.items():
55 ttFont["glyf"] = glyf = newTable("glyf")
56 glyf.glyphOrder = glyphOrder
57 glyf.glyphs = glyphs_to_quadratic(ttFont.getGlyphSet(), **kwargs)
59 glyf.compile(ttFont)
60 update_hmtx(ttFont, glyf)
73 for g in glyf.glyphs.values())
/dports/japanese/font-mona/monafont-2.90/ttftools/
H A DREADME.euc53 (cmap, EBLC, glyf �ʤɡ���ʸ����ʸ���϶��̤����) ������
81 glyf, loca �ʤɤΥ����ȥ饤����դ�ɬ�ס�
84 glyf, loca �˲ä��ơ�bloc(EBLC), bdat(EBDT) �ʤɤ�
95 �ե���ȥե�������� glyf, loca, cvt �γƥơ��֥뤬���뤫�ɤ����������Ǥ���
224 13. glyf �ơ��֥�:
227 ������ˡ������ʣ�����������ߡ��� glyf �ơ��֥�� PfaEdit ��
237 glyf ��Υ����ȥ饤�����ȥ饯�����ǻȤ��������
301 glyf.src ��ӥåȥޥåץ���դο����������֤���
302 ���ߡ��� glyf �ơ��֥�� loca �ơ��֥��������ޤ���
305 �����Ǥ���glyf, loca, cvt �γƥơ��֥��ޤ᤿ mona-win.ttf ��
[all …]
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/scripts/
H A Dtouchup_for_web.py87 glyf = font['glyf']
88 tmp = glyf['chi']
89 glyf['chi'] = glyf['chi.alt']
90 glyf['chi.alt'] = tmp
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/
H A DREADME.chromium15 - glyf.h, glyf.cc - Backport of "Sanitise values for fonts with invalid
18 - glyf.cc - Backport of "[glyf] Guard access to maxp version 1 field"
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh46 friend struct glyf;
69 struct glyf struct
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf)); in init()
113 glyf_table = Sanitizer<glyf>::lock_instance (glyf_blob); in init()
165 const glyf *glyf_table;
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh46 friend struct glyf;
69 struct glyf struct
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf)); in init()
113 glyf_table = Sanitizer<glyf>::lock_instance (glyf_blob); in init()
165 const glyf *glyf_table;
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh46 friend struct glyf;
69 struct glyf struct
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf)); in init()
113 glyf_table = Sanitizer<glyf>::lock_instance (glyf_blob); in init()
165 const glyf *glyf_table;
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh46 friend struct glyf;
69 struct glyf struct
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf)); in init()
113 glyf_table = Sanitizer<glyf>::lock_instance (glyf_blob); in init()
165 const glyf *glyf_table;
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh46 friend struct glyf;
69 struct glyf struct
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf)); in init()
113 glyf_table = Sanitizer<glyf>::lock_instance (glyf_blob); in init()
165 const glyf *glyf_table;
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh46 friend struct glyf;
69 struct glyf struct
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf)); in init()
113 glyf_table = Sanitizer<glyf>::lock_instance (glyf_blob); in init()
165 const glyf *glyf_table;
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh46 friend struct glyf;
69 struct glyf struct
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf)); in init()
113 glyf_table = Sanitizer<glyf>::lock_instance (glyf_blob); in init()
165 const glyf *glyf_table;

12345678910>>...44