Searched defs:textShadowArray (Results 1 – 6 of 6) sorted by relevance
66 std::vector<ArkUITextShadowStruct>& textShadowArray) in ParseTextShadow()530 std::vector<ArkUITextShadowStruct> textShadowArray; in SetTextShadow() local
278 auto textShadowArray = std::make_unique<ArkUITextShadowStruct[]>(length); in SetTextShadow() local
350 auto textShadowArray = std::make_unique<ArkUITextShadowStruct[]>(length); in SetTextShadow() local
648 auto textShadowArray = std::make_unique<ArkUITextShadowStruct[]>(length); in SetTextShadow() local
280 auto textShadowArray = panda::ArrayRef::New(vm, textStyle.textShadows.size()); in CreateTextShadowObjectArray() local
240 JSRef<JSArray> textShadowArray = JSRef<JSArray>::New(); in CreateJsTextShadowObjectArray() local