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:blurDrawLooper_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H
A
D
paint.cpp
47
blurDrawLooper_
= other.
blurDrawLooper_
;
75
blurDrawLooper_
= other.
blurDrawLooper_
;
in operator =()
90
pen.
blurDrawLooper_
== brush.
blurDrawLooper_
;
in CanCombinePaint()
110
blurDrawLooper_
= brush.GetLooper();
in AttachBrush()
135
blurDrawLooper_
= pen.GetLooper();
in AttachPen()
227
blurDrawLooper_
= blurDrawLooper;
in SetLooper()
232
return
blurDrawLooper_
;
in GetLooper()
[all...]
H
A
D
brush.cpp
30
blurDrawLooper_
(nullptr),
41
blurDrawLooper_
(nullptr),
52
blurDrawLooper_
(nullptr),
58
blurDrawLooper_
(nullptr), antiAlias_(false)
in antiAlias_()
125
blurDrawLooper_
= blurDrawLooper;
in SetLooper()
130
return
blurDrawLooper_
;
in GetLooper()
172
b1.filter_ == b2.filter_ && b1.antiAlias_ == b2.antiAlias_ && b1.
blurDrawLooper_
== b2.
blurDrawLooper_
;
in operator ==()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
brush.h
282
std::shared_ptr<BlurDrawLooper>
blurDrawLooper_
;
member in OHOS::Rosen::Drawing::Brush
H
A
D
paint.h
131
std::shared_ptr<BlurDrawLooper>
blurDrawLooper_
= nullptr;
variable
Completed in 3 milliseconds