Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp276 RSModifierContext contextArgs(properties, &paintFilterCanvas); variable
277 ASSERT_NE(nullptr, contextArgs.canvas_);
278 modifierTwo->Apply(contextArgs);
279 ASSERT_NE(nullptr, contextArgs.canvas_);
286 modifier->GetInvertBackgroundColor(contextArgs);
288 ASSERT_EQ(modifier->GetInvertBackgroundColor(contextArgs).alpha_, 0.f);
365 RSModifierContext contextArgs(properties, &paintFilterCanvas); variable
366 RSEFC->Apply(contextArgs);
419 RSModifierContext contextArgs(properties, &paintFilterCanvas); variable
422 contextArgs.properties_.SetBackgroundColor(color);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_drawing_render_node_test.cpp316 RSModifierContext contextArgs(properties);
317 rsCanvasDrawingRenderNode.ApplyDrawCmdModifier(contextArgs, RSModifierType::CONTENT_STYLE);
328 contextArgs.canvas_ = &paintCanvas;
329 rsCanvasDrawingRenderNode.ApplyDrawCmdModifier(contextArgs, type);
H A Drs_base_render_node_test.cpp1103 std::weak_ptr<RSContext> contextArgs = {}; variable
1104 std::shared_ptr<RSRenderNode> renderNode = std::make_shared<RSRenderNode>(id + 1, contextArgs);
1186 std::weak_ptr<RSBaseRenderNode> contextArgs; variable
1187 node->SetParent(contextArgs);