Searched defs:fBitmap (Results 51 - 65 of 65) sorted by relevance

123

/external/chromium_org/third_party/skia/src/core/
H A DSkScaledImageCache.cpp98 Rec(const Key& key, const SkBitmap& bm) : fKey(key), fBitmap(bm) {
114 return fMip ? fMip->getSize() : fBitmap.getSize();
125 // we use either fBitmap or fMip, but not both
126 SkBitmap fBitmap; member in struct:SkScaledImageCache::Rec
217 SkASSERT(rec->fBitmap.pixelRef());
218 *scaled = rec->fBitmap;
228 SkASSERT(NULL == rec->fBitmap.pixelRef());
/external/chromium_org/third_party/skia/src/effects/
H A DSkTableColorFilter.cpp13 fBitmap = NULL;
39 SkDELETE(fBitmap);
67 mutable const SkBitmap* fBitmap; // lazily allocated member in class:SkTable_ColorFilter
184 fBitmap = NULL;
203 if (NULL == fBitmap) {
220 fBitmap = bmp;
222 *table = *fBitmap;
/external/skia/bench/
H A DBitmapBench.cpp77 SkBitmap fBitmap; member in class:BitmapBench
126 convertToIndex666(bm, &fBitmap);
128 fBitmap = bm;
131 if (fBitmap.getColorTable()) {
132 fBitmap.getColorTable()->setIsOpaque(fIsOpaque);
134 fBitmap.setIsOpaque(fIsOpaque);
135 fBitmap.setIsVolatile(fIsVolatile);
145 const SkBitmap& bitmap = fBitmap;
/external/skia/include/views/
H A DSkWidget.h193 SkBitmap fBitmap; member in class:SkBitmapView
/external/skia/src/core/
H A DSkScaledImageCache.cpp98 Rec(const Key& key, const SkBitmap& bm) : fKey(key), fBitmap(bm) {
114 return fMip ? fMip->getSize() : fBitmap.getSize();
125 // we use either fBitmap or fMip, but not both
126 SkBitmap fBitmap; member in struct:SkScaledImageCache::Rec
217 SkASSERT(rec->fBitmap.pixelRef());
218 *scaled = rec->fBitmap;
228 SkASSERT(NULL == rec->fBitmap.pixelRef());
/external/skia/src/effects/
H A DSkTableColorFilter.cpp13 fBitmap = NULL;
39 SkDELETE(fBitmap);
67 mutable const SkBitmap* fBitmap; // lazily allocated member in class:SkTable_ColorFilter
184 fBitmap = NULL;
203 if (NULL == fBitmap) {
220 fBitmap = bmp;
222 *table = *fBitmap;
/external/skia/tests/
H A DDeferredCanvasTest.cpp52 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
53 fBitmap.allocPixels();
57 return SkNEW_ARGS(SkCanvas, (fBitmap));
65 return SkNewImageFromBitmap(fBitmap, true);
82 SkBitmap fBitmap; member in class:MockSurface
/external/skia/tools/
H A Dskdiff.h76 DiffResource() : fFilename(), fFullPath(), fBitmap(), fStatus(kUnknown_Status) { };
83 SkBitmap fBitmap; member in struct:DiffResource
267 * Expects dr->fWhite.fBitmap and dr->fDifference.fBitmap to have the same bounds as
268 * dr->fBase.fBitmap and have a valid pixelref.
H A DPictureRenderer.cpp622 if (fBitmap != NULL) {
635 if (fBitmap != NULL) {
637 SkAutoLockPixels alp(*fBitmap); variable
638 bitmapCopySubset(bitmap, fBitmap, SkScalarFloorToInt(fRects[i].left()),
656 fBitmap = bitmap;
671 SkBitmap* fBitmap; member in class:sk_tools::CloneData
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h711 SkAutoLockPixels(const SkBitmap& bm, bool doLock = true) : fBitmap(bm) {
719 fBitmap.unlockPixels();
724 const SkBitmap& fBitmap; member in class:SkAutoLockPixels
/external/skia/include/core/
H A DSkBitmap.h711 SkAutoLockPixels(const SkBitmap& bm, bool doLock = true) : fBitmap(bm) {
719 fBitmap.unlockPixels();
724 const SkBitmap& fBitmap; member in class:SkAutoLockPixels
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipePriv.h160 : fBitmap(bitmap)
170 SkDELETE(fBitmap);
192 SkBitmap* fBitmap; member in class:BitmapInfo
194 // not copy this field, so fBitmap's generation ID will not be useful
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h153 SkBitmap fBitmap; member in class:SkDrawBitmapCommand
169 SkBitmap fBitmap; member in class:SkDrawBitmapMatrixCommand
184 SkBitmap fBitmap; member in class:SkDrawBitmapNineCommand
200 const SkBitmap& bitmap() const { return fBitmap; }
218 SkBitmap fBitmap; member in class:SkDrawBitmapRectCommand
431 SkBitmap fBitmap; member in class:SkDrawSpriteCommand
/external/skia/src/pipe/
H A DSkGPipePriv.h160 : fBitmap(bitmap)
170 SkDELETE(fBitmap);
192 SkBitmap* fBitmap; member in class:BitmapInfo
194 // not copy this field, so fBitmap's generation ID will not be useful
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h153 SkBitmap fBitmap; member in class:SkDrawBitmapCommand
169 SkBitmap fBitmap; member in class:SkDrawBitmapMatrixCommand
184 SkBitmap fBitmap; member in class:SkDrawBitmapNineCommand
200 const SkBitmap& bitmap() const { return fBitmap; }
218 SkBitmap fBitmap; member in class:SkDrawBitmapRectCommand
431 SkBitmap fBitmap; member in class:SkDrawSpriteCommand

Completed in 336 milliseconds

123