Searched refs:kBBoxTypeCount (Results 1 – 1 of 1) sorted by relevance
39 for (int i = 0; i < kBBoxTypeCount; ++i) { in PictFileView()50 for (int i = 0; i < kBBoxTypeCount; ++i) { in freePictures()103 fBBox = (BBoxType)((fBBox + 1) % kBBoxTypeCount); in onEvent()110 SkASSERT(static_cast<int>(fBBox) < kBBoxTypeCount); in onDrawContent()138 static const int kBBoxTypeCount = kLast_BBoxType + 1; member in PictFileView141 SkPicture* fPictures[kBBoxTypeCount];