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

  /external/skia/src/core/
SkPictureData.h 110 return reader->validateIndex(index, fBitmapImageCount) ? fBitmapImageRefs[index] : nullptr;
199 int fBitmapImageCount;
SkPictureData.cpp 156 if (fBitmapImageCount > 0 || fImageCount > 0) {
550 if (!new_array_from_buffer(buffer, size, &fBitmapImageRefs, &fBitmapImageCount,

Completed in 211 milliseconds