Home
last modified time | relevance | path

Searched defs:repeatNum (Results 1 – 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
Dadaptive_image_helper_test.cpp245 int32_t repeatNum = static_cast<int32_t>(ImageRepeat::REPEAT); variable
261 int32_t repeatNum = static_cast<int32_t>(ImageRepeat::REPEAT_X); variable
277 int32_t repeatNum = static_cast<int32_t>(ImageRepeat::REPEAT_Y); variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
Dadaptive_image_helper.h44 int32_t repeatNum = 0; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
Drs_image.h37 …RsImageInfo(int fitNum, int repeatNum, const SkVector* radius, double scale, uint32_t id, int w, i… in RsImageInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_image.cpp337 void RSImage::SetImageRepeat(int repeatNum)
506 int repeatNum; local
/foundation/arkui/ace_engine/frameworks/core/components/rating/
Drender_rating.h138 double repeatNum = 0.0; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Dadaptive_image_helper.cpp160 const Rect& rect, const int32_t repeatNum, const Rect& dstRect, BoundaryRect& boundaryRect) in GetRectCropMultiple()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
Drsrenderimage_fuzzer.cpp209 int repeatNum = GetData<int>(); in RSImageFuzzTest() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
Drosen_render_image.cpp968 int repeatNum = static_cast<int>(imageRepeat_); local