Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp438 std::unique_ptr<JsonValue> coorVal = dataValue->GetArrayItem(i); in CallSpecializedMethod() local
439 if (!coorVal || !coorVal->IsNumber()) { in CallSpecializedMethod()
442 int32_t coorY = coorVal->GetInt(); in CallSpecializedMethod()

Completed in 2 milliseconds