Home
last modified time | relevance | path

Searched defs:MultiplyAlpha (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/win32/
Dctext_only_printer_driver.cpp182 bool CTextOnlyPrinterDriver::MultiplyAlpha(float alpha) { in MultiplyAlpha() function in CTextOnlyPrinterDriver
189 bool CTextOnlyPrinterDriver::MultiplyAlpha(const RetainPtr<CFX_DIBBase>& mask) { in MultiplyAlpha() function in CTextOnlyPrinterDriver
Dcps_printer_driver.cpp214 bool CPSPrinterDriver::MultiplyAlpha(float alpha) { in MultiplyAlpha() function in CPSPrinterDriver
221 bool CPSPrinterDriver::MultiplyAlpha(const RetainPtr<CFX_DIBBase>& mask) { in MultiplyAlpha() function in CPSPrinterDriver
Dcgdi_device_driver.cpp518 bool CGdiDeviceDriver::MultiplyAlpha(float alpha) { in MultiplyAlpha() function in CGdiDeviceDriver
525 bool CGdiDeviceDriver::MultiplyAlpha(const RetainPtr<CFX_DIBBase>& mask) { in MultiplyAlpha() function in CGdiDeviceDriver
/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.cpp391 bool CFX_DIBitmap::MultiplyAlpha(const RetainPtr<CFX_DIBBase>& pSrcBitmap) { in MultiplyAlpha() function in CFX_DIBitmap
448 bool CFX_DIBitmap::MultiplyAlpha(int alpha) { in MultiplyAlpha() function in CFX_DIBitmap
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1129 bool CFX_AggDeviceDriver::MultiplyAlpha(float alpha) { in MultiplyAlpha() function in pdfium::CFX_AggDeviceDriver
1133 bool CFX_AggDeviceDriver::MultiplyAlpha(const RetainPtr<CFX_DIBBase>& mask) { in MultiplyAlpha() function in pdfium::CFX_AggDeviceDriver
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp1460 bool CFX_RenderDevice::MultiplyAlpha(float alpha) { in MultiplyAlpha() function in CFX_RenderDevice
1464 bool CFX_RenderDevice::MultiplyAlpha(const RetainPtr<CFX_DIBBase>& mask) { in MultiplyAlpha() function in CFX_RenderDevice
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1109 bool CFX_SkiaDeviceDriver::MultiplyAlpha(float alpha) { in MultiplyAlpha() function in CFX_SkiaDeviceDriver
1117 bool CFX_SkiaDeviceDriver::MultiplyAlpha(const RetainPtr<CFX_DIBBase>& mask) { in MultiplyAlpha() function in CFX_SkiaDeviceDriver