Searched refs:devRect (Results 1 – 1 of 1) sorted by relevance
274 SkRect devRect = getTotalMatrix().mapRect(paint.computeFastBounds(oriBound, &oriBound)); in RecordDrawArea() local275 if (!devRect .isEmpty()) { in RecordDrawArea()276 drawAreaRects_.push_back(devRect); in RecordDrawArea()278 … totalDrawAreas_ += std::min(std::max(static_cast<int>(devRect.width()), 0), MAX_DRAW_RECT) * in RecordDrawArea()279 std::min(std::max(static_cast<int>(devRect.height()), 0), MAX_DRAW_RECT); in RecordDrawArea()