Home
last modified time | relevance | path

Searched refs:debugNotSupportOps_ (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.cpp141 debugNotSupportOps_[ret.c_str()]++; in RecordUnsupportOp()
219 static_cast<int>(drawAreaRects.size()), static_cast<int>(debugNotSupportOps_.size())); in ShowDrawResult()
226 for (auto& iter : debugNotSupportOps_) { in ShowDrawResult()
H A Dskia_canvas_autocache.h124 std::map<std::string, int> debugNotSupportOps_; variable