OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLockCount
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkPixelRef.h
51
int
getLockCount
() const { return fLockCount; }
/external/skia/src/images/
SkImageRefPool.cpp
55
if (0 == ref->
getLockCount
() && ref->fBitmap.getPixels()) {
180
ref->
getLockCount
(), ref->getURI());
/external/skia/src/core/
SkBitmapProcShader.cpp
154
state.fBitmap->pixelRef()->
getLockCount
());
186
state.fBitmap->pixelRef()->
getLockCount
());
SkBitmap.cpp
260
SkASSERT(fPixelRef->
getLockCount
() > 0);
[
all
...]
Completed in 983 milliseconds