Searched refs:shadowPath (Results 1 – 11 of 11) sorted by relevance
69 std::string shadowPath; member
470 RSPath shadowPath; in PaintMonochromeCircularShadow() local471 GetDrawPath(shadowPath, data, data.startDegree - QUARTER_CIRCLE + offsetDegree, sweepDegree); in PaintMonochromeCircularShadow()476 canvas.DrawPath(shadowPath); in PaintMonochromeCircularShadow()
378 void SetShadowPath(std::shared_ptr<RSPath> shadowPath);
331 void SetShadowPath(const std::shared_ptr<RSPath>& shadowPath);
1754 void RSNode::SetShadowPath(const std::shared_ptr<RSPath>& shadowPath) in SetShadowPath() argument1756 …SShadowPathModifier, RSProperty<std::shared_ptr<RSPath>>>(RSModifierType::SHADOW_PATH, shadowPath); in SetShadowPath()
1838 std::shared_ptr<RSPath> shadowPath = std::make_shared<RSPath>(); variable1839 properties.SetShadowPath(shadowPath);1841 EXPECT_EQ(properties.GetShadowPath(), shadowPath);
1973 void RSProperties::SetShadowPath(std::shared_ptr<RSPath> shadowPath) in SetShadowPath() argument1978 shadow_->SetPath(shadowPath); in SetShadowPath()
2355 auto stringPath = dragPreviewOption.options.shadowPath; in PrepareShadowParametersForDragData()
1994 … option.options.shadowPath = textDragPattern->GetBackgroundPath()->ConvertToSVGString(); in GetThumbnailCallback()
1928 … option.options.shadowPath = textDragPattern->GetBackgroundPath()->ConvertToSVGString(); in GetThumbnailCallback()
7438 option.options.shadowPath = textDragPattern->GetBackgroundPath()->ConvertToSVGString(); in OnBackPressed()