/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_item_component.cpp | 49 RefPtr<Decoration> background = AceType::MakeRefPtr<Decoration>(); in BuildItem() local
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/bundle_resource/ |
H A D | launcher_ability_resource_info.h | 34 std::vector<uint8_t> background; member
|
H A D | bundle_resource_info.h | 45 std::vector<uint8_t> background; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/ |
H A D | bundle_resource_drawable_utils.cpp | 44 ConvertToDrawableDescriptor(napi_env env, const std::vector<uint8_t> &foreground, const std::vector<uint8_t> &background) ConvertToDrawableDescriptor() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_item_component.cpp | 53 RefPtr<Decoration> background = AceType::MakeRefPtr<Decoration>(); in BuildItem() local
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_abstract_progress_unit_test.cpp | 28 const char* background = "D:/"; member
|
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
H A D | page_transition_component.h | 49 void SetBackground(const RefPtr<BoxComponent>& background) in SetBackground() argument
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_image_filter.h | 58 CreateArithmeticImageFilter(const std::vector<scalar>& coefficients, bool enforcePMColor, std::shared_ptr<TestingImageFilter> background, std::shared_ptr<TestingImageFilter> foreground) CreateArithmeticImageFilter() argument 71 CreateBlendImageFilter(BlendMode mode, std::shared_ptr<TestingImageFilter> background, std::shared_ptr<TestingImageFilter> foreground = nullptr) CreateBlendImageFilter() argument
|
H A D | testing_text_style.h | 143 TestingPen background; member in OHOS::Ace::Testing::TestingTextStyle
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | image_filter.cpp | 134 CreateArithmeticImageFilter(const std::vector<scalar>& coefficients, bool enforcePMColor, std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foreground, const Rect& cropRect) CreateArithmeticImageFilter() argument 158 CreateBlendImageFilter(BlendMode mode, std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foreground, const Rect& cropRect) CreateBlendImageFilter() argument
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | text_style.h | 141 std::optional<TexginePaint> background = std::nullopt; member
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | text_style.h | 135 std::optional<PaintRecord> background; member in OHOS::Rosen::SPText::TextStyle
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_image_filter.cpp | 115 sk_sp<SkImageFilter> background = nullptr; in InitWithArithmetic() local 187 InitWithBlend(BlendMode mode, const Rect& cropRect, std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foreground) InitWithBlend() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | rosen_render_list_item.cpp | 339 RefPtr<Decoration> background = AceType::MakeRefPtr<Decoration>(); in PaintStickyEffectNoTransparent() local 356 void RosenRenderListItem::PaintCurrentSticky(const RefPtr<Decoration>& background, const Offset& offset) in PaintCurrentSticky() argument 378 void RosenRenderListItem::PaintNextSticky(const RefPtr<Decoration>& background, const Offset& offset) in PaintNextSticky() argument [all...] |
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | js_drawable_descriptor.cpp | 415 auto background = drawable->GetBackground(); in GetBackground() local
|
H A D | drawable_descriptor.h | 137 void SetBackground(std::shared_ptr<Media::PixelMap> background) in SetBackground() argument
|
H A D | drawable_descriptor.cpp | 315 auto background = Media::ImageSource::CreateImageSource(backgroundInfo.first.get(), backgroundInfo.second, opts, in InitLayeredParam() local 441 GetLayeredIconParm(std::shared_ptr<Rosen::Drawing::Bitmap>& foreground, std::shared_ptr<Rosen::Drawing::Bitmap>& background, std::shared_ptr<Rosen::Drawing::Bitmap>& mask) GetLayeredIconParm() argument 492 CompositeIconAdaptive(std::shared_ptr<Rosen::Drawing::Bitmap>& foreground, std::shared_ptr<Rosen::Drawing::Bitmap>& background, std::shared_ptr<Rosen::Drawing::Bitmap>& mask) CompositeIconAdaptive() argument 538 BlendForeground(Rosen::Drawing::Canvas& bitmapCanvas, Rosen::Drawing::Brush& brush, Rosen::Drawing::Image& image, const std::shared_ptr<Rosen::Drawing::Bitmap>& background, const std::shared_ptr<Rosen::Drawing::Bitmap>& foreground) BlendForeground() argument 566 CompositeIconNotAdaptive(std::shared_ptr<Rosen::Drawing::Bitmap>& foreground, std::shared_ptr<Rosen::Drawing::Bitmap>& background, std::shared_ptr<Rosen::Drawing::Bitmap>& mask) CompositeIconNotAdaptive() argument 634 std::shared_ptr<Rosen::Drawing::Bitmap> background; CreatePixelMap() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_modifier.h | 64 UpdateImageSourceInfo( const ImageSourceInfo& foreground, const ImageSourceInfo& secondary, const ImageSourceInfo& background) UpdateImageSourceInfo() argument 72 JudgeImageSourceInfo(const ImageSourceInfo& foreground, const ImageSourceInfo& secondary, const ImageSourceInfo& background, const ImagePaintConfig& foregroundConfig) JudgeImageSourceInfo() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_parser.cpp | 55 std::string background; member [all...] |
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | root_view.cpp | 293 void RootView::OptimizeInvalidView(UIView* curview, UIView* background, List<Rect>& renderedRects) in OptimizeInvalidView() argument 340 UIView* background[VIEW_STACK_DEPTH]; in OptimizeInvalidMap() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 898 const auto& background = GetBackground(); in SetBackBlurFilter() local
|