Home
last modified time | relevance | path

Searched refs:inputHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_spannable_string_unit_test.cpp54 void SetFontHeight(int16_t inputHeight, uint16_t startIndex, uint16_t endIndex) in SetFontHeight() argument
56 return SpannableString::SetFontHeight(inputHeight, startIndex, endIndex); in SetFontHeight()
929 uint16_t inputHeight = 25; variable
932 input->SetFontHeight(inputHeight, heightStart, heightEnd);
962 EXPECT_EQ(inputHeight, tempHeight);
988 uint16_t inputHeight = 25; variable
991 input->SetFontHeight(inputHeight, heightStart, heightEnd);
1039 EXPECT_EQ(inputHeight, tempHeight);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_mesa_blur_shader_filter.h104 const Drawing::Rect& dst, int inputWidth, int inputHeight) const;
105 …Drawing::Matrix BuildStretchMatrix(const Drawing::Rect& src, int inputWidth, int inputHeight) cons…
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp305 void SpannableString::SetFontHeight(int16_t inputHeight, uint16_t startIndex, uint16_t endIndex) in SetFontHeight() argument
311 inputSpan.height = inputHeight; in SetFontHeight()
322 if (inputHeight == tempHeight) { in SetFontHeight()
341 inputSpan.height = inputHeight; in SetFontHeight()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h115 void SetFontHeight(int16_t inputHeight, uint16_t startIndex, uint16_t endIndex);
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp6105 napi_env env, napi_ref jsCallback, bool check, int32_t inputWidth, int32_t inputHeight) in CreateWebPageSnapshotResultCallback() argument
6108 [env, jCallback = std::move(jsCallback), check, inputWidth, inputHeight]( in CreateWebPageSnapshotResultCallback()
6145 if (std::abs(returnJsHeight - inputHeight) < INTEGER_THREE) { in CreateWebPageSnapshotResultCallback()
6146 returnJsHeight = inputHeight; in CreateWebPageSnapshotResultCallback()