Lines Matching defs:fBitmap
103 Rec(const Key& key, const SkBitmap& bm) : fKey(key), fBitmap(bm) {
122 return fMip ? fMip->getSize() : fBitmap.getSize();
133 // we use either fBitmap or fMip, but not both
134 SkBitmap fBitmap;
368 SkASSERT(rec->fBitmap.pixelRef());
369 *bitmap = rec->fBitmap;
386 SkASSERT(rec->fBitmap.pixelRef());
387 *scaled = rec->fBitmap;
398 SkASSERT(NULL == rec->fBitmap.pixelRef());
416 existing->fBitmap = rec->fBitmap;