Searched refs:SkMutex (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/skia/src/ports/
H A DSkThread_none.cpp36 SkMutex::SkMutex() {} function in class:SkMutex
38 SkMutex::~SkMutex() {}
41 void SkMutex::acquire() {}
42 void SkMutex::release() {}
H A DSkThread_win.cpp49 SkMutex::SkMutex() { function in class:SkMutex
55 SkMutex::~SkMutex() {
59 void SkMutex::acquire() {
63 void SkMutex::release() {
H A DSkThread_pthread.cpp17 SkMutex-based implementation. The SkMutex version suffers from static
70 SkMutex gAtomicMutex;
134 SkMutex::SkMutex() { function in class:SkMutex
144 SkMutex::~SkMutex() {
156 SkMutex::SkMutex() { function in class:SkMutex
174 SkMutex
[all...]
/external/skia/src/ports/
H A DSkThread_none.cpp36 SkMutex::SkMutex() {} function in class:SkMutex
38 SkMutex::~SkMutex() {}
41 void SkMutex::acquire() {}
42 void SkMutex::release() {}
H A DSkThread_win.cpp49 SkMutex::SkMutex() { function in class:SkMutex
55 SkMutex::~SkMutex() {
59 void SkMutex::acquire() {
63 void SkMutex::release() {
H A DSkThread_pthread.cpp17 SkMutex-based implementation. The SkMutex version suffers from static
70 SkMutex gAtomicMutex;
134 SkMutex::SkMutex() { function in class:SkMutex
144 SkMutex::~SkMutex() {
156 SkMutex::SkMutex() { function in class:SkMutex
174 SkMutex
[all...]
/external/chromium_org/skia/ext/
H A DSkThread_chrome.cc69 SkMutex::SkMutex() { function in class:SkMutex
75 SkMutex::~SkMutex() {
80 void SkMutex::acquire() {
85 void SkMutex::release() {
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DDiscardablePixelRef.h49 DiscardablePixelRef(PassOwnPtr<SkMutex>);
65 OwnPtr<SkMutex> m_mutex;
H A DDiscardablePixelRef.cpp51 SkAutoTUnref<DiscardablePixelRef> pixelRef(new DiscardablePixelRef(adoptPtr(new SkMutex())));
67 DiscardablePixelRef::DiscardablePixelRef(PassOwnPtr<SkMutex> mutex)
/external/chromium_org/third_party/skia/include/core/
H A DSkThread_platform.h159 class SK_API SkMutex : public SkBaseMutex, SkNoncopyable { class in inherits:SkBaseMutex,SkNoncopyable
161 SkMutex();
162 ~SkMutex();
167 // In the generic case, SkBaseMutex and SkMutex are the same thing, and we
170 class SK_API SkMutex : SkNoncopyable { class in inherits:SkNoncopyable
172 SkMutex();
173 ~SkMutex();
186 typedef SkMutex SkBaseMutex;
H A DSkPixelRef.h35 class SkMutex;
/external/skia/include/core/
H A DSkThread_platform.h159 class SK_API SkMutex : public SkBaseMutex, SkNoncopyable { class in inherits:SkBaseMutex,SkNoncopyable
161 SkMutex();
162 ~SkMutex();
167 // In the generic case, SkBaseMutex and SkMutex are the same thing, and we
170 class SK_API SkMutex : SkNoncopyable { class in inherits:SkNoncopyable
172 SkMutex();
173 ~SkMutex();
186 typedef SkMutex SkBaseMutex;
H A DSkPixelRef.h35 class SkMutex;
/external/chromium_org/third_party/skia/include/lazy/
H A DSkLruImageCache.h64 SkMutex fMutex;
/external/skia/include/lazy/
H A DSkLruImageCache.h64 SkMutex fMutex;
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.h74 SkMutex fStreamMutex;
/external/skia/include/images/
H A DSkFlipPixelRef.h59 SkMutex fMutex;
/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.h74 SkMutex fStreamMutex;
/external/chromium_org/third_party/skia/src/core/
H A DSkMemory_stdlib.cpp33 static SkMutex* gBlockMutex;
35 gBlockMutex = new SkMutex;
H A DSkPicturePlayback.h223 SkMutex fDrawMutex;
H A DSkGlyphCache.cpp437 fMutex = (kYes_UseMutex == um) ? SkNEW(SkMutex) : NULL;
455 SkMutex* fMutex;
/external/skia/src/core/
H A DSkMemory_stdlib.cpp33 static SkMutex* gBlockMutex;
35 gBlockMutex = new SkMutex;
H A DSkPicturePlayback.h223 SkMutex fDrawMutex;
/external/chromium_org/third_party/skia/src/views/
H A DSkEventSink.cpp26 SkMutex fSinkMutex;
/external/skia/src/views/
H A DSkEventSink.cpp26 SkMutex fSinkMutex;

Completed in 713 milliseconds

12