Searched refs:GetNumValue (Results 1 – 14 of 14) sorted by relevance
135 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 …]
94 defaultWidth = (item == nullptr) ? defaultWidth : item->GetNumValue(); in SetWidth()115 defaultHeight = (item == nullptr) ? defaultHeight : item->GetNumValue(); in SetHeight()
411 return style->GetNumValue(); in GetStyleNumValue()
1884 return style->GetNumValue(); in GetStylePixelValue()1899 return style->GetNumValue(); in GetStyleDegValue()1914 color = style->GetNumValue(); in GetStyleColorValue()
573 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());
390 EXPECT_EQ(sampleSelectorItem->GetNumValue(), heightValue); in ACELiteStyleManagerInlineStyle003()452 EXPECT_EQ(sampleSelectorItem->GetNumValue(), widthValue); in ACELiteStyleManagerInlineStyle004()
73 int32_t numVal = GetNumValue(); in UpdateNumValToStr()193 SetNumValue(from.GetNumValue()); in CreateStyleItem()
118 int32_t GetNumValue() const in GetNumValue() function
46 [[nodiscard]] int32_t GetNumValue() const;
102 int32_t ScanOptionValue::GetNumValue() const in GetNumValue() function in OHOS::Scan::ScanOptionValue
41 …apiScanUtils::SetInt32Property(env, jsObj, PARAM_SCAN_OPTION_NUM_VALUE, optionValue.GetNumValue()); in MakeJsObject()
839 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()
128 for (int i = 1 ; i < value.GetNumValue(); i++) { in GetScanParaValues()
174 numValue = scanOptVal.GetNumValue(); in TestSetNumValue()