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

  /external/skia/src/ports/
SkThread_none.cpp 34 SkMutex::SkMutex(bool /* isGlobal */)
38 SkMutex::~SkMutex()
42 void SkMutex::acquire()
46 void SkMutex::release()
SkThread_win.cpp 43 SkMutex::SkMutex(bool /* isGlobal */)
50 SkMutex::~SkMutex()
55 void SkMutex::acquire()
60 void SkMutex::release()
SkThread_pthread.cpp 6 SkMutex gAtomicMutex;
45 SkMutex::SkMutex(bool isGlobal) : fIsGlobal(isGlobal)
65 SkMutex::~SkMutex()
77 void SkMutex::acquire()
84 void SkMutex::release()
SkFontHost_android.cpp 70 static SkMutex gFamilyMutex;
SkFontHost_FreeType.cpp 72 static SkMutex gFTMutex;
    [all...]
  /external/skia/include/core/
SkThread_platform.h 28 class SkMutex : android::Mutex {
32 SkMutex(bool isGlobal = true) {}
33 ~SkMutex() {}
51 class SkMutex {
55 SkMutex(bool isGlobal = true);
56 ~SkMutex();
SkThread.h 28 class SkMutex {
30 SkMutex();
31 ~SkMutex();
41 explicit SkAutoMutexAcquire(SkMutex& mutex) : fMutex(&mutex)
65 SkMutex* fMutex;
SkPixelRef.h 24 class SkMutex;
38 explicit SkPixelRef(SkMutex* mutex = NULL);
140 SkMutex* mutex() const { return fMutex; }
142 SkPixelRef(SkFlattenableReadBuffer&, SkMutex*);
145 SkMutex* fMutex; // must remain in scope for the life of this object
SkGlobals.h 53 SkMutex fMutex;
  /external/skia/src/core/
SkPixelRef.cpp 5 static SkMutex gPixelRefMutex;
8 SkPixelRef::SkPixelRef(SkMutex* mutex) {
20 SkPixelRef::SkPixelRef(SkFlattenableReadBuffer& buffer, SkMutex* mutex) {
SkMemory_stdlib.cpp 40 static SkMutex& get_block_mutex() {
41 static SkMutex* gBlockMutex;
43 gBlockMutex = new SkMutex;
SkGlyphCache.cpp 428 SkMutex fMutex;
  /external/skia/include/images/
SkFlipPixelRef.h 74 SkMutex fMutex;
  /external/webkit/WebKit/android/jni/
JavaSharedClient.cpp 85 static SkMutex gFuncPtrQMutex;
  /external/skia/src/images/
SkImageRef_GlobalPool.cpp 5 extern SkMutex gImageRefMutex;
SkImageRef.cpp 12 SkMutex gImageRefMutex;
  /frameworks/base/core/jni/android/graphics/
AutoDecodeCancel.cpp 3 static SkMutex gAutoDecoderCancelMutex;
  /external/skia/src/views/
SkEventSink.cpp 30 SkMutex fSinkMutex;
305 static SkMutex gNamedSinkMutex;
SkEvent.cpp 297 SkMutex fEventMutex;
  /external/skia/src/gl/
SkGLCanvas.cpp 92 static SkMutex gTextureCacheMutex;

Completed in 1138 milliseconds