Home
last modified time | relevance | path

Searched refs:rectf (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/
H A Drect_fuzzer.cpp92 RectF rectf; in RectFuzzTest002() local
98 rectf.SetLeft(pos); in RectFuzzTest002()
99 rectf.GetLeft(); in RectFuzzTest002()
100 rectf.SetTop(pos); in RectFuzzTest002()
101 rectf.GetTop(); in RectFuzzTest002()
102 rectf.SetRight(pos); in RectFuzzTest002()
103 rectf.GetRight(); in RectFuzzTest002()
104 rectf.SetBottom(pos); in RectFuzzTest002()
105 rectf.GetBottom(); in RectFuzzTest002()
106 rectf in RectFuzzTest002()
131 RectF rectf = RectF(l, t, r, b); RectFuzzTest003() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp410 RectF rectf =
412 border->PaintFourLine(canvas, pen, rectf);
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1335 auto rectf = node->GetRectWithRender(); in GetPopupConfigWillUpdateY() local
1347 if ((windowRect_.height_ - rectf.Height() - trans.GetY()) > in GetPopupConfigWillUpdateY()
1351 deltaY = rect_.top + rect_.height - rectf.Height() - trans.GetY(); in GetPopupConfigWillUpdateY()
1353 deltaY = rect_.top - rectf.Height() - size.height - trans.GetY() - POPUP_EDGE_INTERVAL; in GetPopupConfigWillUpdateY()
1359 ((rectf.Height() - size.height) / POPUP_CALCULATE_RATIO) - trans.GetY(); in GetPopupConfigWillUpdateY()
1361 deltaY = rect_.top - ((rectf.Height() + size.height) / POPUP_CALCULATE_RATIO) - trans.GetY(); in GetPopupConfigWillUpdateY()
1371 auto rectf = node->GetRectWithRender(); in GetPopupConfigWillUpdateX() local
1378 double edgeDist = (rectf.Width() - size.width) / POPUP_CALCULATE_RATIO; in GetPopupConfigWillUpdateX()
1393 double edgeDist = (rectf.Width() - size.width) / POPUP_CALCULATE_RATIO; in GetPopupConfigWillUpdateX()
1394 deltaX = edgeDist + rect_.left + rect_.width - rectf in GetPopupConfigWillUpdateX()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1404 RectF rectf = in DrawBorderIfNoFill() local
1406 border->PaintFourLine(canvas, pen, rectf); in DrawBorderIfNoFill()

Completed in 9 milliseconds