Lines Matching refs:pointIndex
408 * @param pointIndex Indicates the pointer index in the touchPoints.
415 OH_NativeXComponent* component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolType);
421 * @param pointIndex Indicates the pointer index in the touchPoints.
427 int32_t OH_NativeXComponent_GetTouchPointTiltX(OH_NativeXComponent* component, uint32_t pointIndex, float* tiltX);
433 * @param pointIndex Indicates the pointer index in the touchPoints.
439 int32_t OH_NativeXComponent_GetTouchPointTiltY(OH_NativeXComponent* component, uint32_t pointIndex, float* tiltY);
446 * @param pointIndex Indicates the pointer index in the touchPoints.
456 int32_t OH_NativeXComponent_GetTouchPointWindowX(OH_NativeXComponent* component, uint32_t pointIndex, float* windowX);
463 * @param pointIndex Indicates the pointer index in the touchPoints.
473 int32_t OH_NativeXComponent_GetTouchPointWindowY(OH_NativeXComponent* component, uint32_t pointIndex, float* windowY);
480 * @param pointIndex Indicates the pointer index in the touchPoints.
490 int32_t OH_NativeXComponent_GetTouchPointDisplayX(OH_NativeXComponent* component, uint32_t pointIndex, float* displayX);
497 * @param pointIndex Indicates the pointer index in the touchPoints.
507 int32_t OH_NativeXComponent_GetTouchPointDisplayY(OH_NativeXComponent* component, uint32_t pointIndex, float* displayY);