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

  /external/skia/src/core/
SkPixelRef.cpp 115 bool SkPixelRef::lockPixelsInsideMutex() {
145 bool success = this->lockPixelsInsideMutex();
146 // lockPixelsInsideMutex only increments the count if it succeeds.
326 if (!this->lockPixelsInsideMutex()) {
  /external/skia/include/core/
SkPixelRef.h 284 bool lockPixelsInsideMutex();

Completed in 63 milliseconds