Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CJBig2_Image Member List

This is the complete list of members for CJBig2_Image, including all inherited members.

CJBig2_Image(int32_t w, int32_t h)CJBig2_Image
CJBig2_Image(int32_t w, int32_t h, int32_t stride, pdfium::span< uint8_t > pBuf)CJBig2_Image
CJBig2_Image(const CJBig2_Image &other)CJBig2_Image
ComposeFrom(int32_t x, int32_t y, CJBig2_Image *pSrc, JBig2ComposeOp op)CJBig2_Image
ComposeFromWithRect(int32_t x, int32_t y, CJBig2_Image *pSrc, const FX_RECT &rtSrc, JBig2ComposeOp op)CJBig2_Image
ComposeTo(CJBig2_Image *pDst, int32_t x, int32_t y, JBig2ComposeOp op)CJBig2_Image
ComposeToWithRect(CJBig2_Image *pDst, int32_t x, int32_t y, const FX_RECT &rtSrc, JBig2ComposeOp op)CJBig2_Image
CopyLine(int32_t hTo, int32_t hFrom)CJBig2_Image
data() constCJBig2_Imageinline
Expand(int32_t h, bool v)CJBig2_Image
Fill(bool v)CJBig2_Image
GetLine(int32_t y) constCJBig2_Imageinline
GetLineUnsafe(int32_t y) constCJBig2_Imageinline
GetPixel(int32_t x, int32_t y) constCJBig2_Image
height() constCJBig2_Imageinline
IsValidImageSize(int32_t w, int32_t h)CJBig2_Imagestatic
SetPixel(int32_t x, int32_t y, int v)CJBig2_Image
stride() constCJBig2_Imageinline
SubImage(int32_t x, int32_t y, int32_t w, int32_t h)CJBig2_Image
width() constCJBig2_Imageinline
~CJBig2_Image()CJBig2_Image