Home
last modified time | relevance | path

Searched refs:latticeValue (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.cpp440 auto latticeValue = resizableObject->GetProperty("lattice"); in ParseResizableLattice() local
441 if (latticeValue->IsUndefined() || latticeValue->IsNull()) { in ParseResizableLattice()
444 CHECK_NULL_VOID(latticeValue->IsObject()); in ParseResizableLattice()
445 auto drawingLattice = CreateDrawingLattice(latticeValue); in ParseResizableLattice()

Completed in 2 milliseconds