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 D | rs_property_drawable_frame_geometry.cpp | 43 auto clipBounds = canvas.GetDeviceClipBounds(); in Draw() local
|
H A D | rs_properties_painter.cpp | 784 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 D | ge_linear_gradient_blur_shader_filter.cpp | 192 …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() 262 …const 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 D | rs_property_drawable_utils.cpp | 100 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 D | rs_particles_drawable.cpp | 184 auto clipBounds = Drawing::Rect( in Draw() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_utils_test.cpp | 57 std::shared_ptr<RSPath> clipBounds = std::make_shared<RSPath>(); variable
|