Searched refs:mpScanBuf (Results 1 – 2 of 2) sorted by relevance
41 mpScanBuf ( NULL ), in BitmapReadAccess()53 mpScanBuf ( NULL ), in BitmapReadAccess()111 mpScanBuf = new Scanline[ nHeight ]; in ImplCreate()113 mpScanBuf = NULL; in ImplCreate()115 if (mpScanBuf) { in ImplCreate()121 mpScanBuf[ nY ] = pTmpLine; in ImplCreate()126 mpScanBuf[ nY ] = pTmpLine; in ImplCreate()131 delete[] mpScanBuf; in ImplCreate()132 mpScanBuf = NULL; in ImplCreate()153 delete[] mpScanBuf; in ImplDestroy()[all …]
94 Scanline* mpScanBuf; member in BitmapReadAccess407 return( mpBuffer ? mpScanBuf[ nY ] : NULL ); in GetScanline()479 return mFncGetPixel( mpScanBuf[ nY ], nX, maColorMask ); in GetPixel()552 mFncSetPixel( mpScanBuf[ nY ], nX, rBitmapColor, maColorMask ); in SetPixel()
Completed in 19 milliseconds