Searched defs:fBitmap (Results 126 - 130 of 130) sorted by relevance

123456

/external/skia/include/core/
H A DSkCanvas.h1481 SkBitmap fBitmap; // used if peekPixels() fails member in class:SkAutoROCanvasPixels
/external/skia/src/core/
H A DSkScaledImageCache.cpp103 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; member in struct:SkScaledImageCache::Rec
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
[all...]
/external/skia/src/pipe/
H A DSkGPipePriv.h165 : fBitmap(bitmap)
175 SkDELETE(fBitmap);
197 SkBitmap* fBitmap; member in class:BitmapInfo
199 // not copy this field, so fBitmap's generation ID will not be useful
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h182 SkBitmap fBitmap; member in class:SkDrawBitmapCommand
198 SkBitmap fBitmap; member in class:SkDrawBitmapMatrixCommand
213 SkBitmap fBitmap; member in class:SkDrawBitmapNineCommand
230 const SkBitmap& bitmap() const { return fBitmap; }
251 SkBitmap fBitmap; member in class:SkDrawBitmapRectCommand
481 SkBitmap fBitmap; member in class:SkDrawSpriteCommand
/external/skia/tools/
H A DPictureRenderer.cpp725 if (fBitmap != NULL) {
740 if (fBitmap != NULL) {
742 SkAutoLockPixels alp(*fBitmap); variable
743 bitmapCopyAtOffset(bitmap, fBitmap, SkScalarFloorToInt(fRects[i].left()),
765 fBitmap = bitmap;
784 SkBitmap* fBitmap; member in class:sk_tools::CloneData

Completed in 201 milliseconds

123456