Home
last modified time | relevance | path

Searched refs:devRect (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp274 SkRect devRect = getTotalMatrix().mapRect(paint.computeFastBounds(oriBound, &oriBound)); in RecordDrawArea() local
275 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()