Home
last modified time | relevance | path

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 Drs_fly_out_shader_filter.cpp141 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 Drs_spherize_effect_filter.cpp90 …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 Dskia_canvas_test.cpp942 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 Drs_properties_painter.cpp1543 float segmentHeightOne = height / 3.0; in DrawSpherize() local
1553 {width, segmentHeightOne}, {width, segmentHeightTwo}, in DrawSpherize()
1557 {0.0f, segmentHeightTwo}, {0.0f, segmentHeightOne} in DrawSpherize()