Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp970 char* sizeVal = JerryMallocStringProperty(obj, styleName, len); in GetSizeVal() local
971 if (sizeVal == nullptr) { in GetSizeVal()
975 uint16_t size = strtol(sizeVal, nullptr, DEC); in GetSizeVal()
976 ace_free(sizeVal); in GetSizeVal()
977 sizeVal = nullptr; in GetSizeVal()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1386 JSRef<JSVal> sizeVal = leadingMarginObject->GetProperty("size"); in ParseLeadingMarginPixelMap() local
1387 if (!sizeVal->IsUndefined() && sizeVal->IsArray()) { in ParseLeadingMarginPixelMap()
1388 auto rangeArray = JSRef<JSArray>::Cast(sizeVal); in ParseLeadingMarginPixelMap()
1402 } else if (sizeVal->IsUndefined()) { in ParseLeadingMarginPixelMap()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp2033 JSRef<JSVal> sizeVal = leadingMarginObject->GetProperty("size"); in ParseParagraphStyle() local
2034 if (!sizeVal->IsUndefined() && sizeVal->IsArray()) { in ParseParagraphStyle()
2035 auto rangeArray = JSRef<JSArray>::Cast(sizeVal); in ParseParagraphStyle()
2044 } else if (sizeVal->IsUndefined()) { in ParseParagraphStyle()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp793 auto sizeVal = nodeAPI->getAttribute(rootNode, NODE_SIZE); in HWTEST_F() local
794 EXPECT_EQ(sizeVal->value[0].f32, size); in HWTEST_F()

Completed in 18 milliseconds