| /foundation/arkui/ui_lite/frameworks/font/ |
| H A D | ui_line_break.cpp | 136 int16_t width = 0;
in GetNextLineAndWidth() local 204 int16_t width = fontEngine->GetWidth(unicode, fontId, fontSize, 0);
in GetLetterWidth() local
|
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_image_animator.h | 56 int16_t width; member
|
| /foundation/arkui/ui_lite/test/uitest/test_image_animator/ |
| H A D | ui_test_image_animator.cpp | 89 const uint16_t width = 100; // 100: image's width in InitImageInfo() local 171 SetImageInfoPara(ImageInfo* imageInfo, const uint16_t width, const uint16_t height, uint32_t dataSize, uint8_t* srcData) SetImageInfoPara() argument [all...] |
| /foundation/arkui/ui_lite/frameworks/common/ |
| H A D | image.cpp | 338 uint16_t width = png_get_image_width(png, info); in SetPNGSrc() local 430 uint16_t width = cinfo.output_width; in SetJPEGSrc() local [all...] |
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_time_picker.cpp | 321 void UITimePicker::SetWidth(int16_t width) in SetWidth() argument
|
| H A D | ui_picker.cpp | 428 void UIPicker::SetWidth(int16_t width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
| H A D | mock_drag_drop_manager.cpp | 28 void DragDropManager::CreateDragWindow(const GestureEvent& info, uint32_t width, uint32_t height) {} in CreateDragWindow() argument
|
| /foundation/arkui/ui_lite/frameworks/layout/ |
| H A D | flex_layout.cpp | 193 uint16_t width = 0; in GetRowsWidth() local 347 uint16_t width = 0; in GetColumnMaxWidth() local [all...] |
| /foundation/arkui/ui_lite/test/uitest/test_draw_rect/ |
| H A D | ui_test_draw_rect.cpp | 142 int16_t width = 120; // 120 : width in UIKitDrawRectTestRectNoBorder001() local 168 int16_t width = 120; // 120 : width in UIKitDrawRectTestRectNoBorder002() local 195 int16_t width in UIKitDrawRectTestRectNoBorder003() local 222 int16_t width = 120; // 120 : width size UIKitDrawRectTestRectNoBorder004() local 249 int16_t width = 50; // 50 : width UIKitDrawRectTestRectNoBorder005() local 276 int16_t width = 50; // 50 : width UIKitDrawRectTestRectNoBorder006() local 303 int16_t width = 50; // 50 : width UIKitDrawRectTestRectNoBorder007() local 330 int16_t width = 50; // 50 : width UIKitDrawRectTestRectNoBorder008() local 357 int16_t width = 51; // 51 : width UIKitDrawRectTestRectNoBorder009() local 384 int16_t width = 50; // 50 : width UIKitDrawRectTestRectNoBorder0010() local 411 int16_t width = 120; // 120 : width UIKitDrawRectTestRectBorderNoRadius001() local 438 int16_t width = 120; // 120 : width UIKitDrawRectTestRectBorderNoRadius002() local 465 int16_t width = 120; // 120 : width UIKitDrawRectTestRectBorderRadius001() local 493 int16_t width = 120; // 120 : width UIKitDrawRectTestRectBorderRadius002() local 521 int16_t width = 120; // 120 : width UIKitDrawRectTestRectBorderRadius003() local 549 int16_t width = 120; // 120 : width UIKitDrawRectTestRectBorderRadius004() local 577 int16_t width = 50; // 50 : width UIKitDrawRectTestRectBorderRadius005() local 605 int16_t width = 50; // 50 : width UIKitDrawRectTestRectBorderRadius006() local 633 int16_t width = 50; // 50 : width UIKitDrawRectTestRectBorderRadius007() local 661 int16_t width = 50; // 50 : width UIKitDrawRectTestRectBorderRadius008() local 689 int16_t width = 50; // 50 : width UIKitDrawRectTestRectBorderRadius009() local 717 int16_t width = 50; // 50 : width UIKitDrawRectTestRectBorderRadius010() local 745 int16_t width = 120; // 120 : width UIKitDrawRectTestRectBorderRadius011() local [all...] |
| /foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
| H A D | custom_input_method.cpp | 234 FlexLayout* CustomInputMethod::SetupKeyRow(const char* name, int16_t width, int16_t height) in SetupKeyRow() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
| H A D | web_pattern_test.cpp | 222 int32_t width = 1; in HWTEST_F() local 253 int32_t width = 1; in HWTEST_F() local
|
| /foundation/arkui/ace_engine_lite/test/moduletest/common/ |
| H A D | basic_tdd_test.cpp | 57 uint16_t width = GetHorizontalResolution(); in SetUpTestCase() local
|
| /foundation/arkui/ui_lite/frameworks/engines/gfx/ |
| H A D | soft_engine.cpp | 38 DrawLine(BufferInfo& dst, const Point& start, const Point& end, const Rect& mask, int16_t width, ColorType color, OpacityType opacity) DrawLine() argument 60 DrawCubicBezier(BufferInfo& dst, const Point& start, const Point& control1, const Point& control2, const Point& end, const Rect& mask, int16_t width, ColorType color, OpacityType opacity) DrawCubicBezier() argument
|
| /foundation/arkui/ui_lite/test/uitest/test_progress_bar/ |
| H A D | ui_test_circle_progress.cpp | 350 static uint16_t width = 150; // 150: width in OnClick() local [all...] |
| H A D | ui_test_box_progress.cpp | 316 static uint16_t width = 100; // 100: width in OnClick() local [all...] |
| /foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/ |
| H A D | bufferqueue_fuzzer.cpp | 62 int32_t width = GetData<int32_t>(); in BufferQueueFuzzTest2() local
|
| /foundation/graphic/surface_lite/frameworks/ |
| H A D | surface_impl.cpp | 102 void SurfaceImpl::SetWidthAndHeight(uint32_t width, uint32_t height) in SetWidthAndHeight() argument
|
| /foundation/graphic/graphic_surface/surface/test/unittest/ |
| H A D | buffer_queue_test.cpp | 610 int width = 0; in HWTEST_F() local 634 int32_t width in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_surface/surface/src/ |
| H A D | buffer_queue_consumer.cpp | 150 GSError BufferQueueConsumer::SetDefaultWidthAndHeight(int32_t width, int32_t height) in SetDefaultWidthAndHeight() argument
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
| H A D | drawing_c_sample.cpp | 58 static void TestDrawPathPro(OH_Drawing_Canvas* cCanvas, uint32_t width, uint32_t height) in TestDrawPathPro() argument 127 static void DoDraw(uint8_t *addr, uint32_t width, uint32_t height, size_t index) in DoDraw() argument 149 static void DrawSurface(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t width, int32_t height, size_t index) in DrawSurface() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
| H A D | luma_filter.cpp | 86 int width = OH_Drawing_FontCountText(font, label, len, TEXT_ENCODING_UTF8); in draw_label() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/shadereffect_fuzzer/ |
| H A D | shader_effect_fuzzer.cpp | 109 int width = GetObject<int>() % MAX_ARRAY_SIZE; in ShaderEffectFuzzTest003() local 239 int width = GetObject<int>() % MAX_ARRAY_SIZE; in ShaderEffectFuzzTest005() local
|
| /foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
| H A D | rs_canvas_drawing_node_drawable_test.cpp | 140 int width = 1; in HWTEST_F() local 177 float width = 1.f; in HWTEST_F() local 215 int width in HWTEST_F() local 235 float width = 1.f; HWTEST_F() local 306 int width = 1; HWTEST_F() local 457 int width = 1; HWTEST_F() local 483 int width = 1; HWTEST_F() local 503 int width = 1; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
| H A D | rs_screen_test.cpp | 88 uint32_t width = 100; in HWTEST_F() local 581 uint32_t width = 100; in HWTEST_F() local [all...] |
| /foundation/multimedia/av_codec/services/engine/common/ |
| H A D | codec_utils.cpp | 187 int32_t width; in WriteBufferData() local
|