Home
last modified time | relevance | path

Searched refs:segmentHeightTwo (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.cpp142 …float segmentHeightTwo = height / 3.0 * 2.0; // Anchor point 2 is located at two-thirds of the hei… 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 Drs_spherize_effect_filter.cpp91 …float segmentHeightTwo = height / 3.0 * 2.0; // Anchor point 2 is located at a height of two-third… 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 Dskia_canvas_test.cpp943 float segmentHeightTwo = height / 3.0 * 2.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 Drs_properties_painter.cpp1544 float segmentHeightTwo = height / 3.0 * 2.0; in DrawSpherize() local
1553 {width, segmentHeightOne}, {width, segmentHeightTwo}, in DrawSpherize()
1557 {0.0f, segmentHeightTwo}, {0.0f, segmentHeightOne} in DrawSpherize()