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:pathEffect_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_path_effect.cpp
35
SkiaPathEffect::SkiaPathEffect() noexcept :
pathEffect_
(nullptr) {}
in pathEffect_()
function
39
pathEffect_
= SkDashPathEffect::Make(intervals, count, phase);
in InitWithDash()
46
pathEffect_
=
in InitWithPathDash()
53
pathEffect_
= SkCornerPathEffect::Make(radius);
in InitWithCorner()
58
pathEffect_
= SkDiscretePathEffect::Make(segLength, dev, seedAssist);
in InitWithDiscrete()
66
pathEffect_
= SkPathEffect::MakeSum(first->GetPathEffect(), second->GetPathEffect());
in InitWithSum()
75
pathEffect_
= SkPathEffect::MakeCompose(outer->GetPathEffect(), inner->GetPathEffect());
in InitWithCompose()
81
return
pathEffect_
;
in GetPathEffect()
86
pathEffect_
= pathEffect;
in SetSkPathEffect()
91
if (
pathEffect_
in Serialize()
[all...]
H
A
D
skia_path_effect.h
53
sk_sp<SkPathEffect>
pathEffect_
;
member in OHOS::Rosen::Drawing::SkiaPathEffect
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H
A
D
paint.cpp
44
pathEffect_
= other.
pathEffect_
;
72
pathEffect_
= other.
pathEffect_
;
in operator =()
132
pathEffect_
= pen.GetPathEffect();
in AttachPen()
212
pathEffect_
= e;
in SetPathEffect()
256
pathEffect_
= nullptr;
in Reset()
279
p1.
pathEffect_
== p2.
pathEffect_
&&
in operator ==()
298
p1.
pathEffect_
!
in operator !=()
[all...]
H
A
D
pen.cpp
28
pathEffect_
(nullptr),
184
pathEffect_
= e;
in SetPathEffect()
189
return
pathEffect_
;
in GetPathEffect()
194
return
pathEffect_
.get();
in GetPathEffectPtr()
250
p1.
pathEffect_
== p2.
pathEffect_
&& p1.brush_ == p2.brush_;
in operator ==()
265
if (
pathEffect_
!= nullptr) {
in Dump()
266
out += " pathEffect:" + std::to_string(static_cast<int>(
pathEffect_
->GetType()));
in Dump()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H
A
D
texgine_path_effect.cpp
23
return
pathEffect_
;
in GetPathEffect()
28
pathEffect_
= effect;
in SetPathEffect()
H
A
D
texgine_path_effect.h
31
std::shared_ptr<RSPathEffect>
pathEffect_
= nullptr;
member in OHOS::Rosen::TextEngine::TexginePathEffect
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
paint.h
88
const std::shared_ptr<PathEffect> GetPathEffect() const { return
pathEffect_
; }
in GetPathEffect()
89
const PathEffect* GetPathEffectPtr() const { return
pathEffect_
.get(); }
in GetPathEffectPtr()
128
std::shared_ptr<PathEffect>
pathEffect_
= nullptr;
variable
H
A
D
pen.h
332
std::shared_ptr<PathEffect>
pathEffect_
;
member in OHOS::Rosen::Drawing::Pen::JoinStyle::CapStyle
Completed in 3 milliseconds