Home
last modified time | relevance | path

Searched refs:getRefCnt (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkRefCnt.h44 int32_t getRefCnt() const { return fRefCnt; } in getRefCnt() function
/external/webkit/WebKit/android/plugins/
DANPTypefaceInterface.cpp45 return tf ? tf->getRefCnt() : 0; in anp_getRefCount()
/external/webkit/WebCore/platform/graphics/android/
DPlatformGraphicsContext.h81 return m_picture->getRefCnt() == 1; in canBeRemoved()
/external/skia/src/core/
DSkBitmap.cpp1329 SkASSERT(NULL == fColorTable || (unsigned)fColorTable->getRefCnt() < 10000); in validate()