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

1 23

  /external/skia/tools/
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/skia/legacy/include/core/
SkBitmap.h 741 SkAutoLockPixels(const SkBitmap& bm, bool doLock = true) : fBitmap(bm) {
749 fBitmap.unlockPixels();
754 const SkBitmap& fBitmap;
    [all...]
  /external/skia/src/pipe/
SkGPipePriv.h 159 : fBitmap(bitmap)
169 SkDELETE(fBitmap);
191 SkBitmap* fBitmap;
193 // not copy this field, so fBitmap's generation ID will not be useful

Completed in 162 milliseconds

1 23