/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 515 GET_UNWRAP_PARAM(ARGC_ZERO, jsPath); in OnDrawShadow() 984 GET_UNWRAP_PARAM(ARGC_ZERO, jsPath); in OnDrawPath() 1102 GET_UNWRAP_PARAM(ARGC_ONE, jsFont); in OnDrawSingleCharacter() 1268 GET_UNWRAP_PARAM(ARGC_ZERO, jsRegion); in OnDrawRegion() 1299 GET_UNWRAP_PARAM(ARGC_ZERO, jsBrush); in OnDrawBackground() 1359 GET_UNWRAP_PARAM(ARGC_ZERO, jsOuter); in OnDrawNestedRoundRect() 1362 GET_UNWRAP_PARAM(ARGC_ONE, jsInner); in OnDrawNestedRoundRect() 1409 GET_UNWRAP_PARAM(ARGC_ZERO, jsPen); in AttachPen() 1437 GET_UNWRAP_PARAM(ARGC_ZERO, jsBrush); in AttachBrush() 1596 GET_UNWRAP_PARAM(ARGC_ZERO, jsPath); in OnClipPath() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/ |
H A D | js_region.cpp | 134 GET_UNWRAP_PARAM(ARGC_ZERO, other); in OnIsRegionContained() 160 GET_UNWRAP_PARAM(ARGC_ZERO, region); in OnOp() 253 GET_UNWRAP_PARAM(ARGC_ZERO, jsPath); in OnSetPath() 259 GET_UNWRAP_PARAM(ARGC_ONE, jsClip); in OnSetPath()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/color_filter_napi/ |
H A D | js_color_filter.cpp | 132 GET_UNWRAP_PARAM(ARGC_ZERO, jsColorFilter1); in CreateComposeColorFilter() 135 GET_UNWRAP_PARAM(ARGC_ONE, jsColorFilter2); in CreateComposeColorFilter()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/text_blob_napi/ |
H A D | js_text_blob.cpp | 117 GET_UNWRAP_PARAM(ARGC_ONE, jsFont); in MakeFromRunBuffer() 202 GET_UNWRAP_PARAM(ARGC_ONE, jsFont); in MakeFromString() 335 GET_UNWRAP_PARAM(ARGC_THREE, jsFont); in MakeFromPosText()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shader_effect_napi/ |
H A D | js_shader_effect.cpp | 178 GET_UNWRAP_PARAM(ARGC_FIVE, jsMatrix); in CreateLinearGradient() 260 GET_UNWRAP_PARAM(ARGC_FIVE, jsMatrix); in CreateRadialGradient() 343 GET_UNWRAP_PARAM(ARGC_SIX, jsMatrix); in CreateSweepGradient() 435 GET_UNWRAP_PARAM(ARGC_SEVEN, jsMatrix); in CreateConicalGradient()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/ |
H A D | js_path.cpp | 111 GET_UNWRAP_PARAM(ARGC_ZERO, path); in Constructor() 669 GET_UNWRAP_PARAM(ARGC_ZERO, jsPath); in OnOp() 796 GET_UNWRAP_PARAM(ARGC_TWO, jsMatrix); in OnGetMatrix() 963 GET_UNWRAP_PARAM(ARGC_ZERO, jsRoundRect); in OnAddRoundRect() 987 GET_UNWRAP_PARAM(ARGC_ZERO, jsPath); in OnAddPath() 1004 GET_UNWRAP_PARAM(ARGC_ONE, jsMatrix); in OnAddPath() 1025 GET_UNWRAP_PARAM(ARGC_ZERO, jsMatrix); in OnTransform()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/ |
H A D | js_pen.cpp | 103 GET_UNWRAP_PARAM(ARGC_ZERO, otherPen); in Constructor() 587 GET_UNWRAP_PARAM(ARGC_ZERO, src); in GetFillPath() 594 GET_UNWRAP_PARAM(ARGC_ONE, dst); in GetFillPath()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/image_filter_napi/ |
H A D | js_image_filter.cpp | 136 GET_UNWRAP_PARAM(ARGC_ZERO, jsColorFilter); in CreateFromColorFilter()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/ |
H A D | js_matrix.cpp | 444 GET_UNWRAP_PARAM(ARGC_ZERO, jsMatrix); in OnPreConcat() 472 GET_UNWRAP_PARAM(ARGC_ZERO, jsMatrix); in OnIsEqual() 499 GET_UNWRAP_PARAM(ARGC_ZERO, jsMatrix); in OnInvert()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/brush_napi/ |
H A D | js_brush.cpp | 88 GET_UNWRAP_PARAM(ARGC_ZERO, otherBrush); in Constructor()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
H A D | js_drawing_utils.h | 138 #define GET_UNWRAP_PARAM(argc, value) … macro
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_common.h | 72 #define GET_UNWRAP_PARAM(argc, value) … macro
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/ |
H A D | js_font.cpp | 560 GET_UNWRAP_PARAM(ARGC_ZERO, jsTypeface); in OnSetTypeface()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/ |
H A D | js_paragraph.cpp | 212 GET_UNWRAP_PARAM(ARGC_ONE, jsPath); in OnPaintOnPath()
|