Searched refs:GET_INT32_PARAM (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/ |
H A D | js_region.cpp | 110 GET_INT32_PARAM(ARGC_ZERO, x); in OnIsPointContained() 112 GET_INT32_PARAM(ARGC_ONE, y); in OnIsPointContained() 195 GET_INT32_PARAM(ARGC_ZERO, left); in OnQuickReject() 197 GET_INT32_PARAM(ARGC_ONE, top); in OnQuickReject() 199 GET_INT32_PARAM(ARGC_TWO, right); in OnQuickReject() 201 GET_INT32_PARAM(ARGC_THREE, bottom); in OnQuickReject() 224 GET_INT32_PARAM(ARGC_ZERO, left); in OnSetRect() 226 GET_INT32_PARAM(ARGC_ONE, top); in OnSetRect() 228 GET_INT32_PARAM(ARGC_TWO, right); in OnSetRect() 230 GET_INT32_PARAM(ARGC_THREE, bottom); in OnSetRect()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
H A D | js_drawing_utils.h | 114 #define GET_INT32_PARAM(argc, value) … macro 173 …GET_INT32_PARAM(argc, value); …
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/ |
H A D | js_matrix.cpp | 148 GET_INT32_PARAM(ARGC_ZERO, index); in OnGetValue()
|