Searched refs:SetGeometry (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_linear_gradient_blur_shader_filter.h | 33 void SetGeometry(Drawing::Canvas& canvas, float geoWidth, float geoHeight) in SetGeometry() function
|
H A D | rs_skia_filter.h | 43 virtual void SetGeometry(Drawing::Canvas& canvas, float geoWidth, float geoHeight) {}; in SetGeometry() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable.cpp | 247 tmpFilter->SetGeometry(*canvas, rect->GetWidth(), rect->GetHeight()); in CreateDrawFunc()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 643 tmpFilter->SetGeometry(canvas, properties.GetFrameWidth(), properties.GetFrameHeight()); in DrawFilter() 657 tmpFilter->SetGeometry(canvas, properties.GetFrameWidth(), properties.GetFrameHeight()); in DrawFilter()
|