Lines Matching refs:pointIndex
67 OH_NativeXComponent* component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolType)
72 return component->GetToolType(pointIndex, toolType);
75 int32_t OH_NativeXComponent_GetTouchPointTiltX(OH_NativeXComponent* component, uint32_t pointIndex, float* tiltX)
80 return component->GetTiltX(pointIndex, tiltX);
83 int32_t OH_NativeXComponent_GetTouchPointTiltY(OH_NativeXComponent* component, uint32_t pointIndex, float* tiltY)
88 return component->GetTiltY(pointIndex, tiltY);
91 int32_t OH_NativeXComponent_GetTouchPointWindowX(OH_NativeXComponent* component, uint32_t pointIndex, float* windowX)
96 return component->GetWindowX(pointIndex, windowX);
99 int32_t OH_NativeXComponent_GetTouchPointWindowY(OH_NativeXComponent* component, uint32_t pointIndex, float* windowY)
104 return component->GetWindowY(pointIndex, windowY);
107 int32_t OH_NativeXComponent_GetTouchPointDisplayX(OH_NativeXComponent* component, uint32_t pointIndex, float* displayX)
112 return component->GetDisplayX(pointIndex, displayX);
115 int32_t OH_NativeXComponent_GetTouchPointDisplayY(OH_NativeXComponent* component, uint32_t pointIndex, float* displayY)
120 return component->GetDisplayY(pointIndex, displayY);