Home
last modified time | relevance | path

Searched refs:GetNumValue (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.cpp135 backgroundColorSpan_.start = styleItem->GetNumValue(); in ApplyPrivateStyle()
139 backgroundColorSpan_.end = styleItem->GetNumValue(); in ApplyPrivateStyle()
151 foregroundColorSpan_.start = styleItem->GetNumValue(); in ApplyPrivateStyle()
155 foregroundColorSpan_.end = styleItem->GetNumValue(); in ApplyPrivateStyle()
171 lineBackgroundColorSpan_.end = styleItem->GetNumValue(); in ApplyPrivateStyle()
175 absoluteSizeSpan_.start = styleItem->GetNumValue(); in ApplyPrivateStyle()
179 absoluteSizeSpan_.end = styleItem->GetNumValue(); in ApplyPrivateStyle()
187 relativeSizeSpan_.start = styleItem->GetNumValue(); in ApplyPrivateStyle()
191 relativeSizeSpan_.end = styleItem->GetNumValue(); in ApplyPrivateStyle()
212 stringStyleSpan_.start = styleItem->GetNumValue(); in ApplyPrivateStyle()
[all …]
H A Dtab_bar_component.cpp94 defaultWidth = (item == nullptr) ? defaultWidth : item->GetNumValue(); in SetWidth()
115 defaultHeight = (item == nullptr) ? defaultHeight : item->GetNumValue(); in SetHeight()
H A Dcomponent.h411 return style->GetNumValue(); in GetStyleNumValue()
H A Dcomponent.cpp1884 return style->GetNumValue(); in GetStylePixelValue()
1899 return style->GetNumValue(); in GetStyleDegValue()
1914 color = style->GetNumValue(); in GetStyleColorValue()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_media_query_tdd_test.cpp573 int32_t backgroundColorValue = backgroundColorItem->GetNumValue();
624 int32_t backgroundColorValue = item->GetNumValue();
709 int32_t widthValue = widthStyleItem->GetNumValue();
742 int32_t backgroundColorValue = backgroundColorStyleItem->GetNumValue();
749 int32_t borderWidthValue = borderWidthItem->GetNumValue();
781 int32_t backgroundColorValue = backgroundColorItem->GetNumValue();
809 EXPECT_EQ(targetColorValue, backgroundColorItem->GetNumValue());
H A Dstylemgr_tdd_test.cpp390 EXPECT_EQ(sampleSelectorItem->GetNumValue(), heightValue); in ACELiteStyleManagerInlineStyle003()
452 EXPECT_EQ(sampleSelectorItem->GetNumValue(), widthValue); in ACELiteStyleManagerInlineStyle004()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_item.cpp73 int32_t numVal = GetNumValue(); in UpdateNumValToStr()
193 SetNumValue(from.GetNumValue()); in CreateStyleItem()
H A Dapp_style_item.h118 int32_t GetNumValue() const in GetNumValue() function
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_value.h46 [[nodiscard]] int32_t GetNumValue() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_value.cpp102 int32_t ScanOptionValue::GetNumValue() const in GetNumValue() function in OHOS::Scan::ScanOptionValue
H A Dscan_option_value_helper.cpp41 …apiScanUtils::SetInt32Property(env, jsObj, PARAM_SCAN_OPTION_NUM_VALUE, optionValue.GetNumValue()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp839 if (optionIndex < 0 || optionIndex >= value.GetNumValue()) { in GetScanOptionDesc()
840 SCAN_HILOGE("OptionIndex is out of range, maxIndex = [%{public}d]", value.GetNumValue()); in GetScanOptionDesc()
938 int32_t numValue = value.GetNumValue(); in ActionSetValueHelper()
940 *static_cast<int *>(saneValueBuf) = value.GetNumValue(); in ActionSetValueHelper()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp128 for (int i = 1 ; i < value.GetNumValue(); i++) { in GetScanParaValues()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp174 numValue = scanOptVal.GetNumValue(); in TestSetNumValue()