Home | History | Annotate | Download | only in core

Lines Matching full:skbitmap

9 #include "SkBitmap.h"
177 void SkOrderedReadBuffer::readBitmap(SkBitmap* bitmap) {
184 // corresponding SkBitmap in fBitmapStorage.
195 "stored the SkBitmap in an SkBitmapHeap, but "
197 "retrieve the SkBitmap.");
200 // The writer stored false, meaning the SkBitmap was not stored in an SkBitmapHeap.
206 // A non-zero size means the SkBitmap was encoded. Read the data and pixel
233 SkBitmap subsetBm;
245 // A size of zero means the SkBitmap was simply flattened.
250 // Could not read the SkBitmap. Use a placeholder bitmap.
251 bitmap->setConfig(SkBitmap::kARGB_8888_Config, width, height);