HomeSort by relevance Sort by last modified time
    Searched defs:SkAutoLockPixels (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h     [all...]
  /external/skia/include/core/
SkBitmap.h 794 class SkAutoLockPixels : SkNoncopyable {
796 SkAutoLockPixels(const SkBitmap& bm, bool doLock = true) : fBitmap(bm) {
802 ~SkAutoLockPixels() {
    [all...]

Completed in 62 milliseconds