Home
last modified time | relevance | path

Searched refs:segmentWidthTwo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_fly_out_shader_filter.cpp140 …float segmentWidthTwo = width / 3.0 * 2.0; // Anchor point 2 is located at two-thirds of the width. in DrawImageRect() local
146 Drawing::Point{segmentWidthTwo, 0.0f}, Drawing::Point{width, 0.0f}, in DrawImageRect()
150 Drawing::Point{width, height}, Drawing::Point{segmentWidthTwo, height}, in DrawImageRect()
158 Drawing::Point{segmentWidthTwo, height}, Drawing::Point{width, height}, in DrawImageRect()
162 Drawing::Point{width, imageHeight}, Drawing::Point{segmentWidthTwo, imageHeight}, in DrawImageRect()
H A Drs_spherize_effect_filter.cpp89 …float segmentWidthTwo = width / 3.0 * 2.0; // Anchor point 2 is located at two-thirds of the image… in DrawImageRect() local
100 {0.0f, 0.0f}, {segmentWidthOne, 0.0f}, {segmentWidthTwo, 0.0f}, {width, 0.0f}, in DrawImageRect()
104 {width, height}, {segmentWidthTwo, height}, {segmentWidthOne, height}, {0.0f, height}, in DrawImageRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_test.cpp941 float segmentWidthTwo = width / 3.0 * 2.0; variable
946 {0.0f, 0.0f}, {segmentWidthOne, 0.0f}, {segmentWidthTwo, 0.0f}, {width, 0.0f},
950 {width, height}, {segmentWidthTwo, height}, {segmentWidthOne, height}, {0.0f, height},
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1542 float segmentWidthTwo = width / 3.0 * 2.0; in DrawSpherize() local
1551 {0.0f, 0.0f}, {segmentWidthOne, 0.0f}, {segmentWidthTwo, 0.0f}, {width, 0.0f}, in DrawSpherize()
1555 {width, height}, {segmentWidthTwo, height}, {segmentWidthOne, height}, {0.0f, height}, in DrawSpherize()