Searched refs:SetPixel (Results 1 - 15 of 15) sorted by relevance

/external/ImageMagick/PerlMagick/demo/
H A Dpixel-fx.pl46 $dest->SetPixel(x=>$i,y=>$j,color=>\@pixel);
H A Dsingle-pixels.pl36 $im->SetPixel(x=>5,y=>1,color=>\@pixel);
/external/pdfium/core/fxge/
H A Difx_renderdevicedriver.cpp32 bool IFX_RenderDeviceDriver::SetPixel(int x, int y, uint32_t color) { function in class:IFX_RenderDeviceDriver
H A Difx_renderdevicedriver.h48 virtual bool SetPixel(int x, int y, uint32_t color);
H A Dcfx_renderdevice.h130 bool SetPixel(int x, int y, uint32_t color);
H A Dfx_dib.h310 void SetPixel(int x, int y, uint32_t color);
/external/pdfium/core/fxge/agg/
H A Dfx_agg_driver.h61 bool SetPixel(int x, int y, uint32_t color) override;
H A Dfx_agg_driver.cpp265 pDevice->SetPixel(x, y, color);
267 pDevice->m_pAlphaMask->SetPixel(x, y, alpha << 24);
1526 bool CFX_AggDeviceDriver::SetPixel(int x, int y, uint32_t color) {
/external/pdfium/xfa/fxbarcode/
H A DBC_TwoDimWriter.cpp81 pOutBitmap->SetPixel(leftPos + x, topPos + y, m_barColor);
/external/pdfium/xfa/fxbarcode/oned/
H A DBC_OneDimWriter.cpp336 pOutBitmap->SetPixel(x, y, m_barColor);
/external/pdfium/core/fxge/ge/
H A Dcfx_renderdevice.cpp648 bool CFX_RenderDevice::SetPixel(int x, int y, uint32_t color) { function in class:CFX_RenderDevice
649 if (m_pDeviceDriver->SetPixel(x, y, color))
/external/pdfium/core/fxge/dib/
H A Dfx_dib_main.cpp1073 void CFX_DIBitmap::SetPixel(int x, int y, uint32_t color) { function in class:CFX_DIBitmap
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp2003 m_pBitmap->SetPixel(x, y, skBitmap.getColor(src.fX, src.fY));
/external/ImageMagick/PerlMagick/
H A DMagick.xs13932 SetPixel(ref,...)
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in13932 SetPixel(ref,...)

Completed in 964 milliseconds