HomeSort by relevance Sort by last modified time
    Searched refs:PathOpsThreadedRunnable (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/skia/tests/
PathOpsThreadedCommon.h 16 class PathOpsThreadedRunnable;
43 SkTDArray<PathOpsThreadedRunnable*> fRunnables;
47 class PathOpsThreadedRunnable : public SkRunnable {
49 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int a, int b, int c, int d,
59 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), const char* str,
67 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int dirNo, const char* str,
PathOpsTightBoundsTest.cpp 43 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
118 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsOpCubicThreadedTest.cpp 76 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsOpLoopThreadedTest.cpp 74 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsOpRectThreadedTest.cpp 83 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsQuadLineIntersectionThreadedTest.cpp 119 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsSimplifyDegenerateThreadedTest.cpp 83 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsSimplifyQuadThreadedTest.cpp 84 *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 196 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
  /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 76 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsOpLoopThreadedTest.cpp 71 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsOpRectThreadedTest.cpp 83 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsQuadLineIntersectionThreadedTest.cpp 119 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsSimplifyDegenerateThreadedTest.cpp 83 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
PathOpsSimplifyQuadThreadedTest.cpp 84 *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 196 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,

Completed in 211 milliseconds