Searched refs:pDIB (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 115 BitmapBuffer* pDIB = NULL; in ImplCreateDIB() local 125 pDIB = NULL; in ImplCreateDIB() 128 if( pDIB ) in ImplCreateDIB() 160 pDIB->mnScanlineSize = AlignedWidth4Bytes( pDIB->mnWidth * nBitCount ); in ImplCreateDIB() 165 pDIB->maPalette = rPal; in ImplCreateDIB() 171 pDIB->mpBits = new sal_uInt8[ pDIB->mnScanlineSize * pDIB->mnHeight ]; in ImplCreateDIB() 175 delete pDIB; in ImplCreateDIB() 181 pDIB = NULL; in ImplCreateDIB() 183 return pDIB; in ImplCreateDIB() 194 BitmapBuffer* pDIB = NULL; in ImplCreateDIB() local [all …]
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salbmp.cxx | 634 HPBYTE pDIB = (HPBYTE) pDstBuf; in ImplDecodeRLEBuffer() local 637 HPBYTE pLast = pDIB + rSizePixel.Height() * nWidthAl - 1; in ImplDecodeRLEBuffer() 645 if( pRLE && pDIB ) in ImplDecodeRLEBuffer() 674 memcpy( &pDIB[ nX ], pRLE, nRunByte ); in ImplDecodeRLEBuffer() 684 pDIB = ( pRow += nWidthAl ); in ImplDecodeRLEBuffer() 692 pDIB = ( pRow += ( *pRLE++ ) * nWidthAl ); in ImplDecodeRLEBuffer() 705 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer() 710 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer() 715 pDIB[ nX++ ] = cTmp; in ImplDecodeRLEBuffer() 719 while( !bEndDecoding && ( pDIB <= pLast ) ); in ImplDecodeRLEBuffer() [all …]
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salbmp.cxx | 986 HPBYTE pDIB = (HPBYTE) pDstBuf; in ImplDecodeRLEBuffer() local 997 if( pRLE && pDIB ) in ImplDecodeRLEBuffer() 1014 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer() 1026 memcpy( &pDIB[ nX ], pRLE, nRunByte ); in ImplDecodeRLEBuffer() 1036 pDIB = ( pRow += nWidthAl ); in ImplDecodeRLEBuffer() 1044 pDIB = ( pRow += ( *pRLE++ ) * nWidthAl ); in ImplDecodeRLEBuffer() 1057 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer() 1062 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer() 1067 pDIB[ nX++ ] = cTmp; in ImplDecodeRLEBuffer() 1071 while( !bEndDecoding && ( pDIB <= pLast ) ); in ImplDecodeRLEBuffer() [all …]
|
/aoo41x/main/svtools/source/filter/jpeg/ |
H A D | jpegc.c | 71 HPBYTE pDIB; in ReadJPEG() local 151 pDIB = CreateBitmap( pJPEGReader, &aCreateBitmapParam ); in ReadJPEG() 161 if( pDIB ) in ReadJPEG() 164 pTmp = pDIB; in ReadJPEG() 167 pTmp = pDIB + ( nHeight - 1 ) * nAlignedWidth; in ReadJPEG() 199 if ( pDIB ) in ReadJPEG()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_vcltools.cxx | 116 !aBmpSysData.pDIB ) in drawVCLBitmap() 131 aBmpSysData.pDIB ) in drawVCLBitmap() 134 aBmpSysData.pDIB ); in drawVCLBitmap() 143 aBmpSysData.pDIB ); in drawVCLBitmap()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_win32_cairo.cxx | 101 OSL_ASSERT(rBmpData.pDIB == NULL); in Win32Surface() 103 if(rBmpData.pDIB != NULL) { in Win32Surface()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 377 void* pDIB; // device independent byte buffer member
|
Completed in 38 milliseconds