Home
last modified time | relevance | path

Searched refs:OH_NativeXComponent_TouchPointToolType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp26 OH_NativeXComponent_TouchPointToolType ConvertNativeXComponentTouchToolType(const SourceTool& toolT… in ConvertNativeXComponentTouchToolType()
30 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_FINGER; in ConvertNativeXComponentTouchToolType()
32 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_PEN; in ConvertNativeXComponentTouchToolType()
34 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_RUBBER; in ConvertNativeXComponentTouchToolType()
36 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_BRUSH; in ConvertNativeXComponentTouchToolType()
38 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_PENCIL; in ConvertNativeXComponentTouchToolType()
40 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_AIRBRUSH; in ConvertNativeXComponentTouchToolType()
42 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_MOUSE; in ConvertNativeXComponentTouchToolType()
44 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_LENS; in ConvertNativeXComponentTouchToolType()
46 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_UNKNOWN; in ConvertNativeXComponentTouchToolType()
H A Dnative_interface_xcomponent_impl.h43 OH_NativeXComponent_TouchPointToolType sourceToolType =
44 OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_UNKNOWN;
226 void SetToolType(size_t pointIndex, OH_NativeXComponent_TouchPointToolType toolType) in SetToolType()
234 OH_NativeXComponent_TouchPointToolType GetToolType(size_t pointIndex) const in GetToolType()
237 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_UNKNOWN; in GetToolType()
496 int32_t GetToolType(size_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolType);
H A Dnative_interface_xcomponent_impl.cpp112 int32_t OH_NativeXComponent::GetToolType(size_t pointIndex, OH_NativeXComponent_TouchPointToolType*… in GetToolType()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h109 } OH_NativeXComponent_TouchPointToolType; typedef
414 …OH_NativeXComponent* component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolT…
H A Dnative_interface_xcomponent.cpp70 …OH_NativeXComponent* component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolT… in OH_NativeXComponent_GetTouchPointToolType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp95 OH_NativeXComponent_TouchPointToolType ConvertNativeXComponentTouchToolType(const SourceTool& toolT… in ConvertNativeXComponentTouchToolType()
99 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_FINGER; in ConvertNativeXComponentTouchToolType()
101 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_PEN; in ConvertNativeXComponentTouchToolType()
103 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_RUBBER; in ConvertNativeXComponentTouchToolType()
105 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_BRUSH; in ConvertNativeXComponentTouchToolType()
107 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_PENCIL; in ConvertNativeXComponentTouchToolType()
109 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_AIRBRUSH; in ConvertNativeXComponentTouchToolType()
111 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_MOUSE; in ConvertNativeXComponentTouchToolType()
113 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_LENS; in ConvertNativeXComponentTouchToolType()
115 return OH_NativeXComponent_TouchPointToolType::OH_NATIVEXCOMPONENT_TOOL_TYPE_UNKNOWN; in ConvertNativeXComponentTouchToolType()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md48 | [OH_NativeXComponent_TouchPointToolType](_o_h___native_x_component.md#oh_nativexcomponent_touchpo…
62 …#oh_nativexcomponent) \*component, uint32_t pointIndex, [OH_NativeXComponent_TouchPointToolType](_…
H A D_o_h___native_x_component.md51 | [OH_NativeXComponent_TouchPointToolType](#oh_nativexcomponent_touchpointtooltype)&nbsp;{<br/>OH_N…
67 …)&nbsp;\*component,&nbsp;uint32_t&nbsp;pointIndex,&nbsp;[OH_NativeXComponent_TouchPointToolType](#…
690 ### OH_NativeXComponent_TouchPointToolType subsection
693 enum OH_NativeXComponent_TouchPointToolType
1166 …e (OH_NativeXComponent * component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType * …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md46 | [OH_NativeXComponent_TouchPointToolType](_o_h___native_x_component.md#oh_nativexcomponent_touchpo…
60 …#oh_nativexcomponent) \*component, uint32_t pointIndex, [OH_NativeXComponent_TouchPointToolType](_…
H A D_o_h___native_x_component.md51 | [OH_NativeXComponent_TouchPointToolType](#oh_nativexcomponent_touchpointtooltype) {<br>OH_NATIVEX…
67 …#oh_nativexcomponent) \*component, uint32_t pointIndex, [OH_NativeXComponent_TouchPointToolType](#…
688 ### OH_NativeXComponent_TouchPointToolType subsection
691 enum OH_NativeXComponent_TouchPointToolType
1164 …e (OH_NativeXComponent * component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType * …
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md24 …ype(OH_NativeXComponent* component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType* t…
472 OH_NativeXComponent_TouchPointToolType toolType =
473 OH_NativeXComponent_TouchPointToolType::OH_NativeXComponent_TOOL_TYPE_UNKNOWN;
/ohos5.0/docs/en/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md24 …ype(OH_NativeXComponent* component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType* t…
472 OH_NativeXComponent_TouchPointToolType toolType =
473 OH_NativeXComponent_TouchPointToolType::OH_NativeXComponent_TOOL_TYPE_UNKNOWN;