Home
last modified time | relevance | path

Searched refs:NativeTextShadow (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.cpp82 return new std::vector<NativeTextShadow>(size); in FFICJCreateVectorNativeTextShadow()
86 VectorNativeTextShadow vec, int64_t index, NativeTextShadow textShadow) in FFICJVectorNativeTextShadowSetElement()
89 auto actualVec = reinterpret_cast<std::vector<NativeTextShadow>*>(vec); in FFICJVectorNativeTextShadowSetElement()
96 auto actualVec = reinterpret_cast<std::vector<NativeTextShadow>*>(vec); in FFICJVectorNativeTextShadowDelete()
191 auto nativeTextShadowVec = *reinterpret_cast<std::vector<NativeTextShadow>*>(vecContent); in FfiOHOSAceFrameworkTextClockTextShadow()
H A Dcj_text_clock_ffi.h50 struct NativeTextShadow { struct
58 VectorNativeTextShadow vec, int64_t index, NativeTextShadow textShadow); argument