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 25 class CJBig2_Image {
27 CJBig2_Image(int32_t w, int32_t h);
28 CJBig2_Image(int32_t w, int32_t h, int32_t stride, uint8_t* pBuf);
29 CJBig2_Image(const CJBig2_Image& im);
30 ~CJBig2_Image();
43 bool composeTo(CJBig2_Image* pDst, int32_t x, int32_t y, JBig2ComposeOp op);
44 bool composeTo(CJBig2_Image* pDst,
50 bool composeTo_opt2(CJBig2_Image* pDst,
54 bool composeTo_opt2(CJBig2_Image* pDst
    [all...]
JBig2_Image.cpp 26 CJBig2_Image::CJBig2_Image(int32_t w, int32_t h)
42 CJBig2_Image::CJBig2_Image(int32_t w, int32_t h, int32_t stride, uint8_t* pBuf)
57 CJBig2_Image::CJBig2_Image(const CJBig2_Image& other)
69 CJBig2_Image::~CJBig2_Image() {}
71 int CJBig2_Image::getPixel(int32_t x, int32_t y) const
    [all...]

Completed in 60 milliseconds