Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Ddebug_boundary_modifier.h28 class DebugBoundaryModifier : public Rosen::RSForegroundStyleModifier {
30 DebugBoundaryModifier() = default;
31 ~DebugBoundaryModifier() override = default;
H A Drosen_render_context.h50 class DebugBoundaryModifier; variable
673 std::shared_ptr<DebugBoundaryModifier> debugBoundaryModifier_;
H A Drosen_render_context.cpp687 debugBoundaryModifier_ = std::make_shared<DebugBoundaryModifier>(); in PaintDebugBoundary()