Home
last modified time | relevance | path

Searched refs:GetColorPickerCacheTaskShadow (Results 1 – 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
Drs_properties.h347 const std::shared_ptr<RSColorPickerCacheTask>& GetColorPickerCacheTaskShadow() const;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties_painter.cpp667 auto& colorPickerTask = properties.GetColorPickerCacheTaskShadow(); in PickColor()
720 auto& colorPickerTask = properties.GetColorPickerCacheTaskShadow(); in PickColor()
785 auto& colorPickerTask = properties.GetColorPickerCacheTaskShadow(); in DrawShadowInner()
839 auto& colorPickerTask = properties.GetColorPickerCacheTaskShadow(); in DrawShadowInner()
Drs_property_drawable_bounds_geometry.cpp724 auto& colorPickerTask = properties.GetColorPickerCacheTaskShadow(); in GetColorForShadow()
Drs_properties.cpp2915 const std::shared_ptr<RSColorPickerCacheTask>& RSProperties::GetColorPickerCacheTaskShadow() const in GetColorPickerCacheTaskShadow() function in OHOS::Rosen::RSProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_util.cpp494 if (properties.GetColorPickerCacheTaskShadow() != nullptr) { in ReleaseColorPickerResource()