![]() |
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 CFX_DIBitmap, including all inherited members.
| BuildPalette() | CFX_DIBBase | protected |
| CalculatePitchAndSize(int width, int height, FXDIB_Format format, uint32_t pitch) | CFX_DIBitmap | static |
| CFX_DIBBase() | CFX_DIBBase | protected |
| Clear(uint32_t color) | CFX_DIBitmap | |
| ClipTo(const FX_RECT &rect) const | CFX_DIBBase | |
| ClipToInternal(const FX_RECT *pClip) const | CFX_DIBBase | protected |
| CloneAlphaMask() const | CFX_DIBBase | |
| CompositeBitmap(int dest_left, int dest_top, int width, int height, RetainPtr< const CFX_DIBBase > source, int src_left, int src_top, BlendMode blend_type, const CFX_AggClipRgn *pClipRgn, bool bRgbByteOrder) | CFX_DIBitmap | |
| CompositeMask(int dest_left, int dest_top, int width, int height, RetainPtr< const CFX_DIBBase > pMask, uint32_t color, int src_left, int src_top, BlendMode blend_type, const CFX_AggClipRgn *pClipRgn, bool bRgbByteOrder) | CFX_DIBitmap | |
| CompositeOneBPPMask(int dest_left, int dest_top, int width, int height, RetainPtr< const CFX_DIBBase > source, int src_left, int src_top) | CFX_DIBitmap | |
| CompositeRect(int dest_left, int dest_top, int width, int height, uint32_t color) | CFX_DIBitmap | |
| CONSTRUCT_VIA_MAKE_RETAIN | CFX_DIBitmap | |
| ConvertBuffer(FXDIB_Format dest_format, pdfium::span< uint8_t > dest_buf, int dest_pitch, int width, int height, const RetainPtr< const CFX_DIBBase > &pSrcBitmap, int src_left, int src_top) | CFX_DIBBase | protectedstatic |
| ConvertColorScale(uint32_t forecolor, uint32_t backcolor) | CFX_DIBitmap | |
| ConvertFormat(FXDIB_Format format) | CFX_DIBitmap | |
| ConvertTo(FXDIB_Format format) const | CFX_DIBBase | |
| Copy(RetainPtr< const CFX_DIBBase > source) | CFX_DIBitmap | |
| Create(int width, int height, FXDIB_Format format) | CFX_DIBitmap | |
| Create(int width, int height, FXDIB_Format format, uint8_t *pBuffer, uint32_t pitch) | CFX_DIBitmap | |
| FindPalette(uint32_t color) const | CFX_DIBBase | protected |
| FlipImage(bool bXFlip, bool bYFlip) const | CFX_DIBBase | |
| GetBPP() const | CFX_DIBBase | inline |
| GetBuffer() const | CFX_DIBitmap | |
| GetEstimatedImageMemoryBurden() const override | CFX_DIBitmap | virtual |
| GetFormat() const | CFX_DIBBase | inline |
| GetHeight() const | CFX_DIBBase | inline |
| GetOverlapRect(int &dest_left, int &dest_top, int &width, int &height, int src_width, int src_height, int &src_left, int &src_top, const CFX_AggClipRgn *pClipRgn) const | CFX_DIBBase | |
| GetPaletteArgb(int index) const | CFX_DIBBase | |
| GetPaletteSpan() const | CFX_DIBBase | inline |
| GetPitch() const | CFX_DIBBase | inline |
| GetRequiredPaletteSize() const | CFX_DIBBase | |
| GetScanline(int line) const override | CFX_DIBitmap | virtual |
| GetScanlineAs(int line) const | CFX_DIBBase | inline |
| GetWidth() const | CFX_DIBBase | inline |
| GetWritableBuffer() | CFX_DIBitmap | inline |
| GetWritableScanline(int line) | CFX_DIBitmap | inline |
| GetWritableScanlineAs(int line) | CFX_DIBitmap | inline |
| HasOneRef() const | fxcrt::Retainable | inline |
| HasPalette() const | CFX_DIBBase | inline |
| IsAlphaFormat() const | CFX_DIBBase | inline |
| IsMaskFormat() const | CFX_DIBBase | inline |
| IsOpaqueImage() const | CFX_DIBBase | inline |
| IsPremultiplied() const | CFX_DIBBase | inline |
| kPaletteSize | CFX_DIBBase | static |
| kPlatformRGBFormat | CFX_DIBBase | static |
| kPlatformRGBStruct typedef | CFX_DIBBase | |
| MultiplyAlpha(float alpha) | CFX_DIBitmap | |
| MultiplyAlphaMask(RetainPtr< const CFX_DIBitmap > mask) | CFX_DIBitmap | |
| palette_ | CFX_DIBBase | protected |
| Realize() const | CFX_DIBBase | |
| Retainable()=default | fxcrt::Retainable | |
| SetFormat(FXDIB_Format format) | CFX_DIBBase | inlineprotected |
| SetHeight(int height) | CFX_DIBBase | inlineprotected |
| SetPalette(pdfium::span< const uint32_t > src_palette) | CFX_DIBBase | |
| SetPaletteArgb(int index, uint32_t color) | CFX_DIBBase | |
| SetPitch(uint32_t pitch) | CFX_DIBBase | inlineprotected |
| SetRedFromAlpha() | CFX_DIBitmap | |
| SetUniformOpaqueAlpha() | CFX_DIBitmap | |
| SetWidth(int width) | CFX_DIBBase | inlineprotected |
| SkipToScanline(int line, PauseIndicatorIface *pPause) const | CFX_DIBBase | virtual |
| StretchTo(int dest_width, int dest_height, const FXDIB_ResampleOptions &options, const FX_RECT *pClip) const | CFX_DIBBase | |
| SwapXY(bool bXFlip, bool bYFlip) const | CFX_DIBBase | |
| TakeOver(RetainPtr< CFX_DIBitmap > &&pSrcBitmap) | CFX_DIBitmap | |
| TakePalette(DataVector< uint32_t > src_palette) | CFX_DIBBase | |
| TransferBitmap(int width, int height, RetainPtr< const CFX_DIBBase > source, int src_left, int src_top) | CFX_DIBitmap | |
| TransformTo(const CFX_Matrix &mtDest, int *left, int *top) const | CFX_DIBBase | |
| ~CFX_DIBBase() override | CFX_DIBBase | protected |
| ~CFX_DIBitmap() override | CFX_DIBitmap | private |
| ~Retainable()=default | fxcrt::Retainable | protectedvirtual |