Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.h121 int64_t totalDrawAreas_ = 0; variable
H A Dskia_canvas_autocache.cpp91 percent_ = (totalDrawAreas_ * PERCENT) / (unionWidth * unionHeight); in OpCanCache()
278totalDrawAreas_ += std::min(std::max(static_cast<int>(devRect.width()), 0), MAX_DRAW_RECT) * in RecordDrawArea()