Home
last modified time | relevance | path

Searched refs:FILL (Results 1 - 25 of 91) sorted by relevance

1234

/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_canvas.cpp28 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 Dtexgine_paint.h32 FILL,
H A Dtexgine_paint.cpp22 : 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 Drating_layout_algorithm.cpp91 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 Drs_graphic_test_img.cpp55 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 Dui_test_transform.cpp107 "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 Dui_test_transform.h34 FILL, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp210 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 Djs_auto_fill_extension_util.h37 FILL, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.h127 ImageFit imageFit_ = ImageFit::FILL;
H A Drender_texture.cpp123 case ImageFit::FILL: in Measure()
H A Drosen_render_texture.cpp42 if (imageFit_ != ImageFit::FILL && GetRSNode()) { in Update()
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_custom_config.h88 FILL, member in OHOS::AbilityRuntime::AutoFill::AutoFillCommand
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djs_ui_index.h44 FUNCTION("fill", FILL) \
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_component.cpp133 resizeMode_ = UIImageView::ImageResizeMode::FILL; in UpdateResizeMode()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.h43 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 Ddemo.cpp229 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 Dsvg_dom_base.h64 case ImageFit::FILL: in ApplyImageFit()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dclose_icon_pattern.cpp57 imageLayoutProperty->UpdateImageFit(ImageFit::FILL); in InitCloseIcon()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_image.cpp28 { "fill", ImageFit::FILL }, in ConvertStrToFit()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_span_ffi.cpp25 ImageFit::FILL,
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_view.h267 FILL,
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.h67 FILL, member in OHOS::Rosen::RSRenderThreadVisitor::RSPaintStyle
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp59 imageComponent->SetImageFit(ImageFit::FILL); in BuildButton()
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp70 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()

Completed in 10 milliseconds

1234