Home
last modified time | relevance | path

Searched refs:nglyphs (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFontTest.h16 cairo_glyph_t *cglyphs, int nglyphs) in gfxFontTestItem()
19 glyphs = new cairo_glyph_t[nglyphs]; in gfxFontTestItem()
20 memcpy (glyphs, cglyphs, sizeof(cairo_glyph_t) * nglyphs); in gfxFontTestItem()
21 num_glyphs = nglyphs; in gfxFontTestItem()
46 cairo_glyph_t *cglyphs, int nglyphs) in AddItem() argument
48 items.AppendElement(gfxFontTestItem(fontString, cglyphs, nglyphs)); in AddItem()
52 cairo_glyph_t *cglyphs, int nglyphs) in AddItem() argument
54 items.AppendElement(gfxFontTestItem(NS_ConvertUTF16toUTF8(fontString), cglyphs, nglyphs)); in AddItem()
/dports/textproc/halibut/halibut-1.2/
H A Din_sfnt.c449 unsigned nglyphs; member
558 if (sf->nglyphs != 258) { in sfnt_mapglyphs()
613 for (i = 0; i < sf->nglyphs; i++) in sfnt_mapglyphs()
666 return sf->nglyphs; in sfnt_nglyphs()
807 if (p.left >= sf->nglyphs || p.right >= sf->nglyphs) goto bad; in sfnt_getkern()
888 if (idx > sf->nglyphs) { in sfnt_getmap()
906 if (idx > sf->nglyphs) { in sfnt_getmap()
959 sf->nglyphs = 0; in read_sfnt_file()
996 sf->nglyphs = maxp.numGlyphs; in read_sfnt_file()
1054 sf->nglyphs - 1); in sfnt_writeps()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqabstractfontengine_qws.cpp521 if (*nglyphs < len) { in stringToCMap()
522 *nglyphs = len; in stringToCMap()
526 QVarLengthArray<uint> glyphIndicies(*nglyphs); in stringToCMap()
531 for (int i = 0; i < *nglyphs; ++i) { in stringToCMap()
534 glyphs->numGlyphs = *nglyphs; in stringToCMap()
542 const int nglyphs = glyphs->numGlyphs; in recalcAdvances() local
544 QVarLengthArray<QAbstractFontEngine::Fixed> advances(nglyphs); in recalcAdvances()
545 …engine->getGlyphAdvances(glyphs->glyphs, nglyphs, advances.data(), QAbstractFontEngine::TextShapin… in recalcAdvances()
549 for (int i = 0; i < nglyphs; ++i) { in recalcAdvances()
626 …engine->addGlyphOutlinesToPath(glyphs, nglyphs, reinterpret_cast<QAbstractFontEngine::FixedPoint *… in addGlyphsToPath()
[all …]
H A Dqfontmetrics.cpp489 int nglyphs = 9; in leftBearing() local
490 engine->stringToCMap(&ch, 1, &glyphs, &nglyphs, 0); in leftBearing()
524 int nglyphs = 9; in rightBearing() local
525 engine->stringToCMap(&ch, 1, &glyphs, &nglyphs, 0); in rightBearing()
625 int nglyphs = 7; in width() local
673 int nglyphs = 7; in charWidth() local
742 int nglyphs = 9; in boundingRect() local
1379 int nglyphs = 9; in leftBearing() local
1414 int nglyphs = 9; in rightBearing() local
1484 int nglyphs = 7; in width() local
[all …]
/dports/x11-fonts/libXft/libXft-2.3.4/src/
H A Dxftrender.c43 int nglyphs) in XftGlyphRender() argument
68 for (i = 0; i < nglyphs; i++) in XftGlyphRender()
106 for (i = 0; i < nglyphs; i++) in XftGlyphRender()
151 int nglyphs) in XftGlyphSpecRender() argument
175 if (!nglyphs) in XftGlyphSpecRender()
241 if (i == nglyphs) in XftGlyphSpecRender()
246 while (++i < nglyphs) in XftGlyphSpecRender()
419 int nglyphs) in XftGlyphFontSpecRender() argument
443 if (!nglyphs) in XftGlyphFontSpecRender()
526 while (++i < nglyphs) in XftGlyphFontSpecRender()
[all …]
/dports/print/typetools/lcdf-typetools-2.108/libefont/
H A Dcff.cc592 _sids.reserve(nglyphs); in assign()
616 if (size < nglyphs) in assign()
617 size = nglyphs; in assign()
679 _sids.resize(nglyphs); in parse()
698 _nglyphs = nglyphs; in assign()
719 if (pos + 1 + nglyphs > len) in parse()
735 _fds = new uint8_t[nglyphs]; in parse()
1334 if (g > _charset.nglyphs()) in parse_encoding()
1382 if (gid >= 0 && gid < nglyphs()) in glyph_name()
1391 gnames.resize(nglyphs()); in glyph_names()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dcff.cc600 _sids.reserve(nglyphs); in assign()
624 if (size < nglyphs) in assign()
625 size = nglyphs; in assign()
687 _sids.resize(nglyphs); in parse()
706 _nglyphs = nglyphs; in assign()
727 if (pos + 1 + nglyphs > len) in parse()
743 _fds = new uint8_t[nglyphs]; in parse()
1342 if (g > _charset.nglyphs()) in parse_encoding()
1390 if (gid >= 0 && gid < nglyphs()) in glyph_name()
1399 gnames.resize(nglyphs()); in glyph_names()
[all …]
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dcff.cc599 _sids.reserve(nglyphs); in assign()
623 if (size < nglyphs) in assign()
624 size = nglyphs; in assign()
686 _sids.resize(nglyphs); in parse()
705 _nglyphs = nglyphs; in assign()
726 if (pos + 1 + nglyphs > len) in parse()
742 _fds = new uint8_t[nglyphs]; in parse()
1341 if (g > _charset.nglyphs()) in parse_encoding()
1389 if (gid >= 0 && gid < nglyphs()) in glyph_name()
1398 gnames.resize(nglyphs()); in glyph_names()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dttf2afm.c114 long nglyphs; variable
239 for (pm = mtx_tab; pm - mtx_tab < nglyphs; pm++) in free_tabs()
252 for (p = kern_tab; p - kern_tab < nglyphs; p++) in free_tabs()
408 nglyphs); in read_cmap()
462 nglyphs = get_ushort(); in read_font()
463 mtx_tab = xtalloc(nglyphs + 1, mtx_entry); in read_font()
481 for (; pm - mtx_tab < nglyphs; pm++) in read_font()
651 kern_tab = xtalloc(nglyphs, kern_entry); in read_font()
820 ncharmetrics = nglyphs; in print_afm()
855 if (pm - mtx_tab < nglyphs) { in print_afm()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dttf2afm.c114 long nglyphs; variable
239 for (pm = mtx_tab; pm - mtx_tab < nglyphs; pm++) in free_tabs()
252 for (p = kern_tab; p - kern_tab < nglyphs; p++) in free_tabs()
408 nglyphs); in read_cmap()
462 nglyphs = get_ushort(); in read_font()
463 mtx_tab = xtalloc(nglyphs + 1, mtx_entry); in read_font()
481 for (; pm - mtx_tab < nglyphs; pm++) in read_font()
651 kern_tab = xtalloc(nglyphs, kern_entry); in read_font()
820 ncharmetrics = nglyphs; in print_afm()
855 if (pm - mtx_tab < nglyphs) { in print_afm()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dttf2afm.c114 long nglyphs; variable
239 for (pm = mtx_tab; pm - mtx_tab < nglyphs; pm++) in free_tabs()
252 for (p = kern_tab; p - kern_tab < nglyphs; p++) in free_tabs()
408 nglyphs); in read_cmap()
462 nglyphs = get_ushort(); in read_font()
463 mtx_tab = xtalloc(nglyphs + 1, mtx_entry); in read_font()
481 for (; pm - mtx_tab < nglyphs; pm++) in read_font()
651 kern_tab = xtalloc(nglyphs, kern_entry); in read_font()
820 ncharmetrics = nglyphs; in print_afm()
855 if (pm - mtx_tab < nglyphs) { in print_afm()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dttf2afm.c114 long nglyphs; variable
239 for (pm = mtx_tab; pm - mtx_tab < nglyphs; pm++) in free_tabs()
252 for (p = kern_tab; p - kern_tab < nglyphs; p++) in free_tabs()
408 nglyphs); in read_cmap()
462 nglyphs = get_ushort(); in read_font()
463 mtx_tab = xtalloc(nglyphs + 1, mtx_entry); in read_font()
481 for (; pm - mtx_tab < nglyphs; pm++) in read_font()
651 kern_tab = xtalloc(nglyphs, kern_entry); in read_font()
820 ncharmetrics = nglyphs; in print_afm()
855 if (pm - mtx_tab < nglyphs) { in print_afm()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dttf2afm.c114 long nglyphs; variable
239 for (pm = mtx_tab; pm - mtx_tab < nglyphs; pm++) in free_tabs()
252 for (p = kern_tab; p - kern_tab < nglyphs; p++) in free_tabs()
408 nglyphs); in read_cmap()
462 nglyphs = get_ushort(); in read_font()
463 mtx_tab = xtalloc(nglyphs + 1, mtx_entry); in read_font()
481 for (; pm - mtx_tab < nglyphs; pm++) in read_font()
651 kern_tab = xtalloc(nglyphs, kern_entry); in read_font()
820 ncharmetrics = nglyphs; in print_afm()
855 if (pm - mtx_tab < nglyphs) { in print_afm()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dttf2afm.c114 long nglyphs; variable
239 for (pm = mtx_tab; pm - mtx_tab < nglyphs; pm++) in free_tabs()
252 for (p = kern_tab; p - kern_tab < nglyphs; p++) in free_tabs()
408 nglyphs); in read_cmap()
462 nglyphs = get_ushort(); in read_font()
463 mtx_tab = xtalloc(nglyphs + 1, mtx_entry); in read_font()
481 for (; pm - mtx_tab < nglyphs; pm++) in read_font()
651 kern_tab = xtalloc(nglyphs, kern_entry); in read_font()
820 ncharmetrics = nglyphs; in print_afm()
855 if (pm - mtx_tab < nglyphs) { in print_afm()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dttf2afm.c114 long nglyphs; variable
239 for (pm = mtx_tab; pm - mtx_tab < nglyphs; pm++) in free_tabs()
252 for (p = kern_tab; p - kern_tab < nglyphs; p++) in free_tabs()
408 nglyphs); in read_cmap()
462 nglyphs = get_ushort(); in read_font()
463 mtx_tab = xtalloc(nglyphs + 1, mtx_entry); in read_font()
481 for (; pm - mtx_tab < nglyphs; pm++) in read_font()
651 kern_tab = xtalloc(nglyphs, kern_entry); in read_font()
820 ncharmetrics = nglyphs; in print_afm()
855 if (pm - mtx_tab < nglyphs) { in print_afm()
[all …]
/dports/print/typetools/lcdf-typetools-2.108/include/efont/
H A Dcff.hh176 Charset(const Cff *, int pos, int nglyphs, int max_sid, ErrorHandler * = 0);
177 void assign(const Cff *, int pos, int nglyphs, int max_sid, ErrorHandler * = 0);
181 int nglyphs() const { return _sids.size(); } in nglyphs() function in Efont::Cff::Charset
194 int parse(const Cff *, int pos, int nglyphs, int max_sid, ErrorHandler *);
202 void assign(const Cff *, int pos, int nglyphs, ErrorHandler * = 0);
206 int nglyphs() const { return _nglyphs; } in nglyphs() function in Efont::Cff::FDSelect
218 int parse(const Cff *, int pos, int nglyphs, ErrorHandler *);
262 int nglyphs() const { return _charstrings_index.nitems(); } in nglyphs() function in Efont::Cff::CIDFont
313 int nglyphs() const { return _parent->nglyphs(); } in nglyphs() function in Efont::Cff::ChildFont
351 int nglyphs() const { return _charstrings_index.nitems(); } in nglyphs() function in Efont::Cff::Font
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/efont/
H A Dcff.hh177 Charset(const Cff *, int pos, int nglyphs, int max_sid, ErrorHandler * = 0);
178 void assign(const Cff *, int pos, int nglyphs, int max_sid, ErrorHandler * = 0);
182 int nglyphs() const { return _sids.size(); } in nglyphs() function in Efont::Cff::Charset
195 int parse(const Cff *, int pos, int nglyphs, int max_sid, ErrorHandler *);
203 void assign(const Cff *, int pos, int nglyphs, ErrorHandler * = 0);
207 int nglyphs() const { return _nglyphs; } in nglyphs() function in Efont::Cff::FDSelect
219 int parse(const Cff *, int pos, int nglyphs, ErrorHandler *);
261 int nglyphs() const { return _charstrings_index.nitems(); } in nglyphs() function in Efont::Cff::CIDFont
312 int nglyphs() const { return _parent->nglyphs(); } in nglyphs() function in Efont::Cff::ChildFont
350 int nglyphs() const { return _charstrings_index.nitems(); } in nglyphs() function in Efont::Cff::Font
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/efont/
H A Dcff.hh177 Charset(const Cff *, int pos, int nglyphs, int max_sid, ErrorHandler * = 0);
178 void assign(const Cff *, int pos, int nglyphs, int max_sid, ErrorHandler * = 0);
182 int nglyphs() const { return _sids.size(); } in nglyphs() function in Efont::Cff::Charset
195 int parse(const Cff *, int pos, int nglyphs, int max_sid, ErrorHandler *);
203 void assign(const Cff *, int pos, int nglyphs, ErrorHandler * = 0);
207 int nglyphs() const { return _nglyphs; } in nglyphs() function in Efont::Cff::FDSelect
219 int parse(const Cff *, int pos, int nglyphs, ErrorHandler *);
261 int nglyphs() const { return _charstrings_index.nitems(); } in nglyphs() function in Efont::Cff::CIDFont
312 int nglyphs() const { return _parent->nglyphs(); } in nglyphs() function in Efont::Cff::ChildFont
350 int nglyphs() const { return _charstrings_index.nitems(); } in nglyphs() function in Efont::Cff::Font
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dtextfun.c36 int nglyphs; member
90 int nglyphs; in make_font_tables() local
102 nglyphs = strlen(font_maps[k]) / 4 / font_tables[k].width; in make_font_tables()
103 font_tables[k].nglyphs = ++nglyphs; in make_font_tables()
104 font_tables[k].fonttable = weed_malloc(32 * nglyphs); in make_font_tables()
106 for (i = 0; i < nglyphs * 16; i += 16) { in make_font_tables()
240 glyph16 = font_tables[fontnum].nglyphs << 4; in textfun_process()
H A Dlivetext.c36 int nglyphs; member
81 int nglyphs; in make_font_tables() local
93 nglyphs = strlen(font_maps[k]) / 4 / font_tables[k].width; in make_font_tables()
94 font_tables[k].nglyphs = ++nglyphs; in make_font_tables()
95 font_tables[k].fonttable = weed_malloc(32 * nglyphs); in make_font_tables()
97 for (i = 0; i < nglyphs * 16; i += 16) { in make_font_tables()
161 if (glyph < 0 || glyph >= font_tables[fontnum].nglyphs) return; in fill_block()
/dports/print/ttf2pt1/ttf2pt1-3.4.4/
H A Dbdf.c56 static int nglyphs; variable
167 { GETLEN("CHARS "), MUST_SEE|IS_LAST, " %d", 1, {&nglyphs} },
259 if(curgl < nglyphs) { in handle_glyphs()
265 if(curgl >= nglyphs) { in handle_glyphs()
266 fprintf(stderr, "**** file contains more glyphs than advertised (%d)\n", nglyphs); in handle_glyphs()
469 nglyphs += 2; /* add empty glyph and .notdef */ in openfont()
535 if(( fontenc = calloc(nglyphs, sizeof *fontenc) )==NULL) { in openfont()
539 for(i=0; i<nglyphs; i++) in openfont()
541 if(( glpaths = calloc(nglyphs, sizeof *glpaths) )==NULL) { in openfont()
571 return nglyphs; in getnglyphs()
[all …]
/dports/print/typetools/lcdf-typetools-2.108/t1rawafm/
H A Dt1rawafm.cc249 for (int i = 0; i < font->nglyphs(); ++i) { in write_afm()
262 int nglyphs = font->nglyphs(); in write_afm() local
265 --nglyphs; in write_afm()
266 fprintf(outf, "Characters %d\n", nglyphs); in write_afm()
268 fprintf(outf, "StartCharMetrics %d\n", nglyphs); in write_afm()
281 for (int i = 0; i < font->nglyphs(); ++i) { in write_afm()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/t1rawafm/
H A Dt1rawafm.cc247 for (int i = 0; i < font->nglyphs(); ++i) { in write_afm()
260 int nglyphs = font->nglyphs(); in write_afm() local
263 --nglyphs; in write_afm()
264 fprintf(outf, "Characters %d\n", nglyphs); in write_afm()
266 fprintf(outf, "StartCharMetrics %d\n", nglyphs); in write_afm()
278 for (int i = 0; i < font->nglyphs(); ++i) { in write_afm()
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/t1rawafm/
H A Dt1rawafm.cc247 for (int i = 0; i < font->nglyphs(); ++i) { in write_afm()
260 int nglyphs = font->nglyphs(); in write_afm() local
263 --nglyphs; in write_afm()
264 fprintf(outf, "Characters %d\n", nglyphs); in write_afm()
266 fprintf(outf, "StartCharMetrics %d\n", nglyphs); in write_afm()
278 for (int i = 0; i < font->nglyphs(); ++i) { in write_afm()
/dports/x11/polybar/polybar-3.5.7/include/cairo/
H A Dfont.hpp215 int nglyphs = 0, nclusters = 0; in render() local
219 m_scaled, x, y, utf8.c_str(), utf8.size(), &glyphs, &nglyphs, &clusters, &nclusters, &cf); in render()
226 for (int g = 0; g < nglyphs; g++) { in render()
240 … m_scaled, x, y, utf8.c_str(), utf8.size(), &glyphs, &nglyphs, &clusters, &nclusters, &cf); in render()
254 cairo_scaled_font_glyph_extents(m_scaled, glyphs, nglyphs, &extents); in render()
255 …cairo_show_text_glyphs(m_cairo, utf8.c_str(), utf8.size(), glyphs, nglyphs, clusters, nclusters, c… in render()

12345678910>>...28