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:SetLooper
(Results
1 - 22
of
22
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H
A
D
draw_textblob_test.cpp
36
pen.
SetLooper
(blurDrawLooper);
in OnTestFunction()
48
brush.
SetLooper
(blurDrawLooper);
in OnTestFunction()
54
pen.
SetLooper
(nullptr);
in OnTestFunction()
55
brush.
SetLooper
(nullptr);
in OnTestFunction()
62
pen.
SetLooper
(blurDrawLooper);
in OnTestFunction()
63
brush.
SetLooper
(blurDrawLooper);
in OnTestFunction()
73
pen.
SetLooper
(blurDrawLooper);
in OnTestFunction()
74
brush.
SetLooper
(blurDrawLooper2);
in OnTestFunction()
93
brush.
SetLooper
(blurDrawLooper);
in OnTestPerformance()
/foundation/communication/dsoftbus/tests/core/common/message_handler/fuzztest/messagehandler_fuzzer/
H
A
D
messagehandler_fuzzer.cpp
28
SetLooper
(LOOP_TYPE_DEFAULT, looper);
in DoMessageHandlerFuzz()
/foundation/communication/dsoftbus/core/bus_center/service/src/
H
A
D
bus_center_manager.c
245
SetLooper
(LOOP_TYPE_LNN, looper);
in LnnInitLnnLooper()
255
SetLooper
(LOOP_TYPE_LNN, NULL);
in LnnDeinitLnnLooper()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_brush.cpp
154
brush->
SetLooper
(nullptr);
in OH_Drawing_BrushSetShadowLayer()
158
brush->
SetLooper
(blurDrawLooperHandle->value);
in OH_Drawing_BrushSetShadowLayer()
H
A
D
drawing_pen.cpp
317
pen->
SetLooper
(nullptr);
in OH_Drawing_PenSetShadowLayer()
321
pen->
SetLooper
(blurDrawLooperHandle->value);
in OH_Drawing_PenSetShadowLayer()
/foundation/communication/dsoftbus/core/common/include/
H
A
D
message_handler.h
72
void
SetLooper
(int type, SoftBusLooper *looper);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H
A
D
pen.cpp
232
void Pen::
SetLooper
(std::shared_ptr<BlurDrawLooper> blurDrawLooper)
in SetLooper()
function in OHOS::Rosen::Drawing::Pen
234
brush_.
SetLooper
(blurDrawLooper);
in SetLooper()
H
A
D
brush.cpp
123
void Brush::
SetLooper
(std::shared_ptr<BlurDrawLooper> blurDrawLooper)
in SetLooper()
function in OHOS::Rosen::Drawing::Brush
H
A
D
paint.cpp
225
void Paint::
SetLooper
(std::shared_ptr<BlurDrawLooper> blurDrawLooper)
in SetLooper()
function in OHOS::Rosen::Drawing::Paint
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
brush.h
263
void
SetLooper
(std::shared_ptr<BlurDrawLooper> blurDrawLooper);
H
A
D
pen.h
306
void
SetLooper
(std::shared_ptr<BlurDrawLooper> blurDrawLooper);
H
A
D
paint.h
98
void
SetLooper
(std::shared_ptr<BlurDrawLooper> blurDrawLooper);
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/
H
A
D
brush_fuzzer.cpp
115
brush.
SetLooper
(blurDrawLooper);
in BrushFuzzTestInner05()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H
A
D
paint_fuzzer.cpp
127
paint.
SetLooper
(blurDrawLooper);
in PaintFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H
A
D
pen_fuzzer.cpp
122
PenTwo.
SetLooper
(blurDrawLooper);
in PenFuzzTestInner04()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H
A
D
pen_test.cpp
809
pen1.
SetLooper
(blurDrawLooper);
in HWTEST_F()
812
pen2.
SetLooper
(nullptr);
in HWTEST_F()
846
* @tc.desc: Test for
SetLooper
855
pen.
SetLooper
(looper);
in HWTEST_F()
H
A
D
brush_test.cpp
621
brush1.
SetLooper
(blurDrawLooper);
in HWTEST_F()
624
brush2.
SetLooper
(nullptr);
in HWTEST_F()
/foundation/communication/dsoftbus/core/common/message_handler/
H
A
D
message_handler.c
500
void
SetLooper
(int type, SoftBusLooper *looper)
in SetLooper()
function
579
SetLooper
(LOOP_TYPE_DEFAULT, looper);
in LooperInit()
586
SetLooper
(LOOP_TYPE_CONN, connLooper);
in LooperInit()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H
A
D
draw_cmd_test.cpp
178
paint1.
SetLooper
(blurDrawLooper1);
in HWTEST_F()
210
paint1.
SetLooper
(nullptr);
in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/brush_napi/
H
A
D
js_brush.cpp
436
brush->
SetLooper
(jsShadowLayer ? jsShadowLayer->GetBlurDrawLooper() : nullptr);
in SetShadowLayer()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H
A
D
js_pen.cpp
557
pen->
SetLooper
(jsShadowLayer ? jsShadowLayer->GetBlurDrawLooper() : nullptr);
in SetShadowLayer()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H
A
D
draw_cmd.cpp
241
paint.
SetLooper
(blurDrawLooper);
in GeneratePaintFromHandle()
Completed in 17 milliseconds