Lines Matching full:bitmaps
806 const std::vector<SkBitmap>& bitmaps,
809 bitmaps.empty()) {
813 // Bitmaps are ordered largest to smallest. Choose the smallest bitmap
816 for (size_t i = 1; i < bitmaps.size(); ++i) {
817 if (bitmaps[i].height() < delegate_->PreferredIconSize())
821 const SkBitmap& largest = bitmaps[largest_index];