Searched refs:State4 (Results 1 - 16 of 16) sorted by last modified time

/external/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp13 State4& state = *(State4*) data;
107 State4& state = *(State4*) data;
204 State4& state = *(State4*) data;
H A DEdgeWalkerQuadratic4x4_Test.cpp16 State4& state = *(State4*) data;
H A DEdgeWalker_Test.h12 struct State4;
26 State4& state, const char* pathStr);
30 struct State4 { struct
31 State4();
35 static State4* queue;
50 void createThread(State4* statePtr, void* (*test)(void* ));
53 void outputProgress(const State4& state, const char* pathStr, SkPath::FillType );
54 void outputProgress(const State4& state, const char* pathStr, ShapeOp op);
55 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix,
58 bool runNextTestSet(State4
[all...]
H A DEdgeWalker_TestUtility.cpp390 bool testSimplifyx(SkPath& path, bool useXor, SkPath& out, State4& state,
474 State4 threadState[maxThreadsAllocated];
479 State4* State4::queue = NULL;
480 pthread_mutex_t State4::addQueue = PTHREAD_MUTEX_INITIALIZER;
481 pthread_cond_t State4::checkQueue = PTHREAD_COND_INITIALIZER;
483 State4::State4() { function in class:State4
488 void createThread(State4* statePtr, void* (*testFun)(void* )) {
496 State4* statePt
[all...]
H A DLineQuadraticIntersection_Test.cpp143 static void testLineIntersect(State4& state, const Quadratic& quad, const _Line& line,
182 State4& state = *(State4*) data;
H A DShapeOpCubic4x4_Test.cpp25 State4& state = *(State4*) data;
H A DShapeOpRect4x4_Test.cpp21 State4& state = *(State4*) data;
H A DSimplifyRect4x4_Test.cpp21 State4& state = *(State4*) data;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp13 State4& state = *(State4*) data;
107 State4& state = *(State4*) data;
204 State4& state = *(State4*) data;
H A DEdgeWalkerQuadratic4x4_Test.cpp16 State4& state = *(State4*) data;
H A DEdgeWalker_Test.h12 struct State4;
26 State4& state, const char* pathStr);
30 struct State4 { struct
31 State4();
35 static State4* queue;
50 void createThread(State4* statePtr, void* (*test)(void* ));
53 void outputProgress(const State4& state, const char* pathStr, SkPath::FillType );
54 void outputProgress(const State4& state, const char* pathStr, ShapeOp op);
55 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix,
58 bool runNextTestSet(State4
[all...]
H A DEdgeWalker_TestUtility.cpp390 bool testSimplifyx(SkPath& path, bool useXor, SkPath& out, State4& state,
474 State4 threadState[maxThreadsAllocated];
479 State4* State4::queue = NULL;
480 pthread_mutex_t State4::addQueue = PTHREAD_MUTEX_INITIALIZER;
481 pthread_cond_t State4::checkQueue = PTHREAD_COND_INITIALIZER;
483 State4::State4() { function in class:State4
488 void createThread(State4* statePtr, void* (*testFun)(void* )) {
496 State4* statePt
[all...]
H A DLineQuadraticIntersection_Test.cpp143 static void testLineIntersect(State4& state, const Quadratic& quad, const _Line& line,
182 State4& state = *(State4*) data;
H A DShapeOpCubic4x4_Test.cpp25 State4& state = *(State4*) data;
H A DShapeOpRect4x4_Test.cpp21 State4& state = *(State4*) data;
H A DSimplifyRect4x4_Test.cpp21 State4& state = *(State4*) data;

Completed in 122 milliseconds