Home
last modified time | relevance | path

Searched defs:background (Results 1 – 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
Dindexer_item_component.cpp50 RefPtr<Decoration> background = AceType::MakeRefPtr<Decoration>(); in BuildItem() local
/foundation/graphic/graphic_2d/rosen/samples/texgine/feature_test/
Dalign_test.cpp72 TexginePaint background; in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
Drating_modifier.h65 …t ImageSourceInfo& foreground, const ImageSourceInfo& secondary, const ImageSourceInfo& background) in UpdateImageSourceInfo()
73 const ImageSourceInfo& background, const ImagePaintConfig& foregroundConfig) in JudgeImageSourceInfo()
/foundation/arkui/ace_engine/test/mock/core/rosen/
Dtesting_image_filter.h53 bool enforcePMColor, std::shared_ptr<TestingImageFilter> background, in CreateArithmeticImageFilter()
Dtesting_text_style.h143 TestingPen background; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
Dimage_filter.cpp59 std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foreground) noexcept in ImageFilter()
111 …bool enforcePMColor, std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foregro… in CreateArithmeticImageFilter()
/foundation/arkui/ace_engine/frameworks/core/components/list/
Drosen_render_list_item.cpp343 RefPtr<Decoration> background = AceType::MakeRefPtr<Decoration>(); in PaintStickyEffectNoTransparent() local
360 void RosenRenderListItem::PaintCurrentSticky(const RefPtr<Decoration>& background, const Offset& of… in PaintCurrentSticky()
382 void RosenRenderListItem::PaintNextSticky(const RefPtr<Decoration>& background, const Offset& offse… in PaintNextSticky()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
Dindexer_item_component.cpp53 RefPtr<Decoration> background = AceType::MakeRefPtr<Decoration>(); in BuildItem() local
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
Ddrawable_descriptor.cpp257 …auto background = Media::ImageSource::CreateImageSource(backgroundInfo.first.get(), backgroundInfo… in InitLayeredParam() local
398 std::shared_ptr<SkBitmap> background; in CreatePixelMap() local
455 std::shared_ptr<Rosen::Drawing::Bitmap> background; in CreatePixelMap() local
Djs_drawable_descriptor.cpp181 auto background = drawable->GetBackground(); in GetBackground() local
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
Dpage_transition_component.h49 void SetBackground(const RefPtr<BoxComponent>& background) in SetBackground()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
Dtext_style.h134 std::optional<PaintRecord> background; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_image_filter.cpp106 sk_sp<SkImageFilter> background = nullptr; in InitWithArithmetic() local
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/texgine/
Dconvert.cpp96 std::optional<TextEngine::TexginePaint> background = std::nullopt; in Convert() local
/foundation/arkui/ui_lite/frameworks/components/
Droot_view.cpp293 void RootView::OptimizeInvalidView(UIView* curview, UIView* background, List<Rect>& renderedRects) in OptimizeInvalidView()
340 UIView* background[VIEW_STACK_DEPTH]; in OptimizeInvalidMap() local
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
Dtext_style.h142 std::optional<TexginePaint> background = std::nullopt; member
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
Dtext_style.h92 std::optional<SkPaint> background; // SKIA member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkSpan.ts285 background(builder: CustomBuilder, options?: { align?: Alignment }): this { method in ArkSpanComponent
DArkXComponent.ts88 background(builder: CustomBuilder, options?: { align?: Alignment; }): this { method in ArkXComponentComponent
DArkComponent.ts2612 background(builder: CustomBuilder, options?: { align?: Alignment }): this { method in ArkComponent
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
Ddeclaration.cpp3141 …auto& background = static_cast<CommonBackgroundStyle&>(GetStyle(StyleTag::COMMON_BACKGROUND_STYLE)… in ResetDefaultStyles() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp690 const auto& background = GetBackground(); in SetBackBlurFilter() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js2555 background(builder, options) { method in ArkComponent
6090 background(builder, options) { method in ArkSpanComponent
15897 background(builder, options) { method in ArkXComponentComponent