Home
last modified time | relevance | path

Searched refs:SetPixelIndex (Results 1 – 23 of 23) sorted by relevance

/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx874 pAcc->SetPixelIndex( nY, nx, nLast ); in ConvertScanline()
894 pAcc->SetPixelIndex( nY, nx, nLast ); in ConvertScanline()
934 pAcc->SetPixelIndex( nY, nx++, nByteVal & 1 ); in ConvertScanline()
936 pAcc->SetPixelIndex( nY, nx++, nByteVal & 1 ); in ConvertScanline()
938 pAcc->SetPixelIndex( nY, nx++, nByteVal & 1 ); in ConvertScanline()
940 pAcc->SetPixelIndex( nY, nx++, nByteVal & 1 ); in ConvertScanline()
942 pAcc->SetPixelIndex( nY, nx++, nByteVal & 1 ); in ConvertScanline()
944 pAcc->SetPixelIndex( nY, nx++, nByteVal & 1 ); in ConvertScanline()
948 pAcc->SetPixelIndex( nY, nx++, nByteVal ); in ConvertScanline()
967 pAcc->SetPixelIndex( nY, nx, nByteVal & 1 ); in ConvertScanline()
[all …]
/trunk/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx312 pAcc->SetPixelIndex( ny, i, *(pSource1++) & 1 ); in ImplReadBody()
314 pAcc->SetPixelIndex( ny, i, (*pSource1 >> nShift ) & 1 ); in ImplReadBody()
336 pAcc->SetPixelIndex( ny, i, nCol ); in ImplReadBody()
343 pAcc->SetPixelIndex( ny, i, *pSource1++ ); in ImplReadBody()
354 pAcc->SetPixelIndex( ny, i, nCol ); in ImplReadBody()
361 pAcc->SetPixelIndex( ny, i, nCol ); in ImplReadBody()
374 pAcc->SetPixelIndex( ny, i, nCol ); in ImplReadBody()
381 pAcc->SetPixelIndex( ny, i, nCol ); in ImplReadBody()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx263 pAcc->SetPixelIndex( ny, nx++, nDat >> 7 ); \
265 pAcc->SetPixelIndex( ny, nx++, nDat >> 6 ); \
267 pAcc->SetPixelIndex( ny, nx++, nDat >> 5 ); \
269 pAcc->SetPixelIndex( ny, nx++, nDat >> 4 ); \
271 pAcc->SetPixelIndex( ny, nx++, nDat >> 3 ); \
273 pAcc->SetPixelIndex( ny, nx++, nDat >> 2 ); \
275 pAcc->SetPixelIndex( ny, nx++, nDat >> 1 ); \
277 pAcc->SetPixelIndex( ny, nx++, nDat ); \
286 pAcc->SetPixelIndex( ny, nx++, nDat & 3); \
291 pAcc->SetPixelIndex( ny, nx++, nDat ); \
[all …]
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx317 rAcc.SetPixelIndex( nY, nX++, cTmp >> 4 ); in ImplDecodeRLE()
320 rAcc.SetPixelIndex( nY, nX++, cTmp & 0x0f ); in ImplDecodeRLE()
326 rAcc.SetPixelIndex( nY, nX++, *pRLE >> 4 ); in ImplDecodeRLE()
339 rAcc.SetPixelIndex( nY, nX++, *pRLE ); in ImplDecodeRLE()
372 rAcc.SetPixelIndex( nY, nX++, cTmp >> 4 ); in ImplDecodeRLE()
375 rAcc.SetPixelIndex( nY, nX++, cTmp & 0x0f ); in ImplDecodeRLE()
379 rAcc.SetPixelIndex( nY, nX++, cTmp >> 4 ); in ImplDecodeRLE()
384 rAcc.SetPixelIndex( nY, nX++, cTmp ); in ImplDecodeRLE()
485 rAcc.SetPixelIndex( nY, nX, (cTmp >> --nShift) & 1); in ImplReadDIBBits()
509 rAcc.SetPixelIndex( nY, nX, (cTmp >> ( --nShift << 2UL ) ) & 0x0f); in ImplReadDIBBits()
[all …]
H A Dbitmapex.cxx1258 pAlpha->SetPixelIndex(0, 0, nAlpha); in createBlendFrame()
1267 pAlpha->SetPixelIndex(0, x, nAlpha); in createBlendFrame()
1275 pAlpha->SetPixelIndex(0, x, nAlpha); in createBlendFrame()
1285 pAlpha->SetPixelIndex(y, 0, nAlpha); in createBlendFrame()
1294 pAlpha->SetPixelIndex(y, x, nAlpha); in createBlendFrame()
1303 pAlpha->SetPixelIndex(y, 0, nAlpha); in createBlendFrame()
1312 pAlpha->SetPixelIndex(y, x, nAlpha); in createBlendFrame()
1320 pAlpha->SetPixelIndex(y, x, nAlpha); in createBlendFrame()
H A Dbitmap3.cxx548 pWriteAcc->SetPixelIndex( nY, nX, in ImplMakeGreyscales()
597 pWriteAcc->SetPixelIndex( nY, nX, (pReadAcc->GetPixel( nY, nX ) ).GetLuminance() >> nShift ); in ImplMakeGreyscales()
768 pWriteAcc->SetPixelIndex( nY, 0, cIndex ); in ImplConvertDown()
778 pWriteAcc->SetPixelIndex( nY, nX, cIndex ); in ImplConvertDown()
785 pWriteAcc->SetPixelIndex( nY, nX, cIndex ); in ImplConvertDown()
2398 …pWriteAcc->SetPixelIndex(y, x, static_cast< sal_uInt8 >(pWriteAcc->GetBestPaletteIndex(aResultColo… in ImplScaleConvolutionVer()
2723 …pWriteAcc->SetPixelIndex( nYAcc, 0, static_cast<sal_uInt8>(nVCLBLut[ nBC ] + nVCLGLut[nGC ] + nVCL… in ImplDitherFloyd()
2734 …pWriteAcc->SetPixelIndex( nYAcc, nXAcc, static_cast<sal_uInt8>(nVCLBLut[ nBC ] + nVCLGLut[nGC ] + … in ImplDitherFloyd()
2742 …pWriteAcc->SetPixelIndex( nYAcc, nWidth1, static_cast<sal_uInt8>(nVCLBLut[ nBC ] + nVCLGLut[nGC ] … in ImplDitherFloyd()
2923 …pWAcc->SetPixelIndex( nY, nX, static_cast<sal_uInt8>(aOct.GetBestPaletteIndex( pRAcc->GetPixel( nY… in ImplReduceSimple()
[all …]
H A Dpngread.cxx1659 mpAcc->SetPixelIndex( nY, nX, nPalIndex ); in ImplSetPixel()
1691 mpAcc->SetPixelIndex( nY, nX, nPalIndex ); in ImplSetAlphaPixel()
1692 mpMaskAcc->SetPixelIndex( nY, nX, ~nAlpha ); in ImplSetAlphaPixel()
1706 mpMaskAcc->SetPixelIndex( nY, nX, ~nAlpha ); in ImplSetAlphaPixel()
H A Dbitmap.cxx1045 pWriteAcc->SetPixelIndex( nDstY, nDstX, pMap[ pReadAcc->GetPixelIndex( nSrcY, nSrcX ) ] ); in CopyPixel()
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx371 mpWriteAcc->SetPixelIndex( nY, nX, nDat >> nBitCount-- ); in ImplReadBody()
392 mpWriteAcc->SetPixelIndex( nY, nX, nDat >> nBitCount-- ); in ImplReadBody()
421 mpWriteAcc->SetPixelIndex( nY, nX, nDat ); in ImplReadBody()
438 mpWriteAcc->SetPixelIndex( nY, nX, nDat ); in ImplReadBody()
689 mpMaskWriteAcc->SetPixelIndex( nY, nX, nDat ); in ImplReadBody()
710 mpMaskWriteAcc->SetPixelIndex( nY, nX, nDat ); in ImplReadBody()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx84 …rDesc.mpAcc->SetPixelIndex( ny, nx, static_cast<sal_uInt8>( (*( rDesc.mpBuf + (nx >> 3)) >> ((nx &… in ImplGetBitmap()
98 …rDesc.mpAcc->SetPixelIndex( ny, nx, static_cast<sal_uInt8>( (*(rDesc.mpBuf + (nx >> 2)) >> (((nx &… in ImplGetBitmap()
115 rDesc.mpAcc->SetPixelIndex( ny, nx, static_cast<sal_uInt8>(nDat >> 4) ); in ImplGetBitmap()
119 rDesc.mpAcc->SetPixelIndex( ny, nx, static_cast<sal_uInt8>(nDat & 15) ); in ImplGetBitmap()
137 rDesc.mpAcc->SetPixelIndex( ny, nx, *(pTemp++) ); in ImplGetBitmap()
/trunk/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx282 mpAcc->SetPixelIndex( nHeight, nWidth, nDat >> nShift ); in ImplReadBody()
301 mpAcc->SetPixelIndex( nHeight, nWidth++, nDat); in ImplReadBody()
362 mpAcc->SetPixelIndex( nHeight, nWidth, static_cast<sal_uInt8>(nDat - '0') ); in ImplReadBody()
391 mpAcc->SetPixelIndex( nHeight, nWidth++, static_cast<sal_uInt8>(nGrey) ); in ImplReadBody()
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx526 pAcc1->SetPixelIndex( nYAcc, nImageX++, cTransIndex1 ); in FillImages()
529 pAcc8->SetPixelIndex( nYAcc, nImageX, cTmp ); in FillImages()
530 pAcc1->SetPixelIndex( nYAcc, nImageX++, cNonTransIndex1 ); in FillImages()
534 pAcc8->SetPixelIndex( nYAcc, nImageX++, cTmp ); in FillImages()
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx388 … pAlphaWriteAccess->SetPixelIndex( y, x, cModulatedAlphaIdx ); in transformBitmap()
478 pAlphaWriteAccess->SetPixelIndex( y, x, 255 ); in transformBitmap()
483 … pAlphaWriteAccess->SetPixelIndex( y, x, aAlphaMap[ cAlphaIdx ] ); in transformBitmap()
/trunk/main/filter/source/graphicfilter/itga/
H A Ditga.cxx383 mpAcc->SetPixelIndex( nY, nX, nDummy ); in ImplReadBody()
406 mpAcc->SetPixelIndex( nY, nX, nDummy ); in ImplReadBody()
620 mpAcc->SetPixelIndex( nY, nX, nDummy ); in ImplReadBody()
/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx233 mpAcc->SetPixelIndex( y, x, in ImplReadBody()
247 mpAcc->SetPixelIndex( y, x, nDat ); in ImplReadBody()
/trunk/main/svx/source/xoutdev/
H A Dxattrbmp.cxx98 pContent->SetPixelIndex(a, b, 1); in createHistorical8x8FromArray()
102 pContent->SetPixelIndex(a, b, 0); in createHistorical8x8FromArray()
H A D_xoutbmp.cxx437 pWriteAcc->SetPixelIndex( nY1, nXDst, nWhitePalIdx ); in DetectEdges()
439 pWriteAcc->SetPixelIndex( nY1, nXDst, nBlackPalIdx ); in DetectEdges()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx208 inline void SetPixelIndex( long nY, long nX, sal_uInt8 cIndex );
555 inline void BitmapWriteAccess::SetPixelIndex( long nY, long nX, sal_uInt8 cIndex ) in SetPixelIndex() function in BitmapWriteAccess
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx651 pAcc->SetPixelIndex( y, x, static_cast<sal_uInt8>(nDat >> nBitsLeft) & 1 ); in GraphicImport()
654 pAcc->SetPixelIndex( y, x, nDat ? 1 : 0 ); // nBitDepth == 8 in GraphicImport()
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx252 rWriteAcc->SetPixelIndex( aRect.Y1, x, in readBmp()
284 rWriteAcc->SetPixelIndex( aRect.Y1, x, in readBmp()
/trunk/main/svtools/source/graphic/
H A Dtransformer.cxx77 pWriteAccess->SetPixelIndex( nY, nX, nAlphaTo ); in setAlpha()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx564 pAcc->SetPixelIndex( y, x, (nEightPixels>>i)&1 ); in ReadRecordParams()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx161 pBitmap->SetPixelIndex(nY, nX, static_cast<sal_uInt8>(255-nNewValue)); in AdaptTransparency()

Completed in 122 milliseconds