Home
last modified time | relevance | path

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 Drs_linear_gradient_blur_shader_filter.h33 void SetGeometry(Drawing::Canvas& canvas, float geoWidth, float geoHeight) in SetGeometry() function
H A Drs_skia_filter.h43 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 Drs_property_drawable.cpp247 tmpFilter->SetGeometry(*canvas, rect->GetWidth(), rect->GetHeight()); in CreateDrawFunc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp643 tmpFilter->SetGeometry(canvas, properties.GetFrameWidth(), properties.GetFrameHeight()); in DrawFilter()
657 tmpFilter->SetGeometry(canvas, properties.GetFrameWidth(), properties.GetFrameHeight()); in DrawFilter()