Searched refs:resizableObject (Results 1 – 2 of 2) sorted by relevance
419 void JSImage::ParseResizableSlice(const JSRef<JSObject>& resizableObject) in ParseResizableSlice() argument422 if (resizableObject->IsEmpty()) { in ParseResizableSlice()426 auto sliceValue = resizableObject->GetProperty("slice"); in ParseResizableSlice()441 void JSImage::ParseResizableLattice(const JSRef<JSObject>& resizableObject) in ParseResizableLattice() argument443 auto latticeValue = resizableObject->GetProperty("lattice"); in ParseResizableLattice()466 JSRef<JSObject> resizableObject = JSRef<JSObject>::Cast(infoObj); in JsImageResizable() local467 ParseResizableSlice(resizableObject); in JsImageResizable()468 ParseResizableLattice(resizableObject); in JsImageResizable()
10778 JSRef<JSObject> resizableObject = JSRef<JSObject>::Cast(infoObj); in JsBackgroundImageResizable() local10779 if (resizableObject->IsEmpty()) { in JsBackgroundImageResizable()10783 auto sliceValue = resizableObject->GetProperty("slice"); in JsBackgroundImageResizable()