Searched refs:fImageCount (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPictureData.cpp80 fImageCount = imgs.count();
81 if (fImageCount > 0) {
82 fImageRefs = new const SkImage* [fImageCount];
83 for (int i = 0; i < fImageCount; ++i) {
95 fImageCount = 0;
113 for (int i = 0; i < fImageCount; i++) {
122 if (fBitmaps.count() > 0 || fImageCount > 0) {
239 if (fImageCount > 0) {
240 write_tag_size(buffer, SK_PICT_IMAGE_BUFFER_TAG, fImageCount);
241 for (i = 0; i < fImageCount;
[all...]
H A DSkPictureData.h168 int fImageCount; member in class:SkPictureData

Completed in 158 milliseconds