Home | History | Annotate | Download | only in core

Lines Matching full:bitmap

34         the bitmap. If transferPixelOwnership is true, and the bitmap claims to own its
36 device, and call setOwnsPixels(false) on the bitmap.
41 @param bitmap A copy of this bitmap is made and stored in the device
43 SkDevice(const SkBitmap& bitmap);
51 /** Return the bitmap config of the device's pixels
54 /** Returns true if the device's bitmap's config treats every pixels as
69 /** Return the bitmap associated with this device. Call this each time you need
70 to access the bitmap, as it notifies the subclass to perform any flushing
73 @return the device's bitmap
111 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
113 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
132 /** Update as needed the pixel value in the bitmap, so that the caller can access