Home
last modified time | relevance | path

Searched refs:cidtogidmap (Results 1 – 25 of 35) sorted by relevance

12

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dcidtype2.c248 gid = (cidtogidmap) ? ((cidtogidmap[2*cid] << 8)|cidtogidmap[2*cid+1]) : cid; in add_TTCIDHMetrics()
323 gid = (cidtogidmap) ? ((cidtogidmap[2*cid] << 8)|cidtogidmap[2*cid+1]) : cid; in add_TTCIDVMetrics()
504 unsigned char *cidtogidmap; in CIDFont_type2_dofont() local
675 cidtogidmap = NULL; in CIDFont_type2_dofont()
729 cidtogidmap[2*cid ] = gid >> 8; in CIDFont_type2_dofont()
730 cidtogidmap[2*cid+1] = gid & 0xff; in CIDFont_type2_dofont()
811 cidtogidmap[2*cid ] = gid >> 8; in CIDFont_type2_dofont()
859 if (cidtogidmap) in CIDFont_type2_dofont()
860 RELEASE(cidtogidmap); in CIDFont_type2_dofont()
915 if (cidtogidmap) { in CIDFont_type2_dofont()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w265 unsigned char *cidtogidmap;
273 cidtogidmap = NULL;
304 cidtogidmap = NULL;
306 cidtogidmap = xmalloc(((last_cid + 1) * 2) * sizeof(unsigned char));
307 memset(cidtogidmap, 0, (last_cid + 1) * 2);
332 cidtogidmap[2 * cid] = gid >> 8;
333 cidtogidmap[2 * cid + 1] = gid & 0xff;
375 if (cidtogidmap != NULL) {
385 pdf_quick_out(pdf, cidtogidmap[i]);
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w265 unsigned char *cidtogidmap;
273 cidtogidmap = NULL;
304 cidtogidmap = NULL;
306 cidtogidmap = xmalloc(((last_cid + 1) * 2) * sizeof(unsigned char));
307 memset(cidtogidmap, 0, (last_cid + 1) * 2);
332 cidtogidmap[2 * cid] = gid >> 8;
333 cidtogidmap[2 * cid + 1] = gid & 0xff;
375 if (cidtogidmap != NULL) {
385 pdf_quick_out(pdf, cidtogidmap[i]);
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w265 unsigned char *cidtogidmap;
273 cidtogidmap = NULL;
304 cidtogidmap = NULL;
306 cidtogidmap = xmalloc(((last_cid + 1) * 2) * sizeof(unsigned char));
307 memset(cidtogidmap, 0, (last_cid + 1) * 2);
332 cidtogidmap[2 * cid] = gid >> 8;
333 cidtogidmap[2 * cid + 1] = gid & 0xff;
375 if (cidtogidmap != NULL) {
385 pdf_quick_out(pdf, cidtogidmap[i]);
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w265 unsigned char *cidtogidmap;
273 cidtogidmap = NULL;
304 cidtogidmap = NULL;
306 cidtogidmap = xmalloc(((last_cid + 1) * 2) * sizeof(unsigned char));
307 memset(cidtogidmap, 0, (last_cid + 1) * 2);
332 cidtogidmap[2 * cid] = gid >> 8;
333 cidtogidmap[2 * cid + 1] = gid & 0xff;
375 if (cidtogidmap != NULL) {
385 pdf_quick_out(pdf, cidtogidmap[i]);
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w265 unsigned char *cidtogidmap;
273 cidtogidmap = NULL;
304 cidtogidmap = NULL;
306 cidtogidmap = xmalloc(((last_cid + 1) * 2) * sizeof(unsigned char));
307 memset(cidtogidmap, 0, (last_cid + 1) * 2);
332 cidtogidmap[2 * cid] = gid >> 8;
333 cidtogidmap[2 * cid + 1] = gid & 0xff;
375 if (cidtogidmap != NULL) {
385 pdf_quick_out(pdf, cidtogidmap[i]);
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w265 unsigned char *cidtogidmap;
273 cidtogidmap = NULL;
304 cidtogidmap = NULL;
306 cidtogidmap = xmalloc(((last_cid + 1) * 2) * sizeof(unsigned char));
307 memset(cidtogidmap, 0, (last_cid + 1) * 2);
332 cidtogidmap[2 * cid] = gid >> 8;
333 cidtogidmap[2 * cid + 1] = gid & 0xff;
375 if (cidtogidmap != NULL) {
385 pdf_quick_out(pdf, cidtogidmap[i]);
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w265 unsigned char *cidtogidmap;
273 cidtogidmap = NULL;
304 cidtogidmap = NULL;
306 cidtogidmap = xmalloc(((last_cid + 1) * 2) * sizeof(unsigned char));
307 memset(cidtogidmap, 0, (last_cid + 1) * 2);
332 cidtogidmap[2 * cid] = gid >> 8;
333 cidtogidmap[2 * cid + 1] = gid & 0xff;
375 if (cidtogidmap != NULL) {
385 pdf_quick_out(pdf, cidtogidmap[i]);
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
[all …]
/dports/print/py-fpdf/fpdf-1.7.2/fpdf/
H A Dfpdf.py1370 cidtogidmap = '';
1371 cidtogidmap = ["\x00"] * 256*256*2
1373 cidtogidmap[cc*2] = chr(glyph >> 8)
1374 cidtogidmap[cc*2 + 1] = chr(glyph & 0xFF)
1375 cidtogidmap = ''.join(cidtogidmap)
1378 cidtogidmap = cidtogidmap.encode("latin1")
1379 cidtogidmap = zlib.compress(cidtogidmap);
1381 self._out('<</Length ' + str(len(cidtogidmap)) + '')
1384 self._putstream(cidtogidmap)
/dports/graphics/tesseract/tesseract-5.0.0/src/api/
H A Dpdfrenderer.cpp538 const std::unique_ptr<unsigned char[]> cidtogidmap(new unsigned char[kCIDToGIDMapSize]); in BeginDocumentHandler() local
540 cidtogidmap[i] = (i % 2) ? 1 : 0; in BeginDocumentHandler()
543 unsigned char *comp = zlibCompress(cidtogidmap.get(), kCIDToGIDMapSize, &len); in BeginDocumentHandler()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-font.c1003 pdf_obj *cidtogidmap; in load_cid_font() local
1062 cidtogidmap = pdf_dict_get(ctx, dict, PDF_NAME(CIDToGIDMap)); in load_cid_font()
1063 if (pdf_is_stream(ctx, cidtogidmap)) in load_cid_font()
1068 buf = pdf_load_stream(ctx, cidtogidmap); in load_cid_font()
1077 else if (cidtogidmap && !pdf_name_eq(ctx, PDF_NAME(Identity), cidtogidmap)) in load_cid_font()
/dports/www/fswiki/wiki3_6_2/lib/PDFJ/
H A DTTF.pm170 my $cidtogidmap = pack "n*", map {$_ || 0} @c2g;
177 ($result, $cidtogidmap, $cidset);
179 ($result, $cidtogidmap);
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/PDFJ/
H A DTTF.pm179 my $cidtogidmap = pack "n*", map {$_ || 0} @c2g;
186 ($result, $cidtogidmap, $cidset);
188 ($result, $cidtogidmap);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/include/
H A Dtcpdf_fonts.php884 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
886 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
890 fwrite($fp, gzcompress($cidtogidmap));
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/tecnickcom/tcpdf/include/
H A Dtcpdf_fonts.php883 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
885 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
889 fwrite($fp, gzcompress($cidtogidmap));
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/tecnickcom/tcpdf/include/
H A Dtcpdf_fonts.php884 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
886 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
890 fwrite($fp, gzcompress($cidtogidmap));
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/tecnickcom/tcpdf/include/
H A Dtcpdf_fonts.php883 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
885 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
889 fwrite($fp, gzcompress($cidtogidmap));
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/tcpdf/include/
H A Dtcpdf_fonts.php875 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
877 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
881 fwrite($fp, gzcompress($cidtogidmap));
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/include/
H A Dtcpdf_fonts.php883 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
885 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
889 fwrite($fp, gzcompress($cidtogidmap));
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/tecnickcom/tcpdf/include/
H A Dtcpdf_fonts.php883 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
885 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
889 fwrite($fp, gzcompress($cidtogidmap));
/dports/www/phpmyfaq/phpmyfaq/src/libs/tcpdf/include/
H A Dtcpdf_fonts.php883 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
885 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
889 fwrite($fp, gzcompress($cidtogidmap));
/dports/www/matomo/piwik/vendor/tecnickcom/tcpdf/include/
H A Dtcpdf_fonts.php884 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
886 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
890 fwrite($fp, gzcompress($cidtogidmap));
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/include/
H A Dtcpdf_fonts.php884 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
886 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
890 fwrite($fp, gzcompress($cidtogidmap));
/dports/www/itop/web/lib/tcpdf/include/
H A Dtcpdf_fonts.php883 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
885 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
889 fwrite($fp, gzcompress($cidtogidmap));
/dports/www/limesurvey/limesurvey/application/third_party/tcpdf/include/
H A Dtcpdf_fonts.php883 $cidtogidmap = str_pad('', 131072, "\x00"); // (256 * 256 * 2) = 131072
885 $cidtogidmap = self::updateCIDtoGIDmap($cidtogidmap, $cid, $ctg[$cid]);
889 fwrite($fp, gzcompress($cidtogidmap));

12