Searched refs:rectArray (Results 1 – 2 of 2) sorted by relevance
40 …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 *…
3152 std::vector<float> rectArray; in FlushWindowBlur() local3154 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()