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

  /external/skia/src/core/
SkDevice.cpp 13 void SkDevice::unlockPixels() {
14 fBitmap.unlockPixels();
SkPixelRef.cpp 44 void SkPixelRef::unlockPixels() {
SkBitmap.cpp 309 void SkBitmap::unlockPixels() const {
313 fPixelRef->unlockPixels();
347 fPixelRef->unlockPixels();
469 this->unlockPixels();
    [all...]

Completed in 23 milliseconds