Home
last modified time | relevance | path

Searched refs:JPXStream (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DJPEG2000Stream.cc15 JPXStream::JPXStream(Stream *strA) : FilterStream(strA) in JPXStream() function in JPXStream
22 JPXStream::~JPXStream() { in ~JPXStream()
27 void JPXStream::reset() { in reset()
31 void JPXStream::close() { in close()
42 int JPXStream::getPos() { in getPos()
46 int JPXStream::getChars(int nChars, Guchar *buffer) { in getChars()
55 int JPXStream::getChar() { in getChar()
61 void JPXStream::init() in init()
137 int JPXStream::lookChar() { in lookChar()
141 GooString *JPXStream::getPSFilter(int psLevel, char *indent) { in getPSFilter()
[all …]
H A DJPEG2000Stream.h23 class JPXStream: public FilterStream {
26 JPXStream(Stream *strA);
27 virtual ~JPXStream();
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DJPEG2000Stream.h27 class JPXStream: public FilterStream {
30 JPXStream(Stream *strA);
31 virtual ~JPXStream();
46 JPXStream(const JPXStream &other);
47 JPXStream& operator=(const JPXStream &other);
H A DJPEG2000Stream.cc86 JPXStream::JPXStream(Stream *strA) : FilterStream(strA) { in JPXStream() function in JPXStream
98 JPXStream::~JPXStream() { in ~JPXStream()
104 void JPXStream::reset() { in reset()
109 void JPXStream::close() { in close()
124 Goffset JPXStream::getPos() { in getPos()
128 int JPXStream::getChars(int nChars, Guchar *buffer) { in getChars()
139 int JPXStream::getChar() { in getChar()
145 int JPXStream::lookChar() { in lookChar()
155 GBool JPXStream::isBinary(GBool last) { in isBinary()
196 void JPXStream::init() in init()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DJPEG2000Stream.h27 class JPXStream: public FilterStream {
30 JPXStream(Stream *strA);
31 virtual ~JPXStream();
46 JPXStream(const JPXStream &other);
47 JPXStream& operator=(const JPXStream &other);
H A DJPEG2000Stream.cc69 JPXStream::JPXStream(Stream *strA) : FilterStream(strA) { in JPXStream() function in JPXStream
80 JPXStream::~JPXStream() { in ~JPXStream()
86 void JPXStream::reset() { in reset()
91 void JPXStream::close() { in close()
106 Goffset JPXStream::getPos() { in getPos()
110 int JPXStream::getChars(int nChars, Guchar *buffer) { in getChars()
121 int JPXStream::getChar() { in getChar()
127 int JPXStream::lookChar() { in lookChar()
137 GBool JPXStream::isBinary(GBool last) { in isBinary()
166 void JPXStream::init() in init()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DJPEG2000Stream.h27 class JPXStream: public FilterStream {
30 JPXStream(Stream *strA);
31 virtual ~JPXStream();
46 JPXStream(const JPXStream &other);
47 JPXStream& operator=(const JPXStream &other);
H A DJPEG2000Stream.cc69 JPXStream::JPXStream(Stream *strA) : FilterStream(strA) { in JPXStream() function in JPXStream
80 JPXStream::~JPXStream() { in ~JPXStream()
86 void JPXStream::reset() { in reset()
91 void JPXStream::close() { in close()
106 Goffset JPXStream::getPos() { in getPos()
110 int JPXStream::getChars(int nChars, Guchar *buffer) { in getChars()
121 int JPXStream::getChar() { in getChar()
127 int JPXStream::lookChar() { in lookChar()
137 GBool JPXStream::isBinary(GBool last) { in isBinary()
166 void JPXStream::init() in init()
[all …]
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DJPEG2000Stream.h25 class JPXStream : public FilterStream
28 explicit JPXStream(Stream *strA);
29 ~JPXStream() override;
31 JPXStream(const JPXStream &other) = delete;
32 JPXStream &operator=(const JPXStream &other) = delete;
H A DJPEG2000Stream.cc78 JPXStream::JPXStream(Stream *strA) : FilterStream(strA) in JPXStream() function in JPXStream
87 JPXStream::~JPXStream() in ~JPXStream()
94 void JPXStream::reset() in reset()
100 void JPXStream::close() in close()
109 Goffset JPXStream::getPos() in getPos()
114 int JPXStream::getChars(int nChars, unsigned char *buffer) in getChars()
130 int JPXStream::getChar() in getChar()
139 int JPXStream::lookChar() in lookChar()
148 GooString *JPXStream::getPSFilter(int psLevel, const char *indent) in getPSFilter()
153 bool JPXStream::isBinary(bool last) const in isBinary()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DJPEG2000Stream.h25 class JPXStream : public FilterStream
28 explicit JPXStream(Stream *strA);
29 ~JPXStream() override;
31 JPXStream(const JPXStream &other) = delete;
32 JPXStream &operator=(const JPXStream &other) = delete;
H A DJPEG2000Stream.cc78 JPXStream::JPXStream(Stream *strA) : FilterStream(strA) in JPXStream() function in JPXStream
87 JPXStream::~JPXStream() in ~JPXStream()
94 void JPXStream::reset() in reset()
100 void JPXStream::close() in close()
109 Goffset JPXStream::getPos() in getPos()
114 int JPXStream::getChars(int nChars, unsigned char *buffer) in getChars()
130 int JPXStream::getChar() in getChar()
139 int JPXStream::lookChar() in lookChar()
148 GooString *JPXStream::getPSFilter(int psLevel, const char *indent) in getPSFilter()
153 bool JPXStream::isBinary(bool last) const in isBinary()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DJPEG2000Stream.h25 class JPXStream : public FilterStream
28 explicit JPXStream(Stream *strA);
29 ~JPXStream() override;
31 JPXStream(const JPXStream &other) = delete;
32 JPXStream &operator=(const JPXStream &other) = delete;
H A DJPEG2000Stream.cc78 JPXStream::JPXStream(Stream *strA) : FilterStream(strA) in JPXStream() function in JPXStream
87 JPXStream::~JPXStream() in ~JPXStream()
94 void JPXStream::reset() in reset()
100 void JPXStream::close() in close()
109 Goffset JPXStream::getPos() in getPos()
114 int JPXStream::getChars(int nChars, unsigned char *buffer) in getChars()
130 int JPXStream::getChar() in getChar()
139 int JPXStream::lookChar() in lookChar()
148 GooString *JPXStream::getPSFilter(int psLevel, const char *indent) in getPSFilter()
153 bool JPXStream::isBinary(bool last) const in isBinary()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DJPEG2000Stream.h25 class JPXStream : public FilterStream
28 explicit JPXStream(Stream *strA);
29 ~JPXStream() override;
31 JPXStream(const JPXStream &other) = delete;
32 JPXStream &operator=(const JPXStream &other) = delete;
H A DJPEG2000Stream.cc78 JPXStream::JPXStream(Stream *strA) : FilterStream(strA) in JPXStream() function in JPXStream
87 JPXStream::~JPXStream() in ~JPXStream()
94 void JPXStream::reset() in reset()
100 void JPXStream::close() in close()
109 Goffset JPXStream::getPos() in getPos()
114 int JPXStream::getChars(int nChars, unsigned char *buffer) in getChars()
130 int JPXStream::getChar() in getChar()
139 int JPXStream::lookChar() in lookChar()
148 GooString *JPXStream::getPSFilter(int psLevel, const char *indent) in getPSFilter()
153 bool JPXStream::isBinary(bool last) const in isBinary()
[all …]
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DMakefile.in76 $(srcdir)/JPXStream.cc \
152 JPXStream.o \
213 JPXStream.o \
268 JPXStream.o \
322 JPXStream.o \
377 JPXStream.o \
428 JPXStream.o \
479 JPXStream.o \
530 JPXStream.o \
585 JPXStream.o \
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DMakefile.in76 $(srcdir)/JPXStream.cc \
151 JPXStream.o \
212 JPXStream.o \
267 JPXStream.o \
321 JPXStream.o \
376 JPXStream.o \
427 JPXStream.o \
478 JPXStream.o \
529 JPXStream.o \
584 JPXStream.o \
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DMakefile.in76 $(srcdir)/JPXStream.cc \
151 JPXStream.o \
212 JPXStream.o \
267 JPXStream.o \
321 JPXStream.o \
376 JPXStream.o \
427 JPXStream.o \
478 JPXStream.o \
529 JPXStream.o \
584 JPXStream.o \
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DMakefile.in76 $(srcdir)/JPXStream.cc \
151 JPXStream.o \
212 JPXStream.o \
267 JPXStream.o \
321 JPXStream.o \
376 JPXStream.o \
427 JPXStream.o \
478 JPXStream.o \
529 JPXStream.o \
584 JPXStream.o \
[all …]
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DMakefile.in76 $(srcdir)/JPXStream.cc \
151 JPXStream.o \
212 JPXStream.o \
267 JPXStream.o \
321 JPXStream.o \
376 JPXStream.o \
427 JPXStream.o \
478 JPXStream.o \
529 JPXStream.o \
584 JPXStream.o \
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DMakefile.in76 $(srcdir)/JPXStream.cc \
151 JPXStream.o \
212 JPXStream.o \
267 JPXStream.o \
321 JPXStream.o \
376 JPXStream.o \
427 JPXStream.o \
478 JPXStream.o \
529 JPXStream.o \
584 JPXStream.o \
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DMakefile.in76 $(srcdir)/JPXStream.cc \
151 JPXStream.o \
212 JPXStream.o \
267 JPXStream.o \
321 JPXStream.o \
376 JPXStream.o \
427 JPXStream.o \
478 JPXStream.o \
529 JPXStream.o \
584 JPXStream.o \
[all …]
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DMakefile.in72 $(srcdir)/JPXStream.cc \
120 JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o \
138 JPXStream.o Lexer.o Link.o NameToCharCode.o Outline.o Object.o \
154 JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o \
170 JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o \
186 JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o \
201 GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o \
219 JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o \
/dports/graphics/xpdf3/xpdf-3.04/
H A Dms_make.bat74 %CXX% %CXXFLAGS% /c JPXStream.cc
107 …bj GfxState.obj GlobalParams.obj JArithmeticDecoder.obj JBIG2Stream.obj JPXStream.obj Lexer.obj Li…
109 …bj GfxState.obj GlobalParams.obj JArithmeticDecoder.obj JBIG2Stream.obj JPXStream.obj Lexer.obj Li…
111 …bj GfxState.obj GlobalParams.obj JArithmeticDecoder.obj JBIG2Stream.obj JPXStream.obj Lexer.obj Li…
113 …bj GfxState.obj GlobalParams.obj JArithmeticDecoder.obj JBIG2Stream.obj JPXStream.obj Lexer.obj Li…
115 …bj GfxState.obj GlobalParams.obj JArithmeticDecoder.obj JBIG2Stream.obj JPXStream.obj Lexer.obj Li…
117 …bj GfxState.obj GlobalParams.obj JArithmeticDecoder.obj JBIG2Stream.obj JPXStream.obj Lexer.obj Li…
119 …balParams.obj ImageOutputDev.obj JArithmeticDecoder.obj JBIG2Stream.obj JPXStream.obj Lexer.obj Li…
125 …bj GfxState.obj GlobalParams.obj JArithmeticDecoder.obj JBIG2Stream.obj JPXStream.obj Lexer.obj Li…
130 …obj GlobalParams.obj HTMLGen.obj JArithmeticDecoder.obj JBIG2Stream.obj JPXStream.obj Lexer.obj Li…

1234567