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

  /external/skia/include/core/
SkDevice.h 121 this->unlockPixels();
255 to unlockPixels() when the device is removed from a Canvas.
258 virtual void unlockPixels() {}
  /external/skia/src/core/
SkPixelRef.cpp 183 void SkPixelRef::unlockPixels() {
SkBitmapDevice.cpp 129 void SkBitmapDevice::unlockPixels() {
131 fBitmap.unlockPixels();
SkBitmap.cpp 231 void SkBitmap::unlockPixels() const {
235 fPixelRef->unlockPixels();
381 fPixelRef->unlockPixels();
    [all...]

Completed in 61 milliseconds