Home
last modified time | relevance | path

Searched refs:MakeOutset (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/
H A Drect_fuzzer.cpp71 rect1.MakeOutset(dx, dy); in RectFuzzTest001()
133 rectf.MakeOutset(dx, dy); in RectFuzzTest003()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_rect_test.cpp68 auto p2 = std::pair<NodeId, RectI>(id, rect.MakeOutset(1)); in HWTEST_F()
84 auto p2 = std::pair<NodeId, RectI>(id, rect.MakeOutset(1)); in HWTEST_F()
324 * @tc.desc: Verify function MakeOutset
334 EXPECT_NE(rect.MakeOutset(outset), rect1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Drect.h85 inline void MakeOutset(int32_t dx, int32_t dy);
208 inline void RectI::MakeOutset(int32_t dx, int32_t dy) in MakeOutset() function in OHOS::Rosen::Drawing::RectI
299 inline void MakeOutset(scalar dx, scalar dy);
411 inline void RectF::MakeOutset(scalar dx, scalar dy) in MakeOutset() function in OHOS::Rosen::Drawing::RectF
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Drect_test.cpp300 rectF->MakeOutset(1.0f, 2.0f); in HWTEST_F()
317 rectF->MakeOutset(2.0f, 1.0f); in HWTEST_F()
721 rectI->MakeOutset(1.0f, 2.0f); in HWTEST_F()
738 rectI->MakeOutset(2.0f, 1.0f); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/
H A Dskia_txt_test.cpp40 rectTest = rectTest.MakeOutset(vecTest); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp281 spotRect.MakeOutset(transRatio * DEFAULT_LIGHT_RADIUS, transRatio * DEFAULT_LIGHT_RADIUS); in GetShadowDirtyRect()
285 shadowRect.MakeOutset(ambientBlur, ambientBlur); in GetShadowDirtyRect()
288 shadowRect.MakeOutset(1, 1); in GetShadowDirtyRect()
925 auto scaledBounds = boundsRect.MakeOutset(dirtyExtension); in GetForegroundEffectDirtyRect()
1199 RRect(properties.GetRRect().rect_.MakeOutset(border->GetWidthFour()), border->GetRadiusFour()) : in GetRRectForDrawingBorder()
1405 isOutline ? properties.GetBoundsRect().MakeOutset(border->GetWidthFour()) : properties.GetBoundsRect(); in DrawBorderIfNoFill()
H A Drs_property_drawable_bounds_geometry.cpp134 RectF rect = properties.GetBoundsRect().MakeOutset(properties.GetOutline()->GetWidthFour()); in OnBoundsChange()
158 rect_ = properties.GetBoundsRect().MakeOutset(properties.GetOutline()->GetWidthFour()); in OnBoundsChange()
188 RectF rect = properties.GetBoundsRect().MakeOutset(properties.GetOutline()->GetWidthFour()); in OnBoundsChange()
218 RectF rect = properties.GetBoundsRect().MakeOutset(properties.GetOutline()->GetWidthFour()); in OnBoundsChange()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_rect.h206 RectT<T> MakeOutset(Vector4<T> outset) const in MakeOutset() function in OHOS::Rosen::RectT
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp411 isOutline ? properties.GetBoundsRect().MakeOutset(border->GetWidthFour()) : properties.GetBoundsRect();
H A Drs_property_drawable_utils.cpp68 return isOutline ? RRect(properties.GetRRect().rect_.MakeOutset(border->GetWidthFour()), border->GetRadiusFour()) in GetRRectForDrawingBorder()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp497 dst_.MakeOutset(1, 1); in DrawImageOnCanvas()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1684 shadowRect = shadowRect.MakeOutset({1, 1, 1, 1}); in UpdateDirtyRegion()
1715 dirtyRect = dirtyRect.MakeOutset(Vector4<int>(dirtyExtension)); in UpdateDirtyRegion()
3008 dst.MakeOutset(1, 1); in DrawCacheSurface()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp1689 bounds->MakeOutset(TEXT_BLOB_CACHE_MARGIN, TEXT_BLOB_CACHE_MARGIN); in GenerateCachedOpItem()

Completed in 26 milliseconds