Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/JBIG2Stream.h
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2004-05-17 18:12:38 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2004-05-17 18:12:38 (GMT)
commitaf15b57b30fcf442262f3a797d169d6bc3c1a44a (patch)
tree45656ff4d9043e45229253ce1d73d8b9a8251a49 /pdf/xpdf/JBIG2Stream.h
parentbace4ea18c03bfcaadab55300bc15290f87540c7 (diff)
Import of Xpdf 3.00
Diffstat (limited to 'pdf/xpdf/JBIG2Stream.h')
-rw-r--r--pdf/xpdf/JBIG2Stream.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/pdf/xpdf/JBIG2Stream.h b/pdf/xpdf/JBIG2Stream.h
index 877dd7f..ed26d4e 100644
--- a/pdf/xpdf/JBIG2Stream.h
+++ b/pdf/xpdf/JBIG2Stream.h
@@ -22,8 +22,8 @@
class GList;
class JBIG2Segment;
class JBIG2Bitmap;
-class JBIG2ArithmeticDecoder;
-class JBIG2ArithmeticDecoderStats;
+class JArithmeticDecoder;
+class JArithmeticDecoderStats;
class JBIG2HuffmanDecoder;
struct JBIG2HuffmanTable;
class JBIG2MMRDecoder;
@@ -39,7 +39,7 @@ public:
virtual void reset();
virtual int getChar();
virtual int lookChar();
- virtual GString *getPSFilter(char *indent);
+ virtual GString *getPSFilter(int psLevel, char *indent);
virtual GBool isBinary(GBool last = gTrue);
private:
@@ -99,9 +99,9 @@ private:
JBIG2Segment *findSegment(Guint segNum);
void discardSegment(Guint segNum);
void resetGenericStats(Guint templ,
- JBIG2ArithmeticDecoderStats *prevStats);
+ JArithmeticDecoderStats *prevStats);
void resetRefinementStats(Guint templ,
- JBIG2ArithmeticDecoderStats *prevStats);
+ JArithmeticDecoderStats *prevStats);
void resetIntStats(int symCodeLen);
GBool readUByte(Guint *x);
GBool readByte(int *x);
@@ -119,23 +119,23 @@ private:
Guchar *dataPtr;
Guchar *dataEnd;
- JBIG2ArithmeticDecoder *arithDecoder;
- JBIG2ArithmeticDecoderStats *genericRegionStats;
- JBIG2ArithmeticDecoderStats *refinementRegionStats;
- JBIG2ArithmeticDecoderStats *iadhStats;
- JBIG2ArithmeticDecoderStats *iadwStats;
- JBIG2ArithmeticDecoderStats *iaexStats;
- JBIG2ArithmeticDecoderStats *iaaiStats;
- JBIG2ArithmeticDecoderStats *iadtStats;
- JBIG2ArithmeticDecoderStats *iaitStats;
- JBIG2ArithmeticDecoderStats *iafsStats;
- JBIG2ArithmeticDecoderStats *iadsStats;
- JBIG2ArithmeticDecoderStats *iardxStats;
- JBIG2ArithmeticDecoderStats *iardyStats;
- JBIG2ArithmeticDecoderStats *iardwStats;
- JBIG2ArithmeticDecoderStats *iardhStats;
- JBIG2ArithmeticDecoderStats *iariStats;
- JBIG2ArithmeticDecoderStats *iaidStats;
+ JArithmeticDecoder *arithDecoder;
+ JArithmeticDecoderStats *genericRegionStats;
+ JArithmeticDecoderStats *refinementRegionStats;
+ JArithmeticDecoderStats *iadhStats;
+ JArithmeticDecoderStats *iadwStats;
+ JArithmeticDecoderStats *iaexStats;
+ JArithmeticDecoderStats *iaaiStats;
+ JArithmeticDecoderStats *iadtStats;
+ JArithmeticDecoderStats *iaitStats;
+ JArithmeticDecoderStats *iafsStats;
+ JArithmeticDecoderStats *iadsStats;
+ JArithmeticDecoderStats *iardxStats;
+ JArithmeticDecoderStats *iardyStats;
+ JArithmeticDecoderStats *iardwStats;
+ JArithmeticDecoderStats *iardhStats;
+ JArithmeticDecoderStats *iariStats;
+ JArithmeticDecoderStats *iaidStats;
JBIG2HuffmanDecoder *huffDecoder;
JBIG2MMRDecoder *mmrDecoder;
};