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

  /external/skia/src/core/
SkPixelRef.cpp 55 void SkPixelRef::unlockPixels() {
SkDevice.cpp 77 void SkDevice::unlockPixels() {
78 fBitmap.unlockPixels();
SkBitmap.cpp 343 void SkBitmap::unlockPixels() const {
347 fPixelRef->unlockPixels();
381 fPixelRef->unlockPixels();
561 this->unlockPixels();
    [all...]

Completed in 185 milliseconds