Home | History | Annotate | Download | only in ports

Lines Matching refs:bitmap

83     //Get the size of the bitmap.
90 //Exit early if we're only looking for the bitmap bounds.
109 piBitmapSourceOriginal.get() //Input bitmap to convert
126 //Copy the pixels into the bitmap.
184 const SkBitmap* bitmap;
187 bitmap = &bitmapOrig;
192 bitmap = &bitmapCopy;
259 const UINT width = bitmap->width();
260 const UINT height = bitmap->height();
278 SkAutoLockPixels alp(*bitmap);
281 , bitmap->rowBytes()
282 , bitmap->rowBytes()*height
283 , reinterpret_cast<BYTE*>(bitmap->getPixels()));