Searched refs:repeatIndex (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 2014 …andle node, ArkUI_CharPtr src, ArkUI_CharPtr bundle, ArkUI_CharPtr module, ArkUI_Int32 repeatIndex) in SetBackgroundImage() argument 2022 auto repeat = static_cast<ImageRepeat>(repeatIndex); in SetBackgroundImage() 2030 …SetBackgroundImagePixelMap(ArkUINodeHandle node, void* drawableDescriptor, ArkUI_Int32 repeatIndex) in SetBackgroundImagePixelMap() argument 2037 auto repeat = static_cast<ImageRepeat>(repeatIndex); in SetBackgroundImagePixelMap() 2046 …kgroundImagePixelMapByPixelMapPtr(ArkUINodeHandle node, void* pixelMapPtr, ArkUI_Int32 repeatIndex) in SetBackgroundImagePixelMapByPixelMapPtr() argument 2052 auto repeat = static_cast<ImageRepeat>(repeatIndex); in SetBackgroundImagePixelMapByPixelMapPtr()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 122 …ndle node, ArkUI_CharPtr src, ArkUI_CharPtr bundle, ArkUI_CharPtr module, ArkUI_Int32 repeatIndex); 435 …tBackgroundImagePixelMap)(ArkUINodeHandle node, void* drawableDescriptor, ArkUI_Int32 repeatIndex); 436 …roundImagePixelMapByPixelMapPtr)(ArkUINodeHandle node, void* pixelMapPtr, ArkUI_Int32 repeatIndex);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1618 …ndle node, ArkUI_CharPtr src, ArkUI_CharPtr bundle, ArkUI_CharPtr module, ArkUI_Int32 repeatIndex); 1931 …tBackgroundImagePixelMap)(ArkUINodeHandle node, void* drawableDescriptor, ArkUI_Int32 repeatIndex); 1932 …roundImagePixelMapByPixelMapPtr)(ArkUINodeHandle node, void* pixelMapPtr, ArkUI_Int32 repeatIndex);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 3199 int32_t repeatIndex = 0; in SetBackgroundImage() local 3202 repeatIndex = repeatArg->ToNumber(vm)->Value(); in SetBackgroundImage() 3207 nativeNode, src.c_str(), bundle.c_str(), module.c_str(), repeatIndex); in SetBackgroundImage() 3211 nativeNode, src.c_str(), bundle.c_str(), module.c_str(), repeatIndex); in SetBackgroundImage() 3223 nativeNode, &pixelMapSharedPtr, repeatIndex); in SetBackgroundImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 2818 int32_t repeatIndex = 0; in JsBackgroundImage() local 2822 repeatIndex = jsImageRepeat->ToNumber<int32_t>(); in JsBackgroundImage() 2825 auto repeat = static_cast<ImageRepeat>(repeatIndex); in JsBackgroundImage()
|