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 D | rs_fly_out_shader_filter.cpp | 139 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 D | rs_spherize_effect_filter.cpp | 88 …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 D | skia_canvas_test.cpp | 940 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 D | rs_properties_painter.cpp | 1541 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()
|