Home
last modified time | relevance | path

Searched refs:NUM_OF_CORNERS_IN_RECT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp49 constexpr uint32_t NUM_OF_CORNERS_IN_RECT = 4; in RRect2DrawingRRect() local
50 std::vector<Drawing::Point> radii(NUM_OF_CORNERS_IN_RECT); in RRect2DrawingRRect()
51 for (uint32_t i = 0; i < NUM_OF_CORNERS_IN_RECT; i++) { in RRect2DrawingRRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp353 constexpr uint32_t NUM_OF_CORNERS_IN_RECT = 4u; in ApplySimpleBorder() local
354 for (uint32_t i = 1; i < NUM_OF_CORNERS_IN_RECT; i++) { in ApplySimpleBorder()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp84 constexpr uint32_t NUM_OF_CORNERS_IN_RECT = 4; in RRect2DrawingRRect() local
85 std::vector<Drawing::Point> radii(NUM_OF_CORNERS_IN_RECT); in RRect2DrawingRRect()
86 for (uint32_t i = 0; i < NUM_OF_CORNERS_IN_RECT; i++) { in RRect2DrawingRRect()