Home
last modified time | relevance | path

Searched refs:DebugVerifyBitmapIsPreMultiplied (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fxgedevice.h33 void DebugVerifyBitmapIsPreMultiplied() const override;
Dcfx_renderdevice.h223 virtual void DebugVerifyBitmapIsPreMultiplied() const;
Dfx_dib.h255 void DebugVerifyBitmapIsPreMultiplied(void* buffer = nullptr) const;
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h157 void DebugVerifyBitmapIsPreMultiplied() const;
Dfx_skia_device.cpp266 bitmap->DebugVerifyBitmapIsPreMultiplied(); in DebugValidate()
272 device->DebugVerifyBitmapIsPreMultiplied(); in DebugValidate()
640 pSource->DebugVerifyBitmapIsPreMultiplied(buffer); in Upsample()
2071 this->DebugVerifyBitmapIsPreMultiplied(); in PreMultiply()
2085 this->DebugVerifyBitmapIsPreMultiplied(); in UnPreMultiply()
2170 void CFX_SkiaDeviceDriver::DebugVerifyBitmapIsPreMultiplied() const { in DebugVerifyBitmapIsPreMultiplied() function in CFX_SkiaDeviceDriver
2172 m_pOriDevice->DebugVerifyBitmapIsPreMultiplied(); in DebugVerifyBitmapIsPreMultiplied()
2243 void CFX_FxgeDevice::DebugVerifyBitmapIsPreMultiplied() const { in DebugVerifyBitmapIsPreMultiplied() function in CFX_FxgeDevice
2248 skDriver->DebugVerifyBitmapIsPreMultiplied(); in DebugVerifyBitmapIsPreMultiplied()
2267 void CFX_DIBSource::DebugVerifyBitmapIsPreMultiplied(void* opt) const { in DebugVerifyBitmapIsPreMultiplied() function in CFX_DIBSource
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp833 void CFX_RenderDevice::DebugVerifyBitmapIsPreMultiplied() const { in DebugVerifyBitmapIsPreMultiplied() function in CFX_RenderDevice
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1685 m_pDevice->DebugVerifyBitmapIsPreMultiplied(); in DebugVerifyDeviceIsPreMultiplied()