| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_textpicker_modifier.cpp | 264 auto height = Dimension(0.0); in ResetTextPickerDefaultPickerItemHeight() local 488 CalcDimension height; in ResetTextPickerGradientHeight() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
| H A D | measure_property.h | 49 CalcSize(const CalcLength& width, const CalcLength& height) : width_(width), height_(height) {} in CalcSize() argument 50 CalcSize(std::optional<CalcLength> width, std::optional<CalcLength> height) in CalcSize() argument 96 void SetHeight(const std::optional<CalcLength>& height) in SetHeight() argument 293 std::string height = selfIdealSize.has_value() ? in ToJsonValue() local 359 auto height = json->GetString("height"); FromJson() local [all...] |
| /foundation/arkui/ui_lite/test/unittest/components/ |
| H A D | ui_spannable_string_unit_test.cpp | 870 int16_t height = 16; in HWTEST_F() local 889 int16_t height = 16; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
| H A D | text_input_modify_test.cpp | 108 float height = 50.f; member
|
| H A D | text_field_pattern_testtwo.cpp | 935 int32_t height = 2; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
| H A D | web_pattern_select_test_ng.cpp | 810 int32_t x = 1, y = 2, width = 1, height = 1; in HWTEST_F() local 840 int32_t x = 1, y = 2, width = 1, height = 1; in HWTEST_F() local 1685 int32_t height = 50; in HWTEST_F() local 1714 int32_t height = 50; in HWTEST_F() local 1738 int32_t height = 50; in HWTEST_F() local [all...] |
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_chart.cpp | 32 void UIChart::SetHeight(int16_t height) in SetHeight() argument 500 int16_t height = GetHeight(); in ReMeasure() local [all...] |
| H A D | root_view.cpp | 597 int16_t height = invalidatedArea.GetHeight(); in Render() local [all...] |
| H A D | ui_list.cpp | 51 int32_t height = 0; in MeasureAdapterRelativeRect() local 387 int16_t height = GetHeight(); in UpdateScrollBar() local 631 int16_t height; in MoveChildByOffset() local 912 int16_t height = targetView->GetRelativeRect().GetHeight(); FixVerDistance() local [all...] |
| H A D | ui_image_view.cpp | 394 void UIImageView::SetHeight(int16_t height) in SetHeight() argument
|
| /foundation/arkui/ui_lite/frameworks/common/ |
| H A D | text.cpp | 497 int16_t height = style.lineHeight_; in GetEllipsisIndex() local 553 uint16_t height = 0; in GetLetterIndexByPosition() local [all...] |
| H A D | typed_text.cpp | 145 GetAngleForArcLen(float len, uint16_t height, uint16_t radius, UITextLanguageDirect direct, TextOrientation orientation) GetAngleForArcLen() argument
|
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_canvas.h | 470 int16_t height; global() member 512 uint16_t height; global() member [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| H A D | text_testtwo_ng.cpp | 834 auto height = pattern->GetLineHeight(); in HWTEST_F() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | component.h | 223 void SetHeight(const int16_t height) in SetHeight() argument
|
| /foundation/graphic/graphic_surface/surface/test/unittest/ |
| H A D | producer_surface_test.cpp | 395 int32_t height = surface_->GetDefaultHeight(); in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | node_context_pool_manager_gles.cpp | 265 BindToFbo( GLenum attachType, const BindImage& image, uint32_t& width, uint32_t& height, uint32_t views, bool isStarted) BindToFbo() argument 316 BindToFboMultisampled(GLenum attachType, const BindImage& image, const BindImage& resolveImage, uint32_t& width, uint32_t& height, uint32_t views, bool isStarted, bool multisampledRenderToTexture) BindToFboMultisampled() argument [all...] |
| /foundation/graphic/graphic_surface/surface/src/ |
| H A D | surface_buffer_impl.cpp | 346 void SurfaceBufferImpl::SetSurfaceBufferHeight(int32_t height) in SetSurfaceBufferHeight() argument 563 GSError SurfaceBufferImpl::CheckBufferConfig(int32_t width, int32_t height, in CheckBufferConfig() argument [all...] |
| /foundation/multimedia/av_codec/interfaces/inner_api/native/ |
| H A D | avcodec_info.h | 123 int32_t height; member 156 Range height; member [all...] |
| /foundation/graphic/graphic_3d/lume/LumeFont/src/ |
| H A D | font_manager.cpp | 392 uint32_t height = bitmap.rows + BORDER_WIDTH_X2; in UpdateAtlas() local 444 uint16_t height; in UploadPending() member 483 uint32_t height = bitmap.rows; in AddGlyphToColumn() local
|
| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
| H A D | ge_shader_filter_params.h | 91 float height; member 134 float height = 0.f; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
| H A D | rs_round_corner_config.h | 128 int height = 0; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
| H A D | rs_ui_first_surface_render_node_drawable.cpp | 274 float height = 0.0f; in InitCacheSurface() local 349 int height = 0; in NeedInitCacheSurface() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/ |
| H A D | rsrenderimage_fuzzer.cpp | 227 int height = GetData<int>(); in RSImageFuzzTest() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
| H A D | rs_property_drawable_bounds_geometry_test.cpp | 2004 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() argument
|