/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | base_shape_pattern_test_ng.cpp | 39 SetSize(shapeAbstactModel); in CheckSize() 58 SetSize(shapeAbstactModel); in CheckFill() 79 SetSize(shapeAbstactModel); in CheckFillOpacity() 100 SetSize(shapeAbstactModel); in CheckStroke() 121 SetSize(shapeAbstactModel); in CheckStrokeWidth() 142 SetSize(shapeAbstactModel); in CheckStrokeOpacity() 163 SetSize(shapeAbstactModel); in CheckStrokeDashArray() 194 SetSize(shapeAbstactModel); in CheckStrokeDashOffset() 215 SetSize(shapeAbstactModel); in CheckStrokeLineCap() 236 SetSize(shapeAbstactMode in CheckStrokeLineJoin() 294 void BaseShapePatternTestNg::SetSize(ShapeAbstractModelNG& shapeAbstractModelNG) const SetSize() function in OHOS::Ace::NG::BaseShapePatternTestNg [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_text_blob_test.cpp | 53 font.SetSize(100); in HWTEST_F() 68 font.SetSize(100); in HWTEST_F() 84 font.SetSize(100); in HWTEST_F() 102 font.SetSize(100); in HWTEST_F() 120 font.SetSize(100); in HWTEST_F() 138 font.SetSize(100); in HWTEST_F()
|
H A D | skia_static_factory_test.cpp | 53 font.SetSize(100); in HWTEST_F() 189 font.SetSize(100); in HWTEST_F() 207 font.SetSize(100); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | geometry_property.h | 42 void SetSize(const SizeF& size) in SetSize() function in OHOS::Ace::NG::GeometryProperty 44 rect_.SetSize(size); in SetSize()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_font.cpp | 38 void TexgineFont::SetSize(float textSize) in SetSize() function in OHOS::Rosen::TextEngine::TexgineFont 40 font_->SetSize(textSize); in SetSize()
|
/foundation/multimedia/media_foundation/tests/unittest/osal/ |
H A D | dump_buffer_unit_test.cpp | 85 outputBuffer->memory_->SetSize(0); in HWTEST_F() 93 outputBuffer->memory_->SetSize(DUMP_SIZE); in HWTEST_F() 101 outputBuffer->memory_->SetSize(DUMP_SIZE); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | image_painter.cpp | 35 dstRect.SetSize(rawPicSize * (dstSize.Width() / rawPicSize.Width())); in ApplyContain() 37 dstRect.SetSize(rawPicSize * (dstSize.Height() / rawPicSize.Height())); in ApplyContain() 45 srcRect.SetSize(dstSize * (rawPicSize.Height() / dstSize.Height())); in ApplyCover() 47 srcRect.SetSize(dstSize * (rawPicSize.Width() / dstSize.Width())); in ApplyCover() 60 dstRect.SetSize(rawPicSize * (dstSize.Width() / rawPicSize.Width())); in ApplyFitWidth() 63 srcRect.SetSize(dstSize * (rawPicSize.Width() / dstSize.Width())); in ApplyFitWidth() 71 srcRect.SetSize(dstSize * (rawPicSize.Height() / dstSize.Height())); in ApplyFitHeight() 74 dstRect.SetSize(rawPicSize * (dstSize.Height() / rawPicSize.Height())); in ApplyFitHeight() 169 srcRect.SetSize(svgContainerSize); in DrawSVGImage() 275 srcRect.SetSize(rawPicSiz in ApplyImageFit() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_model_ng.h | 35 void SetSize(const Dimension& width, const Dimension& height) override; 51 static void SetSize(FrameNode* frameNode, const Dimension& width, const Dimension& height);
|
/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | box_layout_algorithm_test_ng.cpp | 121 parentLayoutConstraint.selfIdealSize.SetSize(SizeF(RK356_WIDTH, ROW_HEIGHT)); in HWTEST_F() 179 parentLayoutConstraint.selfIdealSize.SetSize(SizeF(RK356_WIDTH, ROW_HEIGHT)); in HWTEST_F() 232 parentLayoutConstraint.selfIdealSize.SetSize(SizeF(RK356_WIDTH, ROW_HEIGHT)); in HWTEST_F() 292 parentLayoutConstraint.selfIdealSize.SetSize(SizeF(RK356_WIDTH, ROW_HEIGHT)); in HWTEST_F() 357 parentLayoutConstraint.selfIdealSize.SetSize(SizeF(RK356_WIDTH, ROW_HEIGHT)); in HWTEST_F() 415 parentLayoutConstraint.selfIdealSize.SetSize(SizeF(RK356_WIDTH, ROW_HEIGHT)); in HWTEST_F() 638 parentLayoutConstraint.parentIdealSize.SetSize(SizeF(RK356_WIDTH, ROW_HEIGHT)); in HWTEST_F() 742 parentLayoutConstraint.selfIdealSize.SetSize(SizeF(RK356_WIDTH - 1, ROW_HEIGHT - 1)); in HWTEST_F() 794 layoutWrapper3->GetGeometryNode()->frame_.rect_.SetSize(SizeF(RK356_WIDTH, ROW_HEIGHT)); in HWTEST_F() 805 parentLayoutConstraint.selfIdealSize.SetSize(Size in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_plugin_bridge.h | 25 static ArkUINativeModuleValue SetSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_form_component_bridge.h | 32 static ArkUINativeModuleValue SetSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/foundation/graphic/surface_lite/test/unittest/ |
H A D | graphic_surface_test.cpp | 387 surface->SetSize(0); in HWTEST_F() 391 surface->SetSize(58982400); in HWTEST_F() 395 surface->SetSize(1024); in HWTEST_F() 568 surface->SetSize(1024); // Set alloc 1024B SHM in HWTEST_F() 607 surface->SetSize(1024); // Set alloc 1024B SHM in HWTEST_F() 664 surface->SetSize(1024); // Set alloc 1024B SHM in HWTEST_F() 702 surface->SetSize(1024); // Set alloc 1024B SHM in HWTEST_F() 758 surface->SetSize(1024); // Set alloc 1024B SHM in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_layout_test_ng.cpp | 101 layoutConstraint.parentIdealSize.SetSize(SizeF(720.f, 1136.f)); in HWTEST_F() 131 layoutConstraint.parentIdealSize.SetSize(SizeF(720.f, 1136.f)); in HWTEST_F() 160 layoutConstraint.parentIdealSize.SetSize(SizeF(720.f, 1136.f)); in HWTEST_F() 192 layoutConstraint.parentIdealSize.SetSize(SizeF(720.f, 1136.f)); in HWTEST_F() 223 layoutConstraint.parentIdealSize.SetSize(SizeF(720.f, 1136.f)); in HWTEST_F() 253 layoutConstraint.parentIdealSize.SetSize(SizeF(720.f, 1136.f)); in HWTEST_F()
|
/foundation/multimedia/media_foundation/tests/unittest/avbuffer_queue/ |
H A D | avbuffer_queue_func_unit_test.cpp | 142 buffer1->memory_->SetSize(config.size); in HWTEST_F() 148 buffer2->memory_->SetSize(config.size); in HWTEST_F() 318 buffer->memory_->SetSize(config.size); in HWTEST_F() 328 buffer->memory_->SetSize(config.size); in HWTEST_F() 337 buffer->memory_->SetSize(config.size); in HWTEST_F() 384 buffer->memory_->SetSize(1); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/ |
H A D | render_ability_component.cpp | 69 currentRect_.SetSize(size); in PerformLayout() 71 currentRect_.SetSize(GetLayoutParam().GetMaxSize()); in PerformLayout()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | form_component_modifier.cpp | 59 FormModelNG::SetSize(frameNode, in SetFormSize() 94 FormModelNG::SetSize(frameNode, width, height); in ResetFormSize()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/ |
H A D | draw_textblob_test.cpp | 23 font.SetSize(60); // text size 60 in OnTestFunction() 85 font.SetSize(60); // text size 60 in OnTestPerformance()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/ |
H A D | scroll_bar_layout_test_ng.cpp | 43 SetSize(Axis::HORIZONTAL, CalcLength(scrollBarMainSize), CalcLength(scrollBarCrossSize)); in HWTEST_F() 59 SetSize(Axis::HORIZONTAL, CalcLength(0), CalcLength(0)); in HWTEST_F() 73 SetSize(Axis::HORIZONTAL, CalcLength(SCROLL_BAR_CHILD_WIDTH), CalcLength(SCROLL_BAR_CHILD_HEIGHT)); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | svg_manager_test_ng.cpp | 111 realSize.SetSize(Size(0.0f, 1.0f)); in HWTEST_F() 113 realSize.SetSize(Size(1.0f, 0.0f)); in HWTEST_F() 115 realSize.SetSize(Size(1.0f, 1.0f)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | raw_recognizer.cpp | 120 .SetSize(point.size); in CreateTouchEventInfo() 135 .SetSize(touchPoint.size); in CreateTouchEventInfo() 163 .SetSize(lastPoint_.size); in CreateTouchEventInfo() 201 .SetSize(point.size); in CreateTouchEventInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_overlay_modifier.h | 42 void SetSize(const SizeF& size) in SetSize() function in OHOS::Ace::NG::ImageOverlayModifier
|
H A D | image_content_modifier.h | 40 void SetSize(const SizeF& size) in SetSize() function in OHOS::Ace::NG::ImageContentModifier
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_counter.h | 39 static void SetSize(const JSCallbackInfo& args);
|
H A D | js_form.h | 30 static void SetSize(const JSCallbackInfo& info);
|
H A D | js_stack.h | 35 static void SetSize(const JSCallbackInfo& info);
|