Lines Matching refs:SetPixelIndex
317 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()
524 rAcc.SetPixelIndex( nY, nX, *pTmp++ ); in ImplReadDIBBits()
586 pAccAlpha->SetPixelIndex(nY, nX, sal_uInt8(0xff) - aAlpha); in ImplReadDIBBits()