HomeSort by relevance Sort by last modified time
    Searched defs:SafeCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 46 template <typename T> int SafeCount(const T* obj) {
SkPictureData.cpp 22 template <typename T> int SafeCount(const T* obj) {
110 int paintCount = SafeCount(src.fPaints);
271 if ((n = SafeCount(fBitmaps)) > 0) {
278 if ((n = SafeCount(fPaints)) > 0) {
285 if ((n = SafeCount(fPathHeap.get())) > 0) {

Completed in 87 milliseconds