Searched refs:GET_COLOR_PARAM (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/brush_napi/ |
H A D | js_brush.cpp | 160 GET_COLOR_PARAM(ARGC_ZERO, alpha); in SetColor() 162 GET_COLOR_PARAM(ARGC_ONE, red); in SetColor() 164 GET_COLOR_PARAM(ARGC_TWO, green); in SetColor() 166 GET_COLOR_PARAM(ARGC_THREE, blue); in SetColor()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/ |
H A D | js_pen.cpp | 176 GET_COLOR_PARAM(ARGC_ZERO, alpha); in SetColor() 178 GET_COLOR_PARAM(ARGC_ONE, red); in SetColor() 180 GET_COLOR_PARAM(ARGC_TWO, green); in SetColor() 182 GET_COLOR_PARAM(ARGC_THREE, blue); in SetColor()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 793 GET_COLOR_PARAM(ARGC_ZERO, alpha); in OnDrawColor() 795 GET_COLOR_PARAM(ARGC_ONE, red); in OnDrawColor() 797 GET_COLOR_PARAM(ARGC_TWO, green); in OnDrawColor() 799 GET_COLOR_PARAM(ARGC_THREE, blue); in OnDrawColor()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
H A D | js_drawing_utils.h | 122 #define GET_COLOR_PARAM(argc, value) … macro
|