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:GetPathEffect
(Results
1 - 21
of
21
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_path_effect.cpp
66
pathEffect_ = SkPathEffect::MakeSum(first->
GetPathEffect
(), second->
GetPathEffect
());
in InitWithSum()
75
pathEffect_ = SkPathEffect::MakeCompose(outer->
GetPathEffect
(), inner->
GetPathEffect
());
in InitWithCompose()
79
sk_sp<SkPathEffect> SkiaPathEffect::
GetPathEffect
() const
in GetPathEffect()
function in OHOS::Rosen::Drawing::SkiaPathEffect
H
A
D
skia_path_effect.h
44
sk_sp<SkPathEffect>
GetPathEffect
() const;
H
A
D
skia_text_blob.cpp
166
const std::shared_ptr<PathEffect> effect = drawingPaint->
GetPathEffect
();
in ConvertSkPaint()
170
skPaint.setPathEffect(skiaEffect->
GetPathEffect
());
in ConvertSkPaint()
H
A
D
skia_paint.cpp
92
paint.setPathEffect(skPathEffectImpl->
GetPathEffect
());
in PenToSkPaint()
166
skPaint.setPathEffect(skPathEffectImpl->
GetPathEffect
());
in ApplyStrokeParam()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H
A
D
texgine_path_effect.cpp
21
std::shared_ptr<RSPathEffect> TexginePathEffect::
GetPathEffect
() const
in GetPathEffect()
function in OHOS::Rosen::TextEngine::TexginePathEffect
H
A
D
texgine_path_effect.h
28
std::shared_ptr<RSPathEffect>
GetPathEffect
() const;
H
A
D
texgine_paint.cpp
89
pen_->SetPathEffect(pathEffect->
GetPathEffect
());
in SetPathEffect()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/
H
A
D
js_path_effect.h
37
std::shared_ptr<PathEffect>
GetPathEffect
();
H
A
D
js_path_effect.cpp
168
std::shared_ptr<PathEffect> JsPathEffect::
GetPathEffect
()
in GetPathEffect()
function in OHOS::Rosen::Drawing::JsPathEffect
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_path_effect_test.cpp
68
EXPECT_TRUE(skiaPathEffect.
GetPathEffect
() == nullptr);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H
A
D
pen_test.cpp
651
auto result = pen->
GetPathEffect
();
in HWTEST_F()
669
auto result = pen->
GetPathEffect
();
in HWTEST_F()
741
auto result = pen->
GetPathEffect
();
in HWTEST_F()
760
auto result = pen->
GetPathEffect
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
pen.h
262
std::shared_ptr<PathEffect>
GetPathEffect
() const;
H
A
D
paint.h
88
const std::shared_ptr<PathEffect>
GetPathEffect
() const { return pathEffect_; }
in GetPathEffect()
function
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H
A
D
paint_fuzzer.cpp
118
paint.
GetPathEffect
();
in PaintFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H
A
D
pen_fuzzer.cpp
82
pen.
GetPathEffect
();
in PenFuzzTestInner03()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H
A
D
pen.cpp
187
std::shared_ptr<PathEffect> Pen::
GetPathEffect
() const
in GetPathEffect()
function in OHOS::Rosen::Drawing::Pen
H
A
D
paint.cpp
132
pathEffect_ = pen.
GetPathEffect
();
in AttachPen()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H
A
D
rs_mask_test.cpp
307
EXPECT_EQ(mask->GetMaskPen().
GetPathEffect
(), nullptr);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_mask.cpp
306
maskPen_.
GetPathEffect
()),
in MarshallingPathAndBrush()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H
A
D
js_pen.cpp
534
pen->SetPathEffect(jsPathEffect ? jsPathEffect->
GetPathEffect
() : nullptr);
in SetPathEffect()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H
A
D
draw_cmd.cpp
295
if (paint.
GetPathEffect
()) {
in GenerateHandleFromPaint()
296
paintHandle.pathEffectHandle = CmdListHelper::AddPathEffectToCmdList(cmdList, paint.
GetPathEffect
());
in GenerateHandleFromPaint()
Completed in 23 milliseconds