Searched defs:State4 (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/ |
H A D | EdgeWalker_Test.h | 12 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 D | EdgeWalker_TestUtility.cpp | 390 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...] |
/external/skia/experimental/Intersection/ |
H A D | EdgeWalker_Test.h | 12 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 D | EdgeWalker_TestUtility.cpp | 390 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...] |
Completed in 111 milliseconds