Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:backDecoration_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
render_box.cpp
48
if (
backDecoration_
&& context) {
in GetBorderSize()
49
return
backDecoration_
->GetBorder().GetLayoutSize(context->GetDipScale());
in GetBorderSize()
57
if (
backDecoration_
&& context) {
in GetBorderOffset()
58
return
backDecoration_
->GetBorder().GetOffset(context->GetDipScale());
in GetBorderOffset()
65
if (
backDecoration_
) {
in GetBorderRadius()
66
return
backDecoration_
->GetBorder().TopLeftRadius();
in GetBorderRadius()
514
backDecoration_
= newDecoration;
in UpdateBackDecoration()
519
if (!
backDecoration_
) {
in UpdateBackDecoration()
520
backDecoration_
= AceType::MakeRefPtr<Decoration>();
in UpdateBackDecoration()
524
backDecoration_
in UpdateBackDecoration()
[all...]
H
A
D
box_component.h
57
return
backDecoration_
;
in GetBackDecoration()
67
if (
backDecoration_
) {
in GetColor()
68
return
backDecoration_
->GetBackgroundColor();
in GetColor()
85
backDecoration_
= decoration;
in SetBackDecoration()
97
if (!
backDecoration_
) {
in SetColor()
98
backDecoration_
= AceType::MakeRefPtr<Decoration>();
in SetColor()
100
backDecoration_
->SetBackgroundColor(color, option);
in SetColor()
105
if (!
backDecoration_
) {
in SetColor()
106
backDecoration_
= AceType::MakeRefPtr<Decoration>();
in SetColor()
108
backDecoration_
in SetColor()
394
RefPtr<Decoration>
backDecoration_
;
global()
member in OHOS::Ace::BoxComponent
[all...]
H
A
D
render_box.h
52
if (!
backDecoration_
) {
53
backDecoration_
= AceType::MakeRefPtr<Decoration>();
55
backDecoration_
->SetContextAndCallback(context_, [weak = WeakClaim(this)] {
77
if (
backDecoration_
) {
78
return
backDecoration_
->GetBackgroundColor();
90
if (!
backDecoration_
) {
in GetBackDecoration()
91
backDecoration_
= AceType::MakeRefPtr<Decoration>();
in GetBackDecoration()
93
return
backDecoration_
;
in GetBackDecoration()
111
if (!
backDecoration_
) {
in SetColor()
112
backDecoration_
in SetColor()
232
RefPtr<Decoration>
backDecoration_
;
global()
member in OHOS::Ace::RenderBox
[all...]
H
A
D
rosen_render_box.cpp
102
if (
backDecoration_
) {
in Update()
103
RefPtr<BackgroundImage> backgroundImage =
backDecoration_
->GetImage();
in Update()
106
RefPtr<BorderImage> borderImage =
backDecoration_
->GetBorderImage();
in Update()
136
if (
backDecoration_
) {
in FetchImageData()
137
RefPtr<BorderImage> borderImage =
backDecoration_
->GetBorderImage();
in FetchImageData()
237
if (
backDecoration_
&&
in PerformLayout()
238
(
backDecoration_
->GetHasBorderImageSource() ||
backDecoration_
->GetHasBorderImageGradient())) {
in PerformLayout()
290
if (
backDecoration_
&&
backDecoration_
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_button.cpp
142
backDecoration_
= boxComponent_->GetBackDecoration();
in PrepareBoxSize()
465
if (!
backDecoration_
) {
in PrepareBackDecorationStyle()
468
if (
backDecoration_
->GetImage() ||
backDecoration_
->GetGradient().IsValid()) {
in PrepareBackDecorationStyle()
474
auto border =
backDecoration_
->GetBorder();
in PrepareBackDecorationStyle()
477
backDecoration_
->SetBorderRadius(Radius(buttonDeclaration_->GetRectRadius() + border.Top().GetWidth()));
in PrepareBackDecorationStyle()
H
A
D
dom_button.h
80
RefPtr<Decoration>
backDecoration_
;
member in OHOS::Ace::Framework::final
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H
A
D
rosen_render_slider.h
68
RefPtr<Decoration>
backDecoration_
;
member in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H
A
D
declaration.cpp
135
backDecoration_
= AceType::MakeRefPtr<Decoration>();
in Declaration()
783
declaration.
backDecoration_
->SetBlurRadius(radius);
785
declaration.
backDecoration_
->SetBlurRadius(Dimension {});
796
declaration.
backDecoration_
->SetBackgroundColor(backgroundColor);
807
declaration.
backDecoration_
->SetImage(backgroundStyle.backgroundImage);
808
declaration.
backDecoration_
->SetBackgroundColor(Color::TRANSPARENT);
1584
declaration.
backDecoration_
->SetWindowBlurProgress(static_cast<float>(progress));
1587
declaration.
backDecoration_
->SetWindowBlurProgress(static_cast<float>(0.0f));
1593
declaration.
backDecoration_
->SetWindowBlurStyle(windowBlurStyle);
2119
declaration.
backDecoration_
[all...]
H
A
D
declaration.h
151
return
backDecoration_
;
in GetBackDecoration()
156
backDecoration_
= backDecoration;
in SetBackDecoration()
586
RefPtr<Decoration>
backDecoration_
;
member in OHOS::Ace::Declaration
Completed in 10 milliseconds