Home
last modified time | relevance | path

Searched refs:lenIV (Results 1 – 25 of 1197) sorted by relevance

12345678910>>...48

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dt1_load.c551 if (lenIV >= 0) { in parse_subrs()
552 t1_decrypt(T1_CHARKEY, data+offset, *start, lenIV, len); in parse_subrs()
554 offset += (lengths[idx] = len - lenIV); in parse_subrs()
711 if (lenIV >= 0) { in parse_charstrings()
714 charstrings->offset[j] += len - lenIV; in parse_charstrings()
727 if (lenIV >= 0) { in parse_charstrings()
731 offset += len - lenIV; in parse_charstrings()
776 int argn, lenIV = 4; in parse_part2() local
782 if (parse_subrs(font, start, end, lenIV, mode) < 0) { in parse_part2()
787 if (parse_charstrings(font, start, end, lenIV, mode) < 0) { in parse_part2()
[all …]
/dports/print/typetools/lcdf-typetools-2.108/libefont/
H A Dt1cs.cc109 Type1Charstring::Type1Charstring(int lenIV, const String &s) in Type1Charstring() argument
112 if (lenIV < 0) // no charstring encryption in Type1Charstring()
114 else if (lenIV < s.length()) { in Type1Charstring()
117 for (int i = 0; i < lenIV; i++, d++) in Type1Charstring()
119 _s = s.substring(lenIV); in Type1Charstring()
H A Dt1item.cc648 int lenIV, const String &s) in Type1Subr() argument
649 : _name(n), _subrno(num), _definer(definer), _cs(lenIV, s) in Type1Subr()
660 Type1Subr::make(const char *s_in, int s_len, int cs_pos, int cs_len, int lenIV) in make() argument
692 return new Type1Subr(name, subrno, definer, lenIV, String(s, cs_len)); in make()
715 w << "dup " << _subrno << ' ' << len + w.lenIV() << w.charstring_start(); in gen()
717 w << '/' << _name << ' ' << len + w.lenIV() << w.charstring_start(); in gen()
719 if (w.lenIV() < 0) { in gen()
727 unsigned char *buf = new unsigned char[len + w.lenIV()]; in gen()
731 for (int i = 0; i < w.lenIV(); i++) { in gen()
742 w.print((char *)buf, len + w.lenIV()); in gen()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dt1cs.cc109 Type1Charstring::Type1Charstring(int lenIV, const String &s) in Type1Charstring() argument
112 if (lenIV < 0) // no charstring encryption in Type1Charstring()
114 else if (lenIV < s.length()) { in Type1Charstring()
117 for (int i = 0; i < lenIV; i++, d++) in Type1Charstring()
119 _s = s.substring(lenIV); in Type1Charstring()
H A Dt1item.cc648 int lenIV, const String &s) in Type1Subr() argument
649 : _name(n), _subrno(num), _definer(definer), _cs(lenIV, s) in Type1Subr()
660 Type1Subr::make(const char *s_in, int s_len, int cs_pos, int cs_len, int lenIV) in make() argument
692 return new Type1Subr(name, subrno, definer, lenIV, String(s, cs_len)); in make()
715 w << "dup " << _subrno << ' ' << len + w.lenIV() << w.charstring_start(); in gen()
717 w << '/' << _name << ' ' << len + w.lenIV() << w.charstring_start(); in gen()
719 if (w.lenIV() < 0) { in gen()
727 unsigned char *buf = new unsigned char[len + w.lenIV()]; in gen()
731 for (int i = 0; i < w.lenIV(); i++) { in gen()
742 w.print((char *)buf, len + w.lenIV()); in gen()
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dt1cs.cc109 Type1Charstring::Type1Charstring(int lenIV, const String &s) in Type1Charstring() argument
112 if (lenIV < 0) // no charstring encryption in Type1Charstring()
114 else if (lenIV < s.length()) { in Type1Charstring()
117 for (int i = 0; i < lenIV; i++, d++) in Type1Charstring()
119 _s = s.substring(lenIV); in Type1Charstring()
H A Dt1item.cc648 int lenIV, const String &s) in Type1Subr() argument
649 : _name(n), _subrno(num), _definer(definer), _cs(lenIV, s) in Type1Subr()
660 Type1Subr::make(const char *s_in, int s_len, int cs_pos, int cs_len, int lenIV) in make() argument
692 return new Type1Subr(name, subrno, definer, lenIV, String(s, cs_len)); in make()
715 w << "dup " << _subrno << ' ' << len + w.lenIV() << w.charstring_start(); in gen()
717 w << '/' << _name << ' ' << len + w.lenIV() << w.charstring_start(); in gen()
719 if (w.lenIV() < 0) { in gen()
727 unsigned char *buf = new unsigned char[len + w.lenIV()]; in gen()
731 for (int i = 0; i < w.lenIV(); i++) { in gen()
742 w.print((char *)buf, len + w.lenIV()); in gen()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsf1.c242 if(pfont->data.lenIV) in CheckSubrForMM()
243 source += pfont->data.lenIV; in CheckSubrForMM()
325 if(pfont->data.lenIV >= 0) { in strip_othersubrs()
326 for (i=0;i<pfont->data.lenIV;i++) { in strip_othersubrs()
330 dest_length += pfont->data.lenIV; in strip_othersubrs()
520 gs_glyph notdef, int lenIV, in write_Private() argument
566 if (lenIV != 4) { in write_Private()
567 code = param_write_int(plist, "lenIV", &lenIV); in write_Private()
791 int lenIV = pfont->data.lenIV; in psf_write_type1_font() local
888 if (lenIV < 0 && (options & WRITE_TYPE1_WITH_LENIV)) { in psf_write_type1_font()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsf1.c242 if(pfont->data.lenIV) in CheckSubrForMM()
243 source += pfont->data.lenIV; in CheckSubrForMM()
325 if(pfont->data.lenIV >= 0) { in strip_othersubrs()
326 for (i=0;i<pfont->data.lenIV;i++) { in strip_othersubrs()
330 dest_length += pfont->data.lenIV; in strip_othersubrs()
520 gs_glyph notdef, int lenIV, in write_Private() argument
566 if (lenIV != 4) { in write_Private()
567 code = param_write_int(plist, "lenIV", &lenIV); in write_Private()
791 int lenIV = pfont->data.lenIV; in psf_write_type1_font() local
888 if (lenIV < 0 && (options & WRITE_TYPE1_WITH_LENIV)) { in psf_write_type1_font()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsf1.c243 if(pfont->data.lenIV) in CheckSubrForMM()
244 source += pfont->data.lenIV; in CheckSubrForMM()
329 if(pfont->data.lenIV >= 0) { in strip_othersubrs()
330 for (i=0;i<pfont->data.lenIV;i++) { in strip_othersubrs()
334 dest_length += pfont->data.lenIV; in strip_othersubrs()
531 gs_glyph notdef, int lenIV, in write_Private() argument
577 if (lenIV != 4) { in write_Private()
578 code = param_write_int(plist, "lenIV", &lenIV); in write_Private()
802 int lenIV = pfont->data.lenIV; in psf_write_type1_font() local
899 if (lenIV < 0 && (options & WRITE_TYPE1_WITH_LENIV)) { in psf_write_type1_font()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsf1.c243 if(pfont->data.lenIV) in CheckSubrForMM()
244 source += pfont->data.lenIV; in CheckSubrForMM()
329 if(pfont->data.lenIV >= 0) { in strip_othersubrs()
330 for (i=0;i<pfont->data.lenIV;i++) { in strip_othersubrs()
334 dest_length += pfont->data.lenIV; in strip_othersubrs()
531 gs_glyph notdef, int lenIV, in write_Private() argument
577 if (lenIV != 4) { in write_Private()
578 code = param_write_int(plist, "lenIV", &lenIV); in write_Private()
802 int lenIV = pfont->data.lenIV; in psf_write_type1_font() local
899 if (lenIV < 0 && (options & WRITE_TYPE1_WITH_LENIV)) { in psf_write_type1_font()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsf1.c169 gs_glyph notdef, int lenIV, in write_Private() argument
214 if (lenIV != 4) { in write_Private()
215 code = param_write_int(plist, "lenIV", &lenIV); in write_Private()
378 int lenIV = pfont->data.lenIV; in psf_write_type1_font() local
468 if (lenIV < 0 && (options & WRITE_TYPE1_WITH_LENIV)) { in psf_write_type1_font()
470 lenIV = 0; in psf_write_type1_font()
498 glyphs.notdef, lenIV, write_CharString, &ppp); in psf_write_type1_font()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsf1.c169 gs_glyph notdef, int lenIV, in write_Private() argument
214 if (lenIV != 4) { in write_Private()
215 code = param_write_int(plist, "lenIV", &lenIV); in write_Private()
378 int lenIV = pfont->data.lenIV; in psf_write_type1_font() local
468 if (lenIV < 0 && (options & WRITE_TYPE1_WITH_LENIV)) { in psf_write_type1_font()
470 lenIV = 0; in psf_write_type1_font()
498 glyphs.notdef, lenIV, write_CharString, &ppp); in psf_write_type1_font()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsf1.c191 gs_glyph notdef, int lenIV, in write_Private() argument
236 if (lenIV != 4) { in write_Private()
237 code = param_write_int(plist, "lenIV", &lenIV); in write_Private()
399 int lenIV = pfont->data.lenIV; in psf_write_type1_font() local
489 if (lenIV < 0 && (options & WRITE_TYPE1_WITH_LENIV)) { in psf_write_type1_font()
491 lenIV = 0; in psf_write_type1_font()
519 glyphs.notdef, lenIV, write_CharString, &ppp); in psf_write_type1_font()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsf1.c191 gs_glyph notdef, int lenIV, in write_Private() argument
236 if (lenIV != 4) { in write_Private()
237 code = param_write_int(plist, "lenIV", &lenIV); in write_Private()
399 int lenIV = pfont->data.lenIV; in psf_write_type1_font() local
489 if (lenIV < 0 && (options & WRITE_TYPE1_WITH_LENIV)) { in psf_write_type1_font()
491 lenIV = 0; in psf_write_type1_font()
519 glyphs.notdef, lenIV, write_CharString, &ppp); in psf_write_type1_font()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/cid/
H A Dcidgload.c155 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
160 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0; in cid_load_glyph()
169 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/cid/
H A Dcidgload.c145 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
150 cs_offset = ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cid_load_glyph()
153 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/cid/
H A Dcidgload.c149 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
154 cs_offset = ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cid_load_glyph()
157 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
/dports/devel/upp/upp/bazaar/FreeType/src/cid/
H A Dcidgload.c149 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
154 cs_offset = ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cid_load_glyph()
157 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/cid/
H A Dcidgload.c149 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
154 cs_offset = ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cid_load_glyph()
157 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/FreeType/src/cid/
H A Dcidgload.c155 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
160 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0; in cid_load_glyph()
169 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/freetype2/src/cid/
H A Dcidgload.hpp149 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
154 cs_offset = ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cid_load_glyph()
157 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freetype/src/cid/
H A Dcidgload.c149 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
154 cs_offset = ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cid_load_glyph()
157 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/freetype/vtkfreetype/src/cid/
H A Dcidgload.c149 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
154 cs_offset = ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cid_load_glyph()
157 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/freetype/vtkfreetype/src/cid/
H A Dcidgload.c149 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
154 cs_offset = ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cid_load_glyph()
157 if ( decoder->lenIV >= 0 ) in cid_load_glyph()

12345678910>>...48