Home
last modified time | relevance | path

Searched refs:segmentWidthOne (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.cpp139 float segmentWidthOne = width / 3.0; // Anchor point 1 is located at one-third of the width. in DrawImageRect() local
145 Drawing::Point{0.0f, 0.0f}, Drawing::Point{segmentWidthOne, 0.0f}, in DrawImageRect()
151 Drawing::Point{segmentWidthOne, height}, Drawing::Point{0.0f, height}, in DrawImageRect()
157 Drawing::Point{0.0f, height}, Drawing::Point{segmentWidthOne, height}, in DrawImageRect()
163 Drawing::Point{segmentWidthOne, imageHeight}, Drawing::Point{0.0f, imageHeight}, in DrawImageRect()
H A Drs_spherize_effect_filter.cpp88 …float segmentWidthOne = width / 3.0; // Anchor point of 1 is located at one-third of the image wid… 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.cpp940 float segmentWidthOne = width / 3.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.cpp1541 float segmentWidthOne = width / 3.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()