Home
last modified time | relevance | path

Searched refs:glyf (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dglyf.c72 void ttfFreeGLYF(GLYFPtr glyf) in ttfFreeGLYF() argument
75 ttfFreeCompositeGlyph(glyf); in ttfFreeGLYF()
112 (glyf->flags)[i] = c; in ttfLoadSimpleGlyph()
121 flag = (glyf->flags)[i]; in ttfLoadSimpleGlyph()
141 flag = (glyf->flags)[i]; in ttfLoadSimpleGlyph()
164 nPts = (glyf->endPtsOfContours)[glyf->numberOfContours-1]+1; in ttfPrintSimpleGlyph()
220 (glyf->xCoordinates)[i], (glyf->yCoordinates)[i], x, y); in ttfPrintSimpleGlyph()
287 cur = glyf->comp; in ttfPrintCompositeGlyph()
371 cur = glyf->comp; in ttfFreeCompositeGlyph()
397 GLYFPtr glyf; in ttfLoadGlyphIndex() local
[all …]
H A Dgcache.c130 GLYFPtr glyf; in ttfLoadGlyphCached() local
132 glyf = &(font->gcache->next->glyf); in ttfLoadGlyphCached()
136 return glyf; in ttfLoadGlyphCached()
151 return &gcache->glyf; in ttfLoadGlyphCached()
230 cur->glyf.endPtsOfContours = tmp->glyf.endPtsOfContours + maxContours; in ttfInitCacheData()
231 cur->glyf.instructions = tmp->glyf.instructions + insLength; in ttfInitCacheData()
232 cur->glyf.flags = tmp->glyf.flags + maxPoints; in ttfInitCacheData()
233 cur->glyf.xCoordinates = tmp->glyf.xCoordinates + maxPoints; in ttfInitCacheData()
234 cur->glyf.yCoordinates = tmp->glyf.yCoordinates + maxPoints; in ttfInitCacheData()
246 ttfFreeGLYF(&cur->glyf); in ttfFreeCacheData()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-subset-glyf.cc33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size() argument
124 OT::glyf::CompositeGlyphHeader::Iterator iterator; in _update_components()
144 OT::glyf::CompositeGlyphHeader::Iterator composite_it; in _remove_composite_instruction_flag()
146 const OT::glyf::CompositeGlyphHeader *glyph; in _remove_composite_instruction_flag()
157 const OT::glyf::accelerator_t &glyf, in _write_glyf_and_loca_prime() argument
227 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf, in _hb_subset_glyf_and_loca() argument
242 if (unlikely (!_calculate_glyf_and_loca_prime_size (glyf, in _hb_subset_glyf_and_loca()
297 OT::glyf::accelerator_t glyf; in hb_subset_glyf_and_loca() local
298 glyf.init (plan->source); in hb_subset_glyf_and_loca()
299 bool result = _hb_subset_glyf_and_loca (glyf, in hb_subset_glyf_and_loca()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-glyf.cc33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size() argument
124 OT::glyf::CompositeGlyphHeader::Iterator iterator; in _update_components()
144 OT::glyf::CompositeGlyphHeader::Iterator composite_it; in _remove_composite_instruction_flag()
146 const OT::glyf::CompositeGlyphHeader *glyph; in _remove_composite_instruction_flag()
157 const OT::glyf::accelerator_t &glyf, in _write_glyf_and_loca_prime() argument
227 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf, in _hb_subset_glyf_and_loca() argument
242 if (unlikely (!_calculate_glyf_and_loca_prime_size (glyf, in _hb_subset_glyf_and_loca()
297 OT::glyf::accelerator_t glyf; in hb_subset_glyf_and_loca() local
298 glyf.init (plan->source); in hb_subset_glyf_and_loca()
299 bool result = _hb_subset_glyf_and_loca (glyf, in hb_subset_glyf_and_loca()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-subset-glyf.cc33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size() argument
124 OT::glyf::CompositeGlyphHeader::Iterator iterator; in _update_components()
144 OT::glyf::CompositeGlyphHeader::Iterator composite_it; in _remove_composite_instruction_flag()
146 const OT::glyf::CompositeGlyphHeader *glyph; in _remove_composite_instruction_flag()
157 const OT::glyf::accelerator_t &glyf, in _write_glyf_and_loca_prime() argument
227 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf, in _hb_subset_glyf_and_loca() argument
242 if (unlikely (!_calculate_glyf_and_loca_prime_size (glyf, in _hb_subset_glyf_and_loca()
297 OT::glyf::accelerator_t glyf; in hb_subset_glyf_and_loca() local
298 glyf.init (plan->source); in hb_subset_glyf_and_loca()
299 bool result = _hb_subset_glyf_and_loca (glyf, in hb_subset_glyf_and_loca()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-glyf.cc33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size() argument
124 OT::glyf::CompositeGlyphHeader::Iterator iterator; in _update_components()
144 OT::glyf::CompositeGlyphHeader::Iterator composite_it; in _remove_composite_instruction_flag()
146 const OT::glyf::CompositeGlyphHeader *glyph; in _remove_composite_instruction_flag()
157 const OT::glyf::accelerator_t &glyf, in _write_glyf_and_loca_prime() argument
227 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf, in _hb_subset_glyf_and_loca() argument
242 if (unlikely (!_calculate_glyf_and_loca_prime_size (glyf, in _hb_subset_glyf_and_loca()
297 OT::glyf::accelerator_t glyf; in hb_subset_glyf_and_loca() local
298 glyf.init (plan->source); in hb_subset_glyf_and_loca()
299 bool result = _hb_subset_glyf_and_loca (glyf, in hb_subset_glyf_and_loca()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-subset-glyf.cc34 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size() argument
121 OT::glyf::CompositeGlyphHeader::Iterator iterator; in _update_components()
142 OT::glyf::CompositeGlyphHeader::Iterator composite_it; in _remove_composite_instruction_flag()
144 const OT::glyf::CompositeGlyphHeader *glyph; in _remove_composite_instruction_flag()
155 const OT::glyf::accelerator_t &glyf, in _write_glyf_and_loca_prime() argument
224 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf, in _hb_subset_glyf_and_loca() argument
239 if (unlikely (!_calculate_glyf_and_loca_prime_size (glyf, in _hb_subset_glyf_and_loca()
294 OT::glyf::accelerator_t glyf; in hb_subset_glyf_and_loca() local
295 glyf.init(plan->source); in hb_subset_glyf_and_loca()
296 bool result = _hb_subset_glyf_and_loca (glyf, in hb_subset_glyf_and_loca()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-glyf.cc33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size() argument
124 OT::glyf::CompositeGlyphHeader::Iterator iterator; in _update_components()
144 OT::glyf::CompositeGlyphHeader::Iterator composite_it; in _remove_composite_instruction_flag()
146 const OT::glyf::CompositeGlyphHeader *glyph; in _remove_composite_instruction_flag()
157 const OT::glyf::accelerator_t &glyf, in _write_glyf_and_loca_prime() argument
227 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf, in _hb_subset_glyf_and_loca() argument
242 if (unlikely (!_calculate_glyf_and_loca_prime_size (glyf, in _hb_subset_glyf_and_loca()
297 OT::glyf::accelerator_t glyf; in hb_subset_glyf_and_loca() local
298 glyf.init (plan->source); in hb_subset_glyf_and_loca()
299 bool result = _hb_subset_glyf_and_loca (glyf, in hb_subset_glyf_and_loca()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-glyf.cc33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size() argument
124 OT::glyf::CompositeGlyphHeader::Iterator iterator; in _update_components()
144 OT::glyf::CompositeGlyphHeader::Iterator composite_it; in _remove_composite_instruction_flag()
146 const OT::glyf::CompositeGlyphHeader *glyph; in _remove_composite_instruction_flag()
157 const OT::glyf::accelerator_t &glyf, in _write_glyf_and_loca_prime() argument
227 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf, in _hb_subset_glyf_and_loca() argument
242 if (unlikely (!_calculate_glyf_and_loca_prime_size (glyf, in _hb_subset_glyf_and_loca()
297 OT::glyf::accelerator_t glyf; in hb_subset_glyf_and_loca() local
298 glyf.init (plan->source); in hb_subset_glyf_and_loca()
299 bool result = _hb_subset_glyf_and_loca (glyf, in hb_subset_glyf_and_loca()
[all …]
/dports/print/harfbuzz/harfbuzz-3.4.0/perf/
H A Dperf-extents.hh79 BENCHMARK_CAPTURE (extents, glyf - ot - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Ro…
80 BENCHMARK_CAPTURE (extents, glyf - ft - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Ro…
87 BENCHMARK_CAPTURE (extents, glyf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
88 BENCHMARK_CAPTURE (extents, glyf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
89 BENCHMARK_CAPTURE (extents, glyf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
91 BENCHMARK_CAPTURE (extents, glyf/vf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
92 BENCHMARK_CAPTURE (extents, glyf/vf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
93 BENCHMARK_CAPTURE (extents, glyf/vf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
95 BENCHMARK_CAPTURE (extents, glyf - ot - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, HARFBUZ…
96 BENCHMARK_CAPTURE (extents, glyf - ft - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, FREETYP…
[all …]
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/print/harfbuzz-hb-view/harfbuzz-3.4.0/perf/
H A Dperf-extents.hh79 BENCHMARK_CAPTURE (extents, glyf - ot - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Ro…
80 BENCHMARK_CAPTURE (extents, glyf - ft - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Ro…
87 BENCHMARK_CAPTURE (extents, glyf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
88 BENCHMARK_CAPTURE (extents, glyf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
89 BENCHMARK_CAPTURE (extents, glyf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
91 BENCHMARK_CAPTURE (extents, glyf/vf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
92 BENCHMARK_CAPTURE (extents, glyf/vf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
93 BENCHMARK_CAPTURE (extents, glyf/vf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
95 BENCHMARK_CAPTURE (extents, glyf - ot - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, HARFBUZ…
96 BENCHMARK_CAPTURE (extents, glyf - ft - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, FREETYP…
[all …]
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/print/harfbuzz-icu/harfbuzz-3.4.0/perf/
H A Dperf-extents.hh79 BENCHMARK_CAPTURE (extents, glyf - ot - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Ro…
80 BENCHMARK_CAPTURE (extents, glyf - ft - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Ro…
87 BENCHMARK_CAPTURE (extents, glyf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
88 BENCHMARK_CAPTURE (extents, glyf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
89 BENCHMARK_CAPTURE (extents, glyf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
91 BENCHMARK_CAPTURE (extents, glyf/vf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
92 BENCHMARK_CAPTURE (extents, glyf/vf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
93 BENCHMARK_CAPTURE (extents, glyf/vf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
95 BENCHMARK_CAPTURE (extents, glyf - ot - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, HARFBUZ…
96 BENCHMARK_CAPTURE (extents, glyf - ft - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, FREETYP…
[all …]
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/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/perf/
H A Dperf-extents.hh79 BENCHMARK_CAPTURE (extents, glyf - ot - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Ro…
80 BENCHMARK_CAPTURE (extents, glyf - ft - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Ro…
87 BENCHMARK_CAPTURE (extents, glyf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
88 BENCHMARK_CAPTURE (extents, glyf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
89 BENCHMARK_CAPTURE (extents, glyf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
91 BENCHMARK_CAPTURE (extents, glyf/vf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
92 BENCHMARK_CAPTURE (extents, glyf/vf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
93 BENCHMARK_CAPTURE (extents, glyf/vf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
95 BENCHMARK_CAPTURE (extents, glyf - ot - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, HARFBUZ…
96 BENCHMARK_CAPTURE (extents, glyf - ft - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, FREETYP…
[all …]
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/perf/
H A Dperf-extents.hh79 BENCHMARK_CAPTURE (extents, glyf - ot - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Ro…
80 BENCHMARK_CAPTURE (extents, glyf - ft - SourceSerifVariable, FONT_BASE_PATH "SourceSerifVariable-Ro…
87 BENCHMARK_CAPTURE (extents, glyf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
88 BENCHMARK_CAPTURE (extents, glyf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
89 BENCHMARK_CAPTURE (extents, glyf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", fals…
91 BENCHMARK_CAPTURE (extents, glyf/vf - ot - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
92 BENCHMARK_CAPTURE (extents, glyf/vf - ft - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
93 BENCHMARK_CAPTURE (extents, glyf/vf - tp - Comfortaa, FONT_BASE_PATH "Comfortaa-Regular-new.ttf", t…
95 BENCHMARK_CAPTURE (extents, glyf - ot - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, HARFBUZ…
96 BENCHMARK_CAPTURE (extents, glyf - ft - Roboto, FONT_BASE_PATH "Roboto-Regular.ttf", false, FREETYP…
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go193 glyf = g.font.glyf[g0:g1]
194 ne = int(int16(u16(glyf, 0)))
208 if len(glyf) == 0 {
229 program := g.loadSimple(glyf, ne)
295 c := uint32(glyf[offset])
300 count := glyf[offset]
314 dx := int16(glyf[offset])
322 x += int16(u16(glyf, offset))
331 dy := int16(glyf[offset])
339 y += int16(u16(glyf, offset))
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go193 glyf = g.font.glyf[g0:g1]
194 ne = int(int16(u16(glyf, 0)))
208 if len(glyf) == 0 {
229 program := g.loadSimple(glyf, ne)
295 c := uint32(glyf[offset])
300 count := glyf[offset]
314 dx := int16(glyf[offset])
322 x += int16(u16(glyf, offset))
331 dy := int16(glyf[offset])
339 y += int16(u16(glyf, offset))
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go193 glyf = g.font.glyf[g0:g1]
194 ne = int(int16(u16(glyf, 0)))
208 if len(glyf) == 0 {
228 program := g.loadSimple(glyf, ne)
290 c := uint32(glyf[offset])
295 count := glyf[offset]
309 dx := int16(glyf[offset])
317 x += int16(u16(glyf, offset))
326 dy := int16(glyf[offset])
334 y += int16(u16(glyf, offset))
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ots/src/
H A Dglyf.cc82 ots::OpenTypeGLYF *glyf = font->glyf; in ParseSimpleGlyph() local
115 glyf->iov.push_back(std::make_pair( in ParseSimpleGlyph()
151 glyf->iov.push_back(std::make_pair( in ParseSimpleGlyph()
172 OpenTypeGLYF *glyf = new OpenTypeGLYF; in ots_glyf_parse() local
173 font->glyf = glyf; in ots_glyf_parse()
255 glyf->iov.push_back(std::make_pair( in ots_glyf_parse()
277 return font->glyf != NULL; in ots_glyf_should_serialise()
281 const OpenTypeGLYF *glyf = font->glyf; in ots_glyf_serialise() local
284 if (!out->Write(glyf->iov[i].first, glyf->iov[i].second)) { in ots_glyf_serialise()
293 font->glyf = other->glyf; in ots_glyf_reuse()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/test/
H A Dverify_glyf.cc39 GlyphPtr glyf; in VerifyGLYF() local
40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH)); in VerifyGLYF()
41 if (glyf == NULL) { in VerifyGLYF()
45 EXPECT_EQ(glyf->XMin(), GLYPH33_XMIN); in VerifyGLYF()
46 EXPECT_EQ(glyf->YMin(), GLYPH33_YMIN); in VerifyGLYF()
47 EXPECT_EQ(glyf->XMax(), GLYPH33_XMAX); in VerifyGLYF()
48 EXPECT_EQ(glyf->YMax(), GLYPH33_YMAX); in VerifyGLYF()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/test/
H A Dverify_glyf.cc39 GlyphPtr glyf; in VerifyGLYF() local
40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH)); in VerifyGLYF()
41 if (glyf == NULL) { in VerifyGLYF()
45 EXPECT_EQ(glyf->XMin(), GLYPH33_XMIN); in VerifyGLYF()
46 EXPECT_EQ(glyf->YMin(), GLYPH33_YMIN); in VerifyGLYF()
47 EXPECT_EQ(glyf->XMax(), GLYPH33_XMAX); in VerifyGLYF()
48 EXPECT_EQ(glyf->YMax(), GLYPH33_YMAX); in VerifyGLYF()
/dports/japanese/font-mona/monafont-2.90/ttfsrc/
H A DMakefile116 base-outline-glyf base-outline-loca base-outline-hmtx base-outline-nhmtx \
120 remapped-glyf remapped-loca remapped-hmtx remapped-nhmtx \
149 EBLC EBDT fpgm gasp glyf loca cvt
242 base-outline-glyf: $(BASE_OUTLINE_TTF)
243 $(TTFCAT) $(BASE_OUTLINE_TTF) glyf > base-outline-glyf
252 remapped-glyf: base-outline-glyf base-outline-loca base-outline-hmtx base-outline-nhmtx base-outlin…
254 base-outline-cmap-unicode.src cmap-unicode.src > remapped-glyf
275 mona-outline-glyf: $(MONA_OUTLINE_TTF)
276 $(TTFCAT) $(MONA_OUTLINE_TTF) glyf > mona-outline-glyf
287 glyf: remapped-glyf remapped-loca remapped-hmtx remapped-nhmtx cmap-unicode.src mona-outline-glyf m… target
[all …]
/dports/devel/upp/upp/uppsrc/PdfDraw/
H A DTTFSubset.cpp99 TTFStreamOut glyf; in Subset() local
115 Copy(glyf, in, 8); in Subset()
119 flags = Copy16(glyf, in); in Subset()
122 Copy(glyf, in, 4); in Subset()
124 Copy(glyf, in, 2); in Subset()
126 Copy16(glyf, in); in Subset()
129 Copy(glyf, in, 4); in Subset()
132 Copy(glyf, in, 8); in Subset()
136 Copy(glyf, in, Copy16(glyf, in)); in Subset()
139 Copy(glyf, in, gf.size - 10); in Subset()
[all …]

12345678910>>...44