Searched refs:segmentHeightOne (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 | 141 float segmentHeightOne = height / 3.0; // Anchor point 1 is located at one-third of the height. in DrawImageRect() local 148 Drawing::Point{width, segmentHeightOne}, Drawing::Point{width, segmentHeightTwo}, in DrawImageRect() 153 Drawing::Point{0.0f, segmentHeightTwo}, Drawing::Point{0.0f, segmentHeightOne} in DrawImageRect() 160 …Drawing::Point{width, height + segmentHeightOne}, Drawing::Point{width, height + segmentHeightTwo}, in DrawImageRect() 165 … Drawing::Point{0.0f, height + segmentHeightTwo}, Drawing::Point{0.0f, height + segmentHeightOne} in DrawImageRect()
|
H A D | rs_spherize_effect_filter.cpp | 90 …float segmentHeightOne = height / 3.0; // Anchor point 1 is located at one-third of the height of … in DrawImageRect() local 102 {width, segmentHeightOne}, {width, segmentHeightTwo}, in DrawImageRect() 106 {0.0f, segmentHeightTwo}, {0.0f, segmentHeightOne} in DrawImageRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_canvas_test.cpp | 942 float segmentHeightOne = height / 3.0; variable 948 {width, segmentHeightOne}, {width, segmentHeightTwo}, 952 {0.0f, segmentHeightTwo}, {0.0f, segmentHeightOne}
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 1543 float segmentHeightOne = height / 3.0; in DrawSpherize() local 1553 {width, segmentHeightOne}, {width, segmentHeightTwo}, in DrawSpherize() 1557 {0.0f, segmentHeightTwo}, {0.0f, segmentHeightOne} in DrawSpherize()
|