OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathOpsThreadedRunnable
(Results
1 - 9
of
9
) sorted by null
/external/skia/tests/
PathOpsThreadedCommon.h
16
class
PathOpsThreadedRunnable
;
47
SkTDArray<
PathOpsThreadedRunnable
*> fRunnables;
51
class
PathOpsThreadedRunnable
: public SkRunnable {
53
PathOpsThreadedRunnable
(void (*testFun)(PathOpsThreadState*), int a, int b, int c, int d,
63
PathOpsThreadedRunnable
(void (*testFun)(PathOpsThreadState*), const char* str,
71
PathOpsThreadedRunnable
(void (*testFun)(PathOpsThreadState*), int dirNo, const char* str,
PathOpsOpCubicThreadedTest.cpp
78
*testRunner.fRunnables.append() = SkNEW_ARGS(
PathOpsThreadedRunnable
,
PathOpsOpRectThreadedTest.cpp
83
*testRunner.fRunnables.append() = SkNEW_ARGS(
PathOpsThreadedRunnable
,
PathOpsQuadLineIntersectionThreadedTest.cpp
121
*testRunner.fRunnables.append() = SkNEW_ARGS(
PathOpsThreadedRunnable
,
PathOpsSimplifyDegenerateThreadedTest.cpp
83
*testRunner.fRunnables.append() = SkNEW_ARGS(
PathOpsThreadedRunnable
,
PathOpsSimplifyQuadThreadedTest.cpp
85
*testRunner.fRunnables.append() = SkNEW_ARGS(
PathOpsThreadedRunnable
,
PathOpsSimplifyQuadralateralsThreadedTest.cpp
85
*testRunner.fRunnables.append() = SkNEW_ARGS(
PathOpsThreadedRunnable
,
PathOpsSimplifyTrianglesThreadedTest.cpp
93
*testRunner.fRunnables.append() = SkNEW_ARGS(
PathOpsThreadedRunnable
,
PathOpsSimplifyRectThreadedTest.cpp
197
*testRunner.fRunnables.append() = SkNEW_ARGS(
PathOpsThreadedRunnable
,
Completed in 315 milliseconds