Home
last modified time | relevance | path

Searched refs:pathStr (Results 1 – 15 of 15) sorted by relevance

/external/skia/tests/
DPathOpsSimplifyDegenerateThreadedTest.cpp13 char pathStr[1024]; in testSimplifyDegeneratesMain() local
16 sk_bzero(pathStr, sizeof(pathStr)); in testSimplifyDegeneratesMain()
48 char* str = pathStr; in testSimplifyDegeneratesMain()
57 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType); in testSimplifyDegeneratesMain()
59 testSimplify(path, false, out, state, pathStr); in testSimplifyDegeneratesMain()
62 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType); in testSimplifyDegeneratesMain()
64 testSimplify(path, true, out, state, pathStr); in testSimplifyDegeneratesMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp14 char pathStr[1024]; in testSimplifyQuadralateralsMain() local
17 sk_bzero(pathStr, sizeof(pathStr)); in testSimplifyQuadralateralsMain()
53 char* str = pathStr; in testSimplifyQuadralateralsMain()
64 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType); in testSimplifyQuadralateralsMain()
66 testSimplify(path, false, out, state, pathStr); in testSimplifyQuadralateralsMain()
69 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType); in testSimplifyQuadralateralsMain()
71 testSimplify(path, true, out, state, pathStr); in testSimplifyQuadralateralsMain()
DPathOpsSimplifyTrianglesThreadedTest.cpp13 char pathStr[1024]; in testSimplifyTrianglesMain() local
16 sk_bzero(pathStr, sizeof(pathStr)); in testSimplifyTrianglesMain()
51 char* str = pathStr; in testSimplifyTrianglesMain()
60 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType); in testSimplifyTrianglesMain()
63 testSimplify(path, false, out, state, pathStr); in testSimplifyTrianglesMain()
66 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType); in testSimplifyTrianglesMain()
69 testSimplify(path, true, out, state, pathStr); in testSimplifyTrianglesMain()
DPathOpsSimplifyQuadThreadedTest.cpp14 char pathStr[1024]; in testSimplifyQuadsMain() local
17 sk_bzero(pathStr, sizeof(pathStr)); in testSimplifyQuadsMain()
53 char* str = pathStr; in testSimplifyQuadsMain()
67 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType); in testSimplifyQuadsMain()
69 testSimplify(path, false, out, state, pathStr); in testSimplifyQuadsMain()
72 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType); in testSimplifyQuadsMain()
74 testSimplify(path, true, out, state, pathStr); in testSimplifyQuadsMain()
DPathOpsSimplifyRectThreadedTest.cpp21 char pathStr[1024]; // gdb: set print elements 400 in testSimplify4x4RectsMain() local
24 sk_bzero(pathStr, sizeof(pathStr)); in testSimplify4x4RectsMain()
43 char* str = pathStr; in testSimplify4x4RectsMain()
172 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType); in testSimplify4x4RectsMain()
174 testSimplify(path, false, out, state, pathStr); in testSimplify4x4RectsMain()
176 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType); in testSimplify4x4RectsMain()
178 testSimplify(path, true, out, state, pathStr); in testSimplify4x4RectsMain()
DPathOpsOpCircleThreadedTest.cpp13 char pathStr[1024]; in testOpCirclesMain() local
16 sk_bzero(pathStr, sizeof(pathStr)); in testOpCirclesMain()
27 char* str = pathStr; in testOpCirclesMain()
54 outputProgress(state.fPathStr, pathStr, (SkPathOp) op); in testOpCirclesMain()
DPathOpsOpRectThreadedTest.cpp21 char pathStr[1024]; // gdb: set print elements 400 in testPathOpsRectsMain() local
24 sk_bzero(pathStr, sizeof(pathStr)); in testPathOpsRectsMain()
34 char* str = pathStr; in testPathOpsRectsMain()
72 outputProgress(state.fPathStr, pathStr, (SkPathOp) op); in testPathOpsRectsMain()
DPathOpsOpCubicThreadedTest.cpp18 char pathStr[1024]; in testOpCubicsMain() local
21 sk_bzero(pathStr, sizeof(pathStr)); in testOpCubicsMain()
42 outputProgress(state.fPathStr, pathStr, (SkPathOp) op); in testOpCubicsMain()
45 char* str = pathStr; in testOpCubicsMain()
DPathOpsOpLoopThreadedTest.cpp34 char pathStr[1024]; // gdb: set print elements 400 in testOpLoopsMain() local
37 sk_bzero(pathStr, sizeof(pathStr)); in testOpLoopsMain()
55 char* str = pathStr; in testOpLoopsMain()
86 outputProgress(state.fPathStr, pathStr, kIntersect_SkPathOp); in testOpLoopsMain()
DPathOpsQuadLineIntersectionThreadedTest.cpp43 char pathStr[1024]; in testLineIntersect() local
44 sk_bzero(pathStr, sizeof(pathStr)); in testLineIntersect()
45 char* str = pathStr; in testLineIntersect()
DPathOpsExtendedTest.h48 const char* pathStr);
54 void outputProgress(char* ramStr, const char* pathStr, SkPath::FillType );
55 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op);
DPathOpsExtendedTest.cpp375 static void outputToStream(const char* pathStr, const char* pathPrefix, const char* nameSuffix, in outputToStream() argument
384 outFile.writeText(pathStr); in outputToStream()
402 outFile.writeText(pathStr); in outputToStream()
425 const char* pathStr) { in testSimplify() argument
450 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream); in testSimplify()
609 void outputProgress(char* ramStr, const char* pathStr, SkPath::FillType pathFillType) { in outputProgress() argument
618 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, rRamStream); in outputProgress()
621 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op) { in outputProgress() argument
626 outputToStream(pathStr, nullptr, nameSuffix, testFunction, true, rRamStream); in outputProgress()
DPathOpsThreadedCommon.h78 char pathStr[PATH_STR_SIZE]; in operator() local
79 fState.fPathStr = pathStr; in operator()
DPathOpsSkpClipTest.cpp111 const char* pathStr = path.c_str(); in make_recursive_dir() local
114 while (last > 0 && pathStr[--last] != PATH_SLASH[0]) in make_recursive_dir()
117 SkString shorter(pathStr, last); in make_recursive_dir()
123 while (last < (int) path.size() && pathStr[++last] != PATH_SLASH[0]) in make_recursive_dir()
125 SkString shorter(pathStr, last); in make_recursive_dir()
/external/deqp/executor/
DxeTestCase.cpp69 std::string pathStr (path); in splitPath() local
72 for (int pos = 0; pos < (int)pathStr.length(); pos++) in splitPath()
74 if (pathStr[pos] == '.') in splitPath()
76 components.push_back(pathStr.substr(compStart, pos-compStart)); in splitPath()
81 DE_ASSERT(compStart < (int)pathStr.length()); in splitPath()
82 components.push_back(pathStr.substr(compStart)); in splitPath()