Searched refs:inputHeight (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_spannable_string_unit_test.cpp | 54 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 D | ge_mesa_blur_shader_filter.h | 104 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 D | spannable_string.cpp | 305 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 D | spannable_string.h | 115 void SetFontHeight(int16_t inputHeight, uint16_t startIndex, uint16_t endIndex);
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 6105 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()
|