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:bgOpa_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_rect.cpp
58
OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.
bgOpa_
);
in Draw()
111
arcStyle.lineOpa_ = style.
bgOpa_
;
in DrawRectRadiusWithoutBorderCon1()
132
OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.
bgOpa_
);
in DrawRectRadiusWithoutBorderCon1()
154
arcStyle.lineOpa_ = style.
bgOpa_
;
in DrawRectRadiusWithoutBorderCon2()
174
OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.
bgOpa_
);
in DrawRectRadiusWithoutBorderCon2()
188
arcStyle.lineOpa_ = style.
bgOpa_
;
in DrawRectRadiusWithoutBorderCon3()
214
OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.
bgOpa_
);
in DrawRectRadiusWithoutBorderCon4()
231
arcStyle.lineOpa_ = style.
bgOpa_
;
in DrawRectRadiusWithoutBorderCon4()
285
OpacityType opaBg = DrawUtils::GetMixOpacity(opaScale, style.
bgOpa_
);
in DrawRectBorderWithoutRadius()
355
OpacityType opaBg = DrawUtils::GetMixOpacity(opaScale, style.
bgOpa_
);
in DrawRectRadiusEqualBorder()
[all...]
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
style.cpp
38
bgOpa_
(OPA_OPAQUE),
in Style()
71
return
bgOpa_
;
in GetStyle()
130
bgOpa_
= value;
in SetStyle()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.h
43
style_.
bgOpa_
= OPA_OPAQUE;
in UITestBorderMarginPadding()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
style.h
160
uint8_t
bgOpa_
;
member in OHOS::Style
/foundation/arkui/ui_lite/test/uitest/test_anti_aliasing/
H
A
D
ui_test_anti_aliasing.cpp
83
style.
bgOpa_
= OPA_OPAQUE;
in UIKitAntiAliasingTestRect001()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_toggle_button.cpp
112
styleUnSelect.
bgOpa_
= backgroundOpacity_;
in OnDraw()
H
A
D
ui_checkbox.cpp
140
styleSelect.
bgOpa_
= backgroundOpacity_;
in SelectedStateSoftwareDrawing()
H
A
D
root_view.cpp
305
if (((curview->GetStyleConst().
bgOpa_
!= OPA_OPAQUE) || (curview->GetOpaScale() != OPA_OPAQUE) ||
in OptimizeInvalidView()
365
if (((curview->GetStyleConst().
bgOpa_
== OPA_OPAQUE) && (curview->GetOpaScale() == OPA_OPAQUE) &&
in OptimizeInvalidMap()
H
A
D
ui_box_progress.cpp
122
capStyle.lineOpa_ = style.
bgOpa_
;
in DrawRoundCap()
H
A
D
ui_canvas.cpp
1104
drawStyle.
bgOpa_
= paint.GetOpacity();
in DoDrawRect()
1170
drawStyle.
bgOpa_
= paint.GetOpacity();
in DoFillRect()
1518
OpacityType opa = DrawUtils::GetMixOpacity(textParam->fontOpa, style.
bgOpa_
);
in DoDrawText()
Completed in 9 milliseconds