Searched refs:contextArgs (Results 1 – 3 of 3) sorted by relevance
276 RSModifierContext contextArgs(properties, &paintFilterCanvas); variable277 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); variable366 RSEFC->Apply(contextArgs);419 RSModifierContext contextArgs(properties, &paintFilterCanvas); variable422 contextArgs.properties_.SetBackgroundColor(color);[all …]
316 RSModifierContext contextArgs(properties);317 rsCanvasDrawingRenderNode.ApplyDrawCmdModifier(contextArgs, RSModifierType::CONTENT_STYLE);328 contextArgs.canvas_ = &paintCanvas;329 rsCanvasDrawingRenderNode.ApplyDrawCmdModifier(contextArgs, type);
1103 std::weak_ptr<RSContext> contextArgs = {}; variable1104 std::shared_ptr<RSRenderNode> renderNode = std::make_shared<RSRenderNode>(id + 1, contextArgs);1186 std::weak_ptr<RSBaseRenderNode> contextArgs; variable1187 node->SetParent(contextArgs);