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:needDraw_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_qrcode.cpp
24
: width_(0),
needDraw_
(false), backgroundColor_(Color::White()), qrColor_(Color::Black()), qrcodeVal_(nullptr)
in UIQrcode()
63
if (!
needDraw_
) {
in RefreshQrcode()
64
needDraw_
= true;
in RefreshQrcode()
86
if (!
needDraw_
) {
in ReMeasure()
89
needDraw_
= false;
in ReMeasure()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H
A
D
rating_modifier.h
98
if (
needDraw_
) {
in SetNeedDraw()
99
needDraw_
->Set(flag);
in SetNeedDraw()
215
RefPtr<PropertyBool>
needDraw_
;
member in OHOS::Ace::NG::RatingModifier
H
A
D
rating_modifier.cpp
23
:
needDraw_
(AceType::MakeRefPtr<PropertyBool>(false)), starNum_(AceType::MakeRefPtr<PropertyInt>(0)),
in RatingModifier()
32
AttachProperty(
needDraw_
);
in RatingModifier()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_canvas_drawing_render_node_drawable.h
62
return
needDraw_
;
66
needDraw_
= flag;
116
std::atomic<bool>
needDraw_
= false;
member in OHOS::Rosen::DrawableV2::RSCanvasDrawingRenderNodeDrawable
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_qrcode.h
123
bool
needDraw_
;
member in OHOS::UIQrcode
Completed in 4 milliseconds