Searched refs:paint (Results 1 - 2 of 2) sorted by relevance
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/ |
H A D | ui_test.cpp | 114 Paint paint;
in Start() local 115 canvas->DrawLine({50, 50}, {150, 50}, paint); // 50 : start x 50 : start y 150 : end x 50 : end y
in Start()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 4631 void (*drawPoint)(ArkUICanvasHandle canvas, ArkUI_Float32 x, ArkUI_Float32 y, ArkUIPaintHandle paint); 4633 ArkUICanvasHandle canvas, ArkUI_Int32 mode, ArkUI_Float32* coords, ArkUI_Int32 count, ArkUIPaintHandle paint); 4635 ArkUIPaintHandle paint); 4638 ArkUIPaintHandle paint); 4640 ArkUI_Float32 bottom, ArkUIPaintHandle paint); 4642 ArkUI_Float32 bottom, ArkUIPaintHandle paint); 4649 ArkUI_Float32 ir, ArkUI_Float32 ib, ArkUI_Float32* ijradii, ArkUI_Int32 ijradiiSize, ArkUIPaintHandle paint); 4651 ArkUIFontHandle font, ArkUIPaintHandle paint); 4658 void (*setColor)(ArkUIPaintHandle paint, ArkUI_Int32 color); 4659 ArkUI_Int32 (*getColor)(ArkUIPaintHandle paint); [all...] |
Completed in 19 milliseconds