Home
last modified time | relevance | path

Searched refs:Cast (Results 1 - 25 of 209) sorted by relevance

123456789

/foundation/graphic/graphic_3d/lume/metaobject/test/src/ext/
H A DInterfaceHelpersTest.cpp75 T* Cast() in Cast() function
104 EXPECT_TRUE(c.GetInterface(CORE_NS::IInterface::UID) == static_cast<IInterface*>(c.Cast<BaseA>())); in HWTEST_F()
105 EXPECT_TRUE(c.GetInterface(BaseA::UID) == static_cast<IInterface*>(c.Cast<BaseA>())); in HWTEST_F()
106 EXPECT_TRUE(c.GetInterface(BaseB::UID) == static_cast<IInterface*>(c.Cast<BaseB>())); in HWTEST_F()
107 EXPECT_TRUE(c.GetInterface(BaseC::UID) == static_cast<IInterface*>(c.Cast<BaseC>())); in HWTEST_F()
108 EXPECT_TRUE(c.GetInterface(BaseD::UID) == static_cast<IInterface*>(c.Cast<BaseD>())); in HWTEST_F()
109 EXPECT_TRUE(c.GetInterface(BaseE::UID) == static_cast<IInterface*>(c.Cast<BaseE>())); in HWTEST_F()
110 EXPECT_TRUE(c.GetInterface(BaseE1::UID) == static_cast<IInterface*>(c.Cast<BaseE1>())); in HWTEST_F()
111 EXPECT_TRUE(c.GetInterface(BaseE2::UID) == static_cast<IInterface*>(c.Cast<BaseE2>())); in HWTEST_F()
112 EXPECT_TRUE(c.GetInterface(BaseE3::UID) == static_cast<IInterface*>(c.Cast<BaseE in HWTEST_F()
201 T* Cast() Cast() function
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp238 jsRenderFunc_ = JSRef<JSFunc>::Cast(jsRenderFunc); in InitViewFunctions()
248 jsRerenderFunc_ = JSRef<JSFunc>::Cast(jsRerenderFunc); in InitViewFunctions()
255 jsReloadFunc_ = JSRef<JSFunc>::Cast(jsReloadFunc); in InitViewFunctions()
262 jsForceRerenderNodeFunc_ = JSRef<JSFunc>::Cast(jsForceRerenderNodeFunc); in InitViewFunctions()
269 jsHasNodeUpdateFunc_ = JSRef<JSFunc>::Cast(jsHasNodeUpdateFunc); in InitViewFunctions()
274 jsRecycleFunc_ = JSRef<JSFunc>::Cast(jsRecycleFunc); in InitViewFunctions()
279 jsAboutToRecycleFunc_ = JSRef<JSFunc>::Cast(jsAboutToRecycleFunc); in InitViewFunctions()
284 jsSetActive_ = JSRef<JSFunc>::Cast(jsSetActive); in InitViewFunctions()
289 jsOnDumpInfo_ = JSRef<JSFunc>::Cast(jsOnDumpInfo); in InitViewFunctions()
294 jsOnDumpInspector_ = JSRef<JSFunc>::Cast(jsOnDumpInspecto in InitViewFunctions()
[all...]
H A Djs_animatable_arithmetic.h37 addFunc_ = JSRef<JSFunc>::Cast(addVal); in JSAnimatableArithmetic()
41 minusFunc_ = JSRef<JSFunc>::Cast(minusVal); in JSAnimatableArithmetic()
45 multiplyFunc_ = JSRef<JSFunc>::Cast(multiplyVal); in JSAnimatableArithmetic()
49 equalsFunc_ = JSRef<JSFunc>::Cast(equalsVal); in JSAnimatableArithmetic()
66 return MakeRefPtr<JSAnimatableArithmetic>(JSRef<JSObject>::Cast(retVal), ctx_);
82 return MakeRefPtr<JSAnimatableArithmetic>(JSRef<JSObject>::Cast(retVal), ctx_);
94 return MakeRefPtr<JSAnimatableArithmetic>(JSRef<JSObject>::Cast(retVal), ctx_);
H A Djs_list_item_group.cpp69 auto childrenSize = JSRef<JSArray>::Cast(childrenSizeValue); in ParseChange()
92 auto childrenSizeJSArray = JSRef<JSArray>::Cast(sizeArray); in SyncChildrenSize()
113 SetChildrenMainSize(JSRef<JSObject>::Cast(args[0])); in SetChildrenMainSize()
134 auto changeArray = JSRef<JSArray>::Cast(changes); in SetChildrenMainSize()
141 auto changeObject = JSRef<JSObject>::Cast(change); in SetChildrenMainSize()
156 auto func = JSRef<JSFunc>::Cast(clearFunc); in SetChildrenMainSize()
157 JSRef<JSVal>::Cast(func->Call(childrenSizeObj)); in SetChildrenMainSize()
170 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in Create()
206 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetDivider()
232 JSRef<JSObject> contentObject = JSRef<JSObject>::Cast(contentPara in ParseHeaderAndFooterContent()
[all...]
H A Djs_stepper.cpp55 JsEventCallback<void(int32_t)>(info.GetExecutionContext(), JSRef<JSFunc>::Cast(changeEventVal))); in ParseStepperIndexObject()
65 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create()
71 JSRef<JSObject> stepperObj = JSRef<JSObject>::Cast(stepperValue); in Create()
114 JsEventCallback<void()>(info.GetExecutionContext(), JSRef<JSFunc>::Cast(info[0]))); in OnFinish()
127 JsEventCallback<void()>(info.GetExecutionContext(), JSRef<JSFunc>::Cast(info[0]))); in OnSkip()
140 JsEventCallback<void(int32_t, int32_t)>(info.GetExecutionContext(), JSRef<JSFunc>::Cast(info[0]))); in OnChange()
153 JsEventCallback<void(int32_t, int32_t)>(info.GetExecutionContext(), JSRef<JSFunc>::Cast(info[0]))); in OnNext()
166 JsEventCallback<void(int32_t, int32_t)>(info.GetExecutionContext(), JSRef<JSFunc>::Cast(info[0]))); in OnPrevious()
H A Djs_navigation_stack.cpp98 auto func = JSRef<JSFunc>::Cast(popFunc); in Pop()
99 JSRef<JSVal>::Cast(func->Call(dataSourceObj_)); in Pop()
113 auto getFunc = JSRef<JSFunc>::Cast(getParamByNameFunc); in Push()
118 auto result = JSRef<JSArray>::Cast(funcArray); in Push()
125 auto pushFunc = JSRef<JSFunc>::Cast(pushNameFunc); in Push()
139 auto pushFunc = JSRef<JSFunc>::Cast(pushNameFunc); in PushName()
158 auto getFunc = JSRef<JSFunc>::Cast(getParamByIndexFunc); in Push()
159 auto param = JSRef<JSVal>::Cast(getFunc->Call(dataSourceObj_)); in Push()
160 auto pushFunc = JSRef<JSFunc>::Cast(pushNameFunc); in Push()
177 auto func = JSRef<JSFunc>::Cast(removeByNameFun in RemoveName()
[all...]
H A Djs_datepicker.cpp153 return JSRef<JSVal>::Cast(obj); in DatePickerChangeEventToJSValue()
164 return JSRef<JSVal>::Cast(obj); in DatePickerChangeEventToJSValue()
172 return JSRef<JSVal>::Cast(obj); in DatePickerDateChangeEventToJSValue()
175 return JSRef<JSVal>::Cast(dateObj); in DatePickerDateChangeEventToJSValue()
260 auto acceptButtonStyleParamObject = JSRef<JSObject>::Cast(acceptButtonStyle); in ParseButtonStyles()
269 auto cancelButtonStyleParamObject = JSRef<JSObject>::Cast(cancelButtonStyle); in ParseButtonStyles()
324 paramObject = JSRef<JSObject>::Cast(info[0]); in Create()
362 JSRef<JSObject> disappearObj = JSRef<JSObject>::Cast(disappearProperty); in ParseTextProperties()
367 JSRef<JSObject> noramlObj = JSRef<JSObject>::Cast(normalProperty); in ParseTextProperties()
372 JSRef<JSObject> selectedObj = JSRef<JSObject>::Cast(selectedPropert in ParseTextProperties()
[all...]
H A Djs_list.cpp94 auto childrenSize = JSRef<JSArray>::Cast(childrenSizeValue); in ParseChange()
117 auto childrenSizeJSArray = JSRef<JSArray>::Cast(sizeArray); in SyncChildrenSize()
223 JSRef<JSObject> obj = JSRef<JSObject>::Cast(arg0); in Create()
236 void* scroller = JSRef<JSObject>::Cast(scrollerValue)->Unwrap<JSScroller>(); in Create()
249 SetChildrenMainSize(JSRef<JSObject>::Cast(args[0])); in SetChildrenMainSize()
270 auto changeArray = JSRef<JSArray>::Cast(changes); in SetChildrenMainSize()
277 auto changeObject = JSRef<JSObject>::Cast(change); in SetChildrenMainSize()
292 auto func = JSRef<JSFunc>::Cast(clearFunc); in SetChildrenMainSize()
293 JSRef<JSVal>::Cast(func->Call(childrenSizeObj)); in SetChildrenMainSize()
319 JSRef<JSObject> jsObj = JSRef<JSObject>::Cast(inf in SetChainAnimationOptions()
[all...]
H A Djs_list_item.cpp108 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[ARGS_LENGTH]); in CreateForPartialUpdate()
121 RefPtr<JsFunction> jsDeepRender = AceType::MakeRefPtr<JsFunction>(args.This(), JSRef<JSFunc>::Cast(arg0)); in CreateForPartialUpdate()
180 auto jsFunc = AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(info[1])); in SetSelected()
197 auto deleteAreaObj = JSRef<JSObject>::Cast(jsValue); in JsParseDeleteArea()
202 auto builderFunc = AceType::MakeRefPtr<JsFunction>(JSRef<JSFunc>::Cast(builderObject)); in JsParseDeleteArea()
209 onActionCallback = [execCtx = context, func = JSRef<JSFunc>::Cast(onAction)]() { in JsParseDeleteArea()
218 func = JSRef<JSFunc>::Cast(onEnterActionArea)]() { in JsParseDeleteArea()
227 func = JSRef<JSFunc>::Cast(onExitActionArea)]() { in JsParseDeleteArea()
242 func = JSRef<JSFunc>::Cast(onStateChange)](SwipeActionState state) { in JsParseDeleteArea()
260 JSRef<JSObject> obj = JSRef<JSObject>::Cast(arg in SetSwiperAction()
[all...]
H A Djs_water_flow.cpp72 auto changeObject = JSRef<JSObject>::Cast(change); in ParseChanges()
77 auto sectionArray = JSRef<JSArray>::Cast(sectionValue); in ParseChanges()
111 auto* jsScroller = JSRef<JSObject>::Cast(scroller)->Unwrap<JSScroller>(); in ParseScroller()
133 auto sectionsObject = JSRef<JSObject>::Cast(sections); in UpdateSections()
136 auto changeArray = JSRef<JSArray>::Cast(changes); in UpdateSections()
141 auto sectionLength = (JSRef<JSFunc>::Cast(lengthFunc))->Call(sectionsObject); in UpdateSections()
145 ParseSections(args, JSRef<JSArray>::Cast(allSections), waterFlowSections); in UpdateSections()
150 auto func = JSRef<JSFunc>::Cast(clearFunc); in UpdateSections()
186 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in Create()
211 auto builderFunc = AceType::MakeRefPtr<JsFunction>(JSRef<JSFunc>::Cast(footerObjec in Create()
[all...]
H A Djs_particle.cpp71 auto sizeJsArray = JSRef<JSArray>::Cast(sizeJsValue); in ParsSize()
95 auto jsArray = JSRef<JSArray>::Cast(jsValue); in ParseParticleRange()
142 auto arrayItemJsObject = JSRef<JSObject>::Cast(arrayItemJsValue); in ParseAnimationFloatArray()
193 auto randomConfigJsArray = JSRef<JSArray>::Cast(configJsValue); in ParseFloatRandomConfig()
214 auto curveConfigJsArray = JSRef<JSArray>::Cast(configJsValue); in ParseFloatCurveConfig()
264 auto floatRangeJsArray = JSRef<JSArray>::Cast(floatRangeJsValue); in ParseFloatInitRange()
307 auto updaterJsObject = JSRef<JSObject>::Cast(updaterJsValue); in ParseFloatOption()
337 auto configJsObject = JSRef<JSObject>::Cast(configJsValue); in ParseParticleObject()
415 auto particleJsObject = JSRef<JSObject>::Cast(particleJsValue); in ParseEmitterOption()
442 auto positionJsArray = JSRef<JSArray>::Cast(positionJsValu in ParseEmitterOption()
[all...]
H A Djs_foreach.cpp76 JSRef<JSObject> jsArray = JSRef<JSObject>::Cast(info[2]); in Create()
83 jsArray, JSRef<JSFunc>::Cast(jsIdentityMapperFunc), JSRef<JSFunc>::Cast(jsViewMapperFunc)); in Create()
85 jsForEachFunction = AceType::MakeRefPtr<JsForEachFunction>(jsArray, JSRef<JSFunc>::Cast(jsViewMapperFunc)); in Create()
112 JSRef<JSArray> jsArr = JSRef<JSArray>::Cast(info[1]); in GetIdArray()
150 JSRef<JSArray> jsArr = JSRef<JSArray>::Cast(info[PARAM_JS_ARRAY]); in SetIdArray()
151 JSRef<JSArray> diffIds = JSRef<JSArray>::Cast(info[PARAM_DIFF_ID]); in SetIdArray()
152 JSRef<JSArray> duplicateIds = JSRef<JSArray>::Cast(info[PARAM_DUPLICATE_ID]); in SetIdArray()
189 JSRef<JSArray> jsArr = JSRef<JSArray>::Cast(info[PARAM_DELETE_ID]); in SetIdArray()
227 auto onMove = [execCtx = info.GetExecutionContext(), func = JSRef<JSFunc>::Cast(inf in OnMove()
[all...]
H A Djs_repeat_virtual_scroll.cpp25 #define JSFUNC(opts, propName) (JSRef<JSFunc>::Cast((opts)->GetProperty(propName)))
66 auto templateOptsArray = JSRef<JSArray>::Cast(info[PARAM_TEMPLATE_OPTS]); in ParseAndVerifyParams()
76 auto opts = JSRef<JSObject>::Cast(pair->GetValueAt(1)); in ParseAndVerifyParams()
82 auto handlers = JSRef<JSObject>::Cast(info[PARAM_HANDLERS]); in ParseAndVerifyParams()
104 auto templateOptsArray = JSRef<JSArray>::Cast(info[PARAM_TEMPLATE_OPTS]); in Create()
109 auto opts = JSRef<JSObject>::Cast(pair->GetValueAt(1)); in Create()
118 auto handlers = JSRef<JSObject>::Cast(info[PARAM_HANDLERS]); in Create()
144 JSRef<JSArray> jsArr = JSRef<JSArray>::Cast(jsVal); in Create()
163 JSRef<JSArray> jsArr = JSRef<JSArray>::Cast(jsVal); in Create()
200 auto onMove = [execCtx = info.GetExecutionContext(), func = JSRef<JSFunc>::Cast(inf in OnMove()
[all...]
H A Djs_node_container.cpp112 auto object = JSRef<JSObject>::Cast(info[0]); in Create()
114 JSObject firstArg = JSRef<JSObject>::Cast(info[0]).Get(); in Create()
119 auto obj = JSRef<JSObject>::Cast(internalField); in Create()
139 auto obj = JSRef<JSObject>::Cast(internalField); in Create()
148 auto obj = JSRef<JSObject>::Cast(internalField); in Create()
165 auto jsFunc = JSRef<JSFunc>::Cast(jsMakeNodeFunc); in SetNodeController()
178 JSRef<JSObject> obj = JSRef<JSObject>::Cast(result); in SetNodeController()
219 AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(object), JSRef<JSFunc>::Cast(showCallback)); in SetOnAppearFunc()
234 AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(object), JSRef<JSFunc>::Cast(dismissCallback)); in SetOnDisappearFunc()
247 AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(object), JSRef<JSFunc>::Cast(showCallbac in SetOnAttachFunc()
[all...]
H A Djs_navigation.cpp93 JSRef<JSArray> jsArray = JSRef<JSArray>::Cast(info[0]); in ParseToolBarItems()
101 auto itemObject = JSRef<JSObject>::Cast(item); in ParseToolBarItems()
115 auto onClickFunc = AceType::MakeRefPtr<JsClickFunction>(JSRef<JSFunc>::Cast(itemActionValue)); in ParseToolBarItems()
124 auto onClickWithParamFunc = AceType::MakeRefPtr<JsClickFunction>(JSRef<JSFunc>::Cast(itemActionValue)); in ParseToolBarItems()
168 auto infoObj = JSRef<JSObject>::Cast(info[0]); in Create()
178 newObj = JSRef<JSObject>::Cast(info[0]); in Create()
193 auto infoObj = JSRef<JSObject>::Cast(info[1]); in Create()
200 newObj = JSRef<JSObject>::Cast(info[0]); in Create()
292 JSRef<JSObject> jsObj = JSRef<JSObject>::Cast(info[0]); in SetTitle()
327 JsFunction jsBuilderFunc(info.This(), JSRef<JSFunc>::Cast(builderObjec in SetTitle()
[all...]
H A Djs_interactable_view.cpp57 auto jsOnTouchFunc = JSRef<JSFunc>::Cast(args[0]); in JsOnTouch()
85 RefPtr<JsKeyFunction> JsOnKeyEvent = AceType::MakeRefPtr<JsKeyFunction>(JSRef<JSFunc>::Cast(args[0])); in JsOnKey()
106 RefPtr<JsKeyFunction> JsOnPreImeEvent = AceType::MakeRefPtr<JsKeyFunction>(JSRef<JSFunc>::Cast(args[0])); in JsOnKeyPreIme()
128 RefPtr<JsHoverFunction> jsOnHoverFunc = AceType::MakeRefPtr<JsHoverFunction>(JSRef<JSFunc>::Cast(info[0])); in JsOnHover()
144 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in JsOnPan()
157 AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(info[0])); in JsOnDelete()
197 auto jsOnClickFunc = AceType::MakeRefPtr<JsClickFunction>(JSRef<JSFunc>::Cast(jsOnClickVal)); in JsOnClick()
249 AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(info[0])); in JsOnAppear()
269 AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(info[0])); in JsOnDisAppear()
290 AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(inf in JsOnAttach()
[all...]
H A Djs_view_abstract.cpp181 JSRef<JSObject> jsObj = JSRef<JSObject>::Cast(jsValue); in ParseJsScale()
200 JSRef<JSObject> jsObj = JSRef<JSObject>::Cast(jsValue); in ParseJsTranslate()
225 JSRef<JSObject> jsObj = JSRef<JSObject>::Cast(jsValue); in ParseJsRotate()
268 JSRef<JSObject> jsObj = JSRef<JSObject>::Cast(jsValue); in ParseMotionPath()
464 JSRef<JSObject> topObj = JSRef<JSObject>::Cast(jsTop); in CheckLengthMetrics()
471 JSRef<JSObject> bottomObj = JSRef<JSObject>::Cast(jsBottom); in CheckLengthMetrics()
489 JSRef<JSObject> startObj = JSRef<JSObject>::Cast(startVal); in ParseLocalizedEdges()
496 JSRef<JSObject> endObj = JSRef<JSObject>::Cast(endVal); in ParseLocalizedEdges()
503 JSRef<JSObject> topObj = JSRef<JSObject>::Cast(topVal); in ParseLocalizedEdges()
510 JSRef<JSObject> bottomObj = JSRef<JSObject>::Cast(bottomVa in ParseLocalizedEdges()
[all...]
H A Djs_calendar_picker.cpp140 auto acceptButtonStyleParamObject = JSRef<JSObject>::Cast(acceptButtonStyle); in ParseButtonStyles()
149 auto cancelButtonStyleParamObject = JSRef<JSObject>::Cast(cancelButtonStyle); in ParseButtonStyles()
215 JSRef<JSObject> object = JSRef<JSObject>::Cast(info[0]); in SetBorder()
262 auto offsetObj = JSRef<JSObject>::Cast(info[1]); in SetEdgeAlign()
298 auto jsFunc = AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(info[0])); in SetOnChange()
316 JSRef<JSObject> paddingObj = JSRef<JSObject>::Cast(info[0]); in JsPadding()
416 auto jsFunc = AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(changeEventVal)); in ParseSelectedDateObject()
436 auto obj = JSRef<JSObject>::Cast(info[0]); in Create()
443 JSRef<JSObject> selectedDateObj = JSRef<JSObject>::Cast(selected); in Create()
472 JSRef<JSObject> fontObj = JSRef<JSObject>::Cast(fontStyl in ParseTextStyle()
[all...]
H A Djs_web.cpp696 JSRef<JSArray> array = JSRef<JSArray>::Cast(args[0]); in Grant()
777 JSRef<JSObject> paramObject = JSRef<JSObject>::Cast(args[0]); in Grant()
893 auto func = JSRef<JSFunc>::Cast(getThisVarFunction); in ExistController()
899 auto func1 = JSRef<JSFunc>::Cast(getThisVarFunction1); in ExistController()
922 auto controller = JSRef<JSObject>::Cast(args[0]); in SetWebController()
932 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); in SetWebController()
1177 JsiRef<JsiArrayBuffer> arrayBuffer = JsiRef<JsiArrayBuffer>::Cast(args[0]); in SetResponseData()
1240 JSRef<JSArray> array = JSRef<JSArray>::Cast(args[0]); in SetResponseHeader()
1245 auto obj = JSRef<JSObject>::Cast(array->GetValueAt(i)); in SetResponseHeader()
1486 JSRef<JSArray> array = JSRef<JSArray>::Cast(arg in HandleFileList()
[all...]
H A Djs_navdestination.cpp102 JSRef<JSFunc>::Cast(builder)->Call(JSRef<JSObject>()); in Create()
111 auto infoObj = JSRef<JSObject>::Cast(info[0]); in Create()
135 JSRef<JSFunc>::Cast(builder)->Call(JSRef<JSObject>()); in Create()
141 auto infoObj = JSRef<JSObject>::Cast(info[1]); in Create()
174 JSRef<JSObject> jsObj = JSRef<JSObject>::Cast(info[0]); in SetTitle()
209 JsFunction jsBuilderFunc(info.This(), JSRef<JSFunc>::Cast(builderObject)); in SetTitle()
267 auto onShownCallback = AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(info[0])); in SetOnShown()
286 auto onHiddenCallback = AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(info[0])); in SetOnHidden()
303 auto onBackPressedCallback = AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(info[0])); in SetOnBackPressed()
318 auto onReadyCallback = AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(inf in SetOnReady()
[all...]
H A Djs_scrollable_base.cpp38 auto onScroll = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in JsOnWillScroll()
53 auto resObj = JSRef<JSObject>::Cast(result); in JsOnWillScroll()
69 auto onScroll = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in JsOnDidScroll()
87 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[1]); in SetFadingEdge()
120 auto* clipShape = JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>(); in JSClipContent()
H A Djs_tab_content.cpp84 JSRef<JSFunc>::Cast(builder)->Call(JSRef<JSObject>()); in CreateForPartialUpdate()
107 auto paramObject = JSRef<JSObject>::Cast(tabBarInfo); in SetTabBar()
110 auto tabBarBuilder = AceType::MakeRefPtr<JsFunction>(info.This(), JSRef<JSFunc>::Cast(builderFuncParam)); in SetTabBar()
169 obj = JSRef<JSObject>::Cast(info); in SetIndicator()
219 obj = JSRef<JSObject>::Cast(info); in SetBoard()
247 JSRef<JSObject> obj = JSRef<JSObject>::Cast(font); in GetFontContent()
284 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info); in SetLabelStyle()
338 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info); in SetIconStyle()
418 JSRef<JSObject> paddingObj = JSRef<JSObject>::Cast(info); in SetPadding()
441 JSRef<JSObject> paddingObj = JSRef<JSObject>::Cast(inf in SetPadding()
[all...]
H A Djs_folder_stack.cpp56 return JSRef<JSVal>::Cast(obj); in FolderStackEventToJSValue()
67 return JSRef<JSVal>::Cast(obj); in HoverStatusChangeEventToJSValue()
73 JSRef<JSArray> params = JSRef<JSArray>::Cast(info[0]); in Create()
79 auto upperIdParams = JSRef<JSArray>::Cast(upperId); in Create()
147 JSRef<JSFunc>::Cast(info[0]), FolderStackEventToJSValue); in JSOnFolderStateChange()
162 JSRef<JSFunc>::Cast(info[0]), HoverStatusChangeEventToJSValue); in JSOnHoverStatusChange()
H A Djs_relative_container.cpp78 JSRef<JSObject> barrierInfoObj = JSRef<JSObject>::Cast(args); in ParseBarrierInfo()
101 JSRef<JSArray> array = JSRef<JSArray>::Cast(referencedIdVal); in ParseBarrierInfo()
125 JSRef<JSArray> array = JSRef<JSArray>::Cast(tmpInfo); in JsBarrier()
141 JSRef<JSObject> guildLineInfoObj = JSRef<JSObject>::Cast(args); in ParseGuideline()
158 JSRef<JSObject> val = JSRef<JSObject>::Cast(positionVal); in ParseGuideline()
185 JSRef<JSArray> array = JSRef<JSArray>::Cast(tmpInfo); in JsGuideline()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_pixel_convert.cpp29 static T* Cast(uint8_t* buffer) in Cast() function
72 RGBxPixel* srcPixel = Cast<RGBxPixel>(src.data); in RGBxToRGB()
73 RGBPixel* dstPixel = Cast<RGBPixel>(dst.data); in RGBxToRGB()
89 RGBPixel* srcPixel = Cast<RGBPixel>(src.data); in RGBToRGBx()
90 RGBxPixel* dstPixel = Cast<RGBxPixel>(dst.data); in RGBToRGBx()

Completed in 35 milliseconds

123456789