Searched refs:SetPixel (Results 1 - 15 of 15) sorted by relevance
/external/ImageMagick/PerlMagick/demo/ |
H A D | pixel-fx.pl | 46 $dest->SetPixel(x=>$i,y=>$j,color=>\@pixel);
|
H A D | single-pixels.pl | 36 $im->SetPixel(x=>5,y=>1,color=>\@pixel);
|
/external/pdfium/core/fxge/ |
H A D | ifx_renderdevicedriver.cpp | 32 bool IFX_RenderDeviceDriver::SetPixel(int x, int y, uint32_t color) { function in class:IFX_RenderDeviceDriver
|
H A D | ifx_renderdevicedriver.h | 48 virtual bool SetPixel(int x, int y, uint32_t color);
|
H A D | cfx_renderdevice.h | 130 bool SetPixel(int x, int y, uint32_t color);
|
H A D | fx_dib.h | 310 void SetPixel(int x, int y, uint32_t color);
|
/external/pdfium/core/fxge/agg/ |
H A D | fx_agg_driver.h | 61 bool SetPixel(int x, int y, uint32_t color) override;
|
H A D | fx_agg_driver.cpp | 265 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 D | BC_TwoDimWriter.cpp | 81 pOutBitmap->SetPixel(leftPos + x, topPos + y, m_barColor);
|
/external/pdfium/xfa/fxbarcode/oned/ |
H A D | BC_OneDimWriter.cpp | 336 pOutBitmap->SetPixel(x, y, m_barColor);
|
/external/pdfium/core/fxge/ge/ |
H A D | cfx_renderdevice.cpp | 648 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 D | fx_dib_main.cpp | 1073 void CFX_DIBitmap::SetPixel(int x, int y, uint32_t color) { function in class:CFX_DIBitmap
|
/external/pdfium/core/fxge/skia/ |
H A D | fx_skia_device.cpp | 2003 m_pBitmap->SetPixel(x, y, skBitmap.getColor(src.fX, src.fY));
|
/external/ImageMagick/PerlMagick/ |
H A D | Magick.xs | 13932 SetPixel(ref,...)
|
/external/ImageMagick/PerlMagick/quantum/ |
H A D | quantum.xs.in | 13932 SetPixel(ref,...)
|
Completed in 3226 milliseconds