Searched refs:totalDrawAreas_ (Results 1 – 2 of 2) sorted by relevance
121 int64_t totalDrawAreas_ = 0; variable
91 percent_ = (totalDrawAreas_ * PERCENT) / (unionWidth * unionHeight); in OpCanCache()278 … totalDrawAreas_ += std::min(std::max(static_cast<int>(devRect.width()), 0), MAX_DRAW_RECT) * in RecordDrawArea()