Home | History | Annotate | Download | only in jbig2

Lines Matching defs:CJBig2_Image

21 class CJBig2_Image {
23 CJBig2_Image(int32_t w, int32_t h);
25 CJBig2_Image(int32_t w, int32_t h, int32_t stride, uint8_t* pBuf);
27 CJBig2_Image(const CJBig2_Image& im);
29 ~CJBig2_Image();
39 FX_BOOL composeTo(CJBig2_Image* pDst,
43 FX_BOOL composeTo(CJBig2_Image* pDst,
49 FX_BOOL composeTo_opt2(CJBig2_Image* pDst,
53 FX_BOOL composeTo_opt2(CJBig2_Image* pDst,
61 CJBig2_Image* pSrc,
65 CJBig2_Image* pSrc,
69 CJBig2_Image* subImage(int32_t x, int32_t y, int32_t w, int32_t h);