HomeSort by relevance Sort by last modified time
    Searched defs:fBitmap (Results 51 - 65 of 65) sorted by null

1 23

  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 711 SkAutoLockPixels(const SkBitmap& bm, bool doLock = true) : fBitmap(bm) {
719 fBitmap.unlockPixels();
724 const SkBitmap& fBitmap;
  /external/chromium_org/third_party/skia/include/views/
SkWidget.h 193 SkBitmap fBitmap;
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp 98 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;
217 SkASSERT(rec->fBitmap.pixelRef());
218 *scaled = rec->fBitmap;
228 SkASSERT(NULL == rec->fBitmap.pixelRef());
  /external/chromium_org/third_party/skia/src/effects/
SkTableColorFilter.cpp 13 fBitmap = NULL;
39 SkDELETE(fBitmap);
67 mutable const SkBitmap* fBitmap; // lazily allocated
184 fBitmap = NULL;
203 if (NULL == fBitmap) {
220 fBitmap = bmp;
222 *table = *fBitmap;
  /external/skia/include/core/
SkBitmap.h 711 SkAutoLockPixels(const SkBitmap& bm, bool doLock = true) : fBitmap(bm) {
719 fBitmap.unlockPixels();
724 const SkBitmap& fBitmap;
  /external/skia/include/views/
SkWidget.h 193 SkBitmap fBitmap;
  /external/skia/src/core/
SkScaledImageCache.cpp 98 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;
217 SkASSERT(rec->fBitmap.pixelRef());
218 *scaled = rec->fBitmap;
228 SkASSERT(NULL == rec->fBitmap.pixelRef());
  /external/skia/src/effects/
SkTableColorFilter.cpp 13 fBitmap = NULL;
39 SkDELETE(fBitmap);
67 mutable const SkBitmap* fBitmap; // lazily allocated
184 fBitmap = NULL;
203 if (NULL == fBitmap) {
220 fBitmap = bmp;
222 *table = *fBitmap;
  /external/skia/tests/
DeferredCanvasTest.cpp 52 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;
    [all...]
  /external/skia/tools/
PictureRenderer.cpp 622 if (fBitmap != NULL) {
635 if (fBitmap != NULL) {
637 SkAutoLockPixels alp(*fBitmap);
638 bitmapCopySubset(bitmap, fBitmap, SkScalarFloorToInt(fRects[i].left()),
656 fBitmap = bitmap;
671 SkBitmap* fBitmap;
skdiff.h 76 DiffResource() : fFilename(), fFullPath(), fBitmap(), fStatus(kUnknown_Status) { };
83 SkBitmap fBitmap;
267 * Expects dr->fWhite.fBitmap and dr->fDifference.fBitmap to have the same bounds as
268 * dr->fBase.fBitmap and have a valid pixelref.
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipePriv.h 160 : fBitmap(bitmap)
170 SkDELETE(fBitmap);
192 SkBitmap* fBitmap;
194 // not copy this field, so fBitmap's generation ID will not be useful
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 153 SkBitmap fBitmap;
169 SkBitmap fBitmap;
184 SkBitmap fBitmap;
200 const SkBitmap& bitmap() const { return fBitmap; }
218 SkBitmap fBitmap;
431 SkBitmap fBitmap;
  /external/skia/src/pipe/
SkGPipePriv.h 160 : fBitmap(bitmap)
170 SkDELETE(fBitmap);
192 SkBitmap* fBitmap;
194 // not copy this field, so fBitmap's generation ID will not be useful
  /external/skia/src/utils/debugger/
SkDrawCommand.h 153 SkBitmap fBitmap;
169 SkBitmap fBitmap;
184 SkBitmap fBitmap;
200 const SkBitmap& bitmap() const { return fBitmap; }
218 SkBitmap fBitmap;
431 SkBitmap fBitmap;

Completed in 1026 milliseconds

1 23