#include <JBig2_Image.h>
|
| | CJBig2_Image (int32_t w, int32_t h) |
| | CJBig2_Image (int32_t w, int32_t h, int32_t stride, pdfium::span< uint8_t > pBuf) |
| | CJBig2_Image (const CJBig2_Image &other) |
| | ~CJBig2_Image () |
| int32_t | width () const |
| int32_t | height () const |
| int32_t | stride () const |
| uint8_t * | data () const |
| int | GetPixel (int32_t x, int32_t y) const |
| void | SetPixel (int32_t x, int32_t y, int v) |
| UNSAFE_BUFFER_USAGE uint8_t * | GetLineUnsafe (int32_t y) const |
| uint8_t * | GetLine (int32_t y) const |
| void | CopyLine (int32_t hTo, int32_t hFrom) |
| void | Fill (bool v) |
| bool | ComposeFrom (int32_t x, int32_t y, CJBig2_Image *pSrc, JBig2ComposeOp op) |
| bool | ComposeFromWithRect (int32_t x, int32_t y, CJBig2_Image *pSrc, const FX_RECT &rtSrc, JBig2ComposeOp op) |
| std::unique_ptr< CJBig2_Image > | SubImage (int32_t x, int32_t y, int32_t w, int32_t h) |
| void | Expand (int32_t h, bool v) |
| bool | ComposeTo (CJBig2_Image *pDst, int32_t x, int32_t y, JBig2ComposeOp op) |
| bool | ComposeToWithRect (CJBig2_Image *pDst, int32_t x, int32_t y, const FX_RECT &rtSrc, JBig2ComposeOp op) |
Definition at line 30 of file JBig2_Image.h.
◆ CJBig2_Image() [1/3]
| CJBig2_Image::CJBig2_Image |
( |
int32_t | w, |
|
|
int32_t | h ) |
◆ CJBig2_Image() [2/3]
| CJBig2_Image::CJBig2_Image |
( |
int32_t | w, |
|
|
int32_t | h, |
|
|
int32_t | stride, |
|
|
pdfium::span< uint8_t > | pBuf ) |
◆ CJBig2_Image() [3/3]
◆ ~CJBig2_Image()
| CJBig2_Image::~CJBig2_Image |
( |
| ) |
|
|
default |
◆ ComposeFrom()
◆ ComposeFromWithRect()
◆ ComposeTo()
◆ ComposeToWithRect()
◆ CopyLine()
| void CJBig2_Image::CopyLine |
( |
int32_t | hTo, |
|
|
int32_t | hFrom ) |
◆ data()
| uint8_t * CJBig2_Image::data |
( |
| ) |
const |
|
inline |
◆ Expand()
| void CJBig2_Image::Expand |
( |
int32_t | h, |
|
|
bool | v ) |
◆ Fill()
| void CJBig2_Image::Fill |
( |
bool | v | ) |
|
◆ GetLine()
| uint8_t * CJBig2_Image::GetLine |
( |
int32_t | y | ) |
const |
|
inline |
◆ GetLineUnsafe()
◆ GetPixel()
| int CJBig2_Image::GetPixel |
( |
int32_t | x, |
|
|
int32_t | y ) const |
◆ height()
| int32_t CJBig2_Image::height |
( |
| ) |
const |
|
inline |
◆ IsValidImageSize()
| bool CJBig2_Image::IsValidImageSize |
( |
int32_t | w, |
|
|
int32_t | h ) |
|
static |
◆ SetPixel()
| void CJBig2_Image::SetPixel |
( |
int32_t | x, |
|
|
int32_t | y, |
|
|
int | v ) |
◆ stride()
| int32_t CJBig2_Image::stride |
( |
| ) |
const |
|
inline |
◆ SubImage()
| std::unique_ptr< CJBig2_Image > CJBig2_Image::SubImage |
( |
int32_t | x, |
|
|
int32_t | y, |
|
|
int32_t | w, |
|
|
int32_t | h ) |
◆ width()
| int32_t CJBig2_Image::width |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: