HomeSort by relevance Sort by last modified time
    Searched defs:CJBig2_Image (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_Image.h 22 class CJBig2_Image {
24 CJBig2_Image(int32_t w, int32_t h);
25 CJBig2_Image(int32_t w, int32_t h, int32_t stride, uint8_t* pBuf);
26 CJBig2_Image(const CJBig2_Image& im);
27 ~CJBig2_Image();
39 bool composeTo(CJBig2_Image* pDst, int32_t x, int32_t y, JBig2ComposeOp op);
40 bool composeTo(CJBig2_Image* pDst,
46 bool composeTo_opt2(CJBig2_Image* pDst,
50 bool composeTo_opt2(CJBig2_Image* pDst
    [all...]
JBig2_Image.cpp 20 CJBig2_Image::CJBig2_Image(int32_t w, int32_t h)
39 CJBig2_Image::CJBig2_Image(int32_t w, int32_t h, int32_t stride, uint8_t* pBuf)
58 CJBig2_Image::CJBig2_Image(const CJBig2_Image& other)
70 CJBig2_Image::~CJBig2_Image() {
76 int CJBig2_Image::getPixel(int32_t x, int32_t y)
    [all...]

Completed in 74 milliseconds