Home
last modified time | relevance | path

Searched defs:clipBounds (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_frame_geometry.cpp43 auto clipBounds = canvas.GetDeviceClipBounds(); in Draw() local
H A Drs_properties_painter.cpp784 auto clipBounds = Drawing::Rect(0, 0, imageRect.GetWidth(), imageRect.GetHeight()); in DrawBackgroundEffect() local
934 Drawing::Rect clipBounds( in DrawPixelStretch() local
1602 auto clipBounds = canvas.GetDeviceClipBounds(); in DrawColorFilter() local
1625 auto clipBounds = canvas.GetDeviceClipBounds(); in DrawBinarizationShader() local
1708 auto clipBounds = canvas.GetDeviceClipBounds(); in DrawLightUpEffect() local
1835 auto clipBounds = canvas.GetDeviceClipBounds(); in DrawDynamicDim() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_linear_gradient_blur_shader_filter.cpp192 …Drawing::Point (&pts)[2], const Drawing::Rect& clipBounds, GEGradientDirection direction) // 2 siz… in GetGEGradientDirectionPoints()
224 …Drawing::Point (&pts)[2], const Drawing::Rect& clipBounds, GEGradientDirection direction) // 2 si… in ProcessGradientDirectionPoints()
262const Drawing::Rect& clipBounds, const std::shared_ptr<GELinearGradientBlurPara>& para, uint8_t di… in MakeAlphaGradientShader()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp100 Drawing::Rect clipBounds = drPath.GetBounds(); in GetShadowRegionImage() local
482 auto clipBounds = Drawing::Rect(0, 0, imageRect.GetWidth(), imageRect.GetHeight()); in DrawBackgroundEffect() local
514 auto clipBounds = canvas->GetLocalClipBounds(); in DrawColorFilter() local
539 auto clipBounds = canvas->GetDeviceClipBounds(); in DrawLightUpEffect() local
614 auto clipBounds = canvas->GetDeviceClipBounds(); in DrawDynamicDim() local
816 auto clipBounds = canvas->GetDeviceClipBounds(); in DrawBinarization() local
868 Drawing::Rect clipBounds( in DrawPixelStretch() local
949 const std::shared_ptr<RSPath>& clipBounds, const RRect& rrect) in CreateShadowPath()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp184 auto clipBounds = Drawing::Rect( in Draw() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp57 std::shared_ptr<RSPath> clipBounds = std::make_shared<RSPath>(); variable