Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.cpp419 void JSImage::ParseResizableSlice(const JSRef<JSObject>& resizableObject) in ParseResizableSlice() argument
422 if (resizableObject->IsEmpty()) { in ParseResizableSlice()
426 auto sliceValue = resizableObject->GetProperty("slice"); in ParseResizableSlice()
441 void JSImage::ParseResizableLattice(const JSRef<JSObject>& resizableObject) in ParseResizableLattice() argument
443 auto latticeValue = resizableObject->GetProperty("lattice"); in ParseResizableLattice()
466 JSRef<JSObject> resizableObject = JSRef<JSObject>::Cast(infoObj); in JsImageResizable() local
467 ParseResizableSlice(resizableObject); in JsImageResizable()
468 ParseResizableLattice(resizableObject); in JsImageResizable()
H A Djs_view_abstract.cpp10778 JSRef<JSObject> resizableObject = JSRef<JSObject>::Cast(infoObj); in JsBackgroundImageResizable() local
10779 if (resizableObject->IsEmpty()) { in JsBackgroundImageResizable()
10783 auto sliceValue = resizableObject->GetProperty("slice"); in JsBackgroundImageResizable()