Searched defs:SafeCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPicture.cpp46 template <typename T> int SafeCount(const T* obj) { function
H A DSkPictureData.cpp22 template <typename T> int SafeCount(const T* obj) { function
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) {
/external/skia/src/core/
H A DSkPicture.cpp35 template <typename T> int SafeCount(const T* obj) { function
197 int paintCount = SafeCount(fPlayback->fPaints);
219 SkDEBUGCODE(int heapSize = SafeCount(fPlayback->fBitmapHeap.get());)
231 SkASSERT(SafeCount(fPlayback->fBitmapHeap.get()) == heapSize);
H A DSkPicturePlayback.cpp21 template <typename T> int SafeCount(const T* obj) { function
189 int paintCount = SafeCount(src.fPaints);
264 SafeCount(fBitmaps), SafeCount(fBitmaps) * sizeof(SkBitmap),
265 SafeCount(fPaints), SafeCount(fPaints) * sizeof(SkPaint));
267 SafeCount(fPathHeap.get()));
350 if ((n = SafeCount(fBitmaps)) > 0) {
357 if ((n = SafeCount(fPaints)) > 0) {
364 if ((n = SafeCount(fPathHea
[all...]

Completed in 727 milliseconds