OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.
342
if (!this->
lockPixelsInsideMutex
()) {
/external/skia/include/core/
SkPixelRef.h
349
bool
lockPixelsInsideMutex
();
Completed in 164 milliseconds