Lines Matching refs:mpGDIPlusBitmap
147 mpGDIPlusBitmap(rSurface), in GDIColorBuffer()
167 BitmapSharedPtr mpGDIPlusBitmap; member
179 if( Gdiplus::Ok != mpGDIPlusBitmap->LockBits( &aRect, in lock()
192 mpGDIPlusBitmap->UnlockBits( &aBmpData ); in unlock()
230 mpGDIPlusBitmap(), in DXSurfaceBitmap()
257 mpGDIPlusBitmap.reset( in init()
263 mpGraphics.reset( tools::createGraphicsFromBitmap(mpGDIPlusBitmap) ); in init()
269 mpColorBuffer.reset(new GDIColorBuffer(mpGDIPlusBitmap,maSize)); in init()
347 return mpGDIPlusBitmap; in getBitmap()
525 if( Gdiplus::Ok != mpGDIPlusBitmap->LockBits( &aRect, in getData()
537 mpGDIPlusBitmap->UnlockBits( &aBmpData ); in getData()
611 if( Gdiplus::Ok != mpGDIPlusBitmap->LockBits( &aRect, in setData()
623 mpGDIPlusBitmap->UnlockBits( &aBmpData ); in setData()
693 if( Gdiplus::Ok != mpGDIPlusBitmap->SetPixel( pos.X, pos.Y, in setPixel()
756 if( Gdiplus::Ok != mpGDIPlusBitmap->GetPixel( pos.X, pos.Y, &aColor ) ) in getPixel()