Lines Matching refs:sal_uInt8

268 	sal_uInt8* pEntries = new sal_uInt8[ nPalSize ];  in ImplReadDIBPalette()
271 sal_uInt8* pTmpEntry = pEntries; in ImplReadDIBPalette()
289 void ImplDecodeRLE( sal_uInt8* pBuffer, DIBV5Header& rHeader, BitmapWriteAccess& rAcc, bool bRLE4 ) in ImplDecodeRLE()
297 sal_uInt8 cTmp; in ImplDecodeRLE()
450 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(rHeader.nSizeImage); in ImplReadDIBBits()
459 sal_uInt8* pBuf = new sal_uInt8[nAlignedWidth]; in ImplReadDIBBits()
469 sal_uInt8* pTmp; in ImplReadDIBBits()
470 sal_uInt8 cTmp; in ImplReadDIBBits()
493 sal_uInt8* pTmp; in ImplReadDIBBits()
494 sal_uInt8 cTmp; in ImplReadDIBBits()
517 sal_uInt8* pTmp; in ImplReadDIBBits()
541 aMask.GetColorFor16BitLSB( aColor, (sal_uInt8*) pTmp16++ ); in ImplReadDIBBits()
551 sal_uInt8* pTmp; in ImplReadDIBBits()
576 sal_uInt8 aAlpha; in ImplReadDIBBits()
584 … aMask.GetColorAndAlphaFor32Bit( aColor, aAlpha, (sal_uInt8*) pTmp32++ ); in ImplReadDIBBits()
586 pAccAlpha->SetPixelIndex(nY, nX, sal_uInt8(0xff) - aAlpha); in ImplReadDIBBits()
599 aMask.GetColorFor32Bit( aColor, (sal_uInt8*) pTmp32++ ); in ImplReadDIBBits()
669 sal_uInt8* pData = NULL; in ImplReadDIBBody()
692 pData = (sal_uInt8*) rtl_allocateMemory( nUncodedSize ); in ImplReadDIBBody()
828 sal_uInt8* pEntries = new sal_uInt8[ nPalSize ]; in ImplWriteDIBPalette()
829 sal_uInt8* pTmpEntry = pEntries; in ImplWriteDIBPalette()
856 sal_uInt8* pBuf = new sal_uInt8[ ( nWidth << 1 ) + 2 ]; in ImplWriteRLE()
857 sal_uInt8* pTmp; in ImplWriteRLE()
858 sal_uInt8 cPix; in ImplWriteRLE()
859 sal_uInt8 cLast; in ImplWriteRLE()
881 *pTmp++ = (sal_uInt8) nCount; in ImplWriteRLE()
905 *pTmp++ = (sal_uInt8) --nCount; in ImplWriteRLE()
956 rOStm << (sal_uInt8) 0; in ImplWriteRLE()
957 rOStm << (sal_uInt8) 1; in ImplWriteRLE()
972 rOStm.Write( (sal_uInt8*) aVal32, 4UL ); in ImplWriteDIBBits()
975 rOStm.Write( (sal_uInt8*) aVal32, 4UL ); in ImplWriteDIBBits()
978 rOStm.Write( (sal_uInt8*) aVal32, 4UL ); in ImplWriteDIBBits()
1040 sal_uInt8* pBuf = new sal_uInt8[ nAlignedWidth ]; in ImplWriteDIBBits()
1041 sal_uInt8* pTmp(0); in ImplWriteDIBBits()
1042 sal_uInt8 cTmp(0); in ImplWriteDIBBits()
1135 … *pTmp++ = (sal_uInt8)0xff - (sal_uInt8)pAccAlpha->GetPixelIndex( nY, nX ); in ImplWriteDIBBits()
1139 *pTmp++ = (sal_uInt8)0xff; in ImplWriteDIBBits()
1309 aCodec.Write(rOStm, (sal_uInt8*)aMemStm.GetData(), nUncodedSize); in ImplWriteDIBBody()
1495 sal_uInt8 bTransparent(false); in ReadDIBBitmapEx()
1502 if((sal_uInt8)TRANSPARENT_BITMAP == bTransparent) in ReadDIBBitmapEx()
1528 else if((sal_uInt8)TRANSPARENT_COLOR == bTransparent) in ReadDIBBitmapEx()
1582 rOStm << (sal_uInt8)rSource.eTransparent; in WriteDIBBitmapEx()