/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_canvas.cpp | 28 if (paint.GetStyle() == TexginePaint::Style::FILL) { in DrawLine() 50 if (paint.GetStyle() == TexginePaint::Style::FILL) { in DrawRect() 72 if (paint.GetStyle() == TexginePaint::Style::FILL) { in DrawRRect() 95 if (paint.GetStyle() == TexginePaint::Style::FILL) { in DrawTextBlob() 117 if (paint.GetStyle() == TexginePaint::Style::FILL) { in DrawSymbol() 139 if (paint.GetStyle() == TexginePaint::Style::FILL) { in DrawPath()
|
H A D | texgine_paint.h | 32 FILL,
|
H A D | texgine_paint.cpp | 22 : style_(Style::FILL), brush_(std::make_shared<RSBrush>()), pen_(std::make_shared<RSPen>()) {} in TexginePaint()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_layout_algorithm.cpp | 91 foregroundLoadingCtx_->MakeCanvasImage(singleStarSize, true, ImageFit::FILL); in Layout() 92 secondaryLoadingCtx_->MakeCanvasImage(singleStarSize, true, ImageFit::FILL); in Layout() 93 backgroundLoadingCtx_->MakeCanvasImage(singleStarSize, true, ImageFit::FILL); in Layout()
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_test_img.cpp | 55 image->SetImageFit((int)ImageFit::FILL); in SetUpNodeBgImage() 115 image->SetImageFit((int)ImageFit::FILL); in Draw()
|
/foundation/arkui/ui_lite/test/uitest/test_transform/ |
H A D | ui_test_transform.cpp | 107 "RB", new StateChangeListener(ImageScaleMode::FILL, this), UI_TEST_FILL); in AddRadioGroup() 212 case ImageScaleMode::FILL: in SetScaleMode() 214 imageView_->SetResizeMode(UIImageView::ImageResizeMode::FILL); in SetScaleMode()
|
H A D | ui_test_transform.h | 34 FILL, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/ |
H A D | camera_element.cpp | 210 if (renderTexture->GetFit() == ImageFit::FILL) { in OnTextureSize() 220 if (renderTexture->IsComponentSize() && renderTexture->GetFit() == ImageFit::FILL) { in OnTextureSize() 243 cameraComponent->SetFit(ImageFit::FILL); in SetNewComponent() 274 if (camera_ && renderTexture->GetFit() == ImageFit::FILL) { in OnTextureOffset() 530 camera->SetFit(ImageFit::FILL); in OnPrepared()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/auto_fill_extension_ability/ |
H A D | js_auto_fill_extension_util.h | 37 FILL, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | render_texture.h | 127 ImageFit imageFit_ = ImageFit::FILL;
|
H A D | render_texture.cpp | 123 case ImageFit::FILL: in Measure()
|
H A D | rosen_render_texture.cpp | 42 if (imageFit_ != ImageFit::FILL && GetRSNode()) { in Update()
|
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/ |
H A D | auto_fill_custom_config.h | 88 FILL, member in OHOS::AbilityRuntime::AutoFill::AutoFillCommand
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | js_ui_index.h | 44 FUNCTION("fill", FILL) \
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | image_component.cpp | 133 resizeMode_ = UIImageView::ImageResizeMode::FILL; in UpdateResizeMode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.h | 43 enum class RSPaintStyle { FILL, STROKE }; member in OHOS::Rosen::RSDirtyRectsDfx::RSPaintStyle
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_func_feature/component_capture/ |
H A D | demo.cpp | 229 rosenImage->SetImageFit(static_cast<int>(ImageFit::FILL));
in GRAPHIC_N_TEST() 434 rosenImage->SetImageFit(static_cast<int>(ImageFit::FILL));
in GRAPHIC_N_TEST() 472 rosenImage->SetImageFit(static_cast<int>(ImageFit::FILL));
in GRAPHIC_N_TEST() 574 rosenImage->SetImageFit(static_cast<int>(ImageFit::FILL));
in GRAPHIC_N_TEST()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | svg_dom_base.h | 64 case ImageFit::FILL: in ApplyImageFit()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | close_icon_pattern.cpp | 57 imageLayoutProperty->UpdateImageFit(ImageFit::FILL); in InitCloseIcon()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_image.cpp | 28 { "fill", ImageFit::FILL }, in ConvertStrToFit()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_image_span_ffi.cpp | 25 ImageFit::FILL,
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_image_view.h | 267 FILL,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.h | 67 FILL, member in OHOS::Rosen::RSRenderThreadVisitor::RSPaintStyle
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_container_component.cpp | 59 imageComponent->SetImageFit(ImageFit::FILL);
in BuildButton()
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.cpp | 70 UpdateRenderImage(foregroundImage, ImageFit::FILL, foregroundSrc_, renderForeground_, starColorActive_); in Update() 74 UpdateRenderImage(secondaryImage, ImageFit::FILL, secondarySrc_, renderSecondary_, starColorInactive_); in Update() 78 UpdateRenderImage(backgroundImage, ImageFit::FILL, backgroundSrc_, renderBackground_, starColorInactive_); in Update()
|