Home
last modified time | relevance | path

Searched refs:rectArray (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__rect_8h.md40 …g_rectgetarraysize) ([OH_Drawing_Array](_drawing.md#oh_drawing_array) \*rectArray, size_t \*pSize)…
41 …ectgetarrayelement) ([OH_Drawing_Array](_drawing.md#oh_drawing_array) \*rectArray, size_t index, […
42 …g_rectdestroyarray) ([OH_Drawing_Array](_drawing.md#oh_drawing_array) \*rectArray) | Destroys an *…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3152 std::vector<float> rectArray; in FlushWindowBlur() local
3154 rectArray.push_back(region.second.progress_); in FlushWindowBlur()
3156 rectArray.push_back(static_cast<float>(region.second.style_)); in FlushWindowBlur()
3161 rectArray.push_back(static_cast<float>(rect.Left())); in FlushWindowBlur()
3162 rectArray.push_back(static_cast<float>(rect.Top())); in FlushWindowBlur()
3163 rectArray.push_back(static_cast<float>(rect.Right())); in FlushWindowBlur()
3164 rectArray.push_back(static_cast<float>(rect.Bottom())); in FlushWindowBlur()
3167 rectArray.push_back(static_cast<float>(radius.topLeftRadius.GetX().Value())); in FlushWindowBlur()
3168 rectArray.push_back(static_cast<float>(radius.topLeftRadius.GetY().Value())); in FlushWindowBlur()
3170 blurRectangles.push_back(rectArray); in FlushWindowBlur()