OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestLooper
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
QuickRejectTest.cpp
21
class
TestLooper
: public SkDrawLooper {
33
SK_FLATTENABLE_HOOKS(
TestLooper
)
54
sk_sp<SkFlattenable>
TestLooper
::CreateProc(SkReadBuffer&) { return sk_make_sp<
TestLooper
>(); }
87
paint.setLooper(sk_make_sp<
TestLooper
>());
/external/skqp/tests/
QuickRejectTest.cpp
21
class
TestLooper
: public SkDrawLooper {
33
SK_FLATTENABLE_HOOKS(
TestLooper
)
54
sk_sp<SkFlattenable>
TestLooper
::CreateProc(SkReadBuffer&) { return sk_make_sp<
TestLooper
>(); }
87
paint.setLooper(sk_make_sp<
TestLooper
>());
Completed in 143 milliseconds