![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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() const | CJBig2_Image | inline |
Expand(int32_t h, bool v) | CJBig2_Image | |
Fill(bool v) | CJBig2_Image | |
GetLine(int32_t y) const | CJBig2_Image | inline |
GetLineUnsafe(int32_t y) const | CJBig2_Image | inline |
GetPixel(int32_t x, int32_t y) const | CJBig2_Image | |
height() const | CJBig2_Image | inline |
IsValidImageSize(int32_t w, int32_t h) | CJBig2_Image | static |
SetPixel(int32_t x, int32_t y, int v) | CJBig2_Image | |
stride() const | CJBig2_Image | inline |
SubImage(int32_t x, int32_t y, int32_t w, int32_t h) | CJBig2_Image | |
width() const | CJBig2_Image | inline |
~CJBig2_Image() | CJBig2_Image |