Home
last modified time | relevance | path

Searched refs:getStopAndColor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.cpp243 ListNode<Paint::StopAndColor>* iter = paint.getStopAndColor().Begin(); in BuildGradientColor()
245 for (; count < paint.getStopAndColor().Size(); count++) { in BuildGradientColor()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h467 List<StopAndColor> getStopAndColor() const in getStopAndColor() function
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp2044 List<Paint::StopAndColor> stopAndColor = paint_->getStopAndColor();