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

  /external/skia/tests/
PathOpsSkpClipTest.cpp 89 static SkString get_in_path(int dirNo, const char* filename) {
91 SkASSERT(dirNo);
92 path.appendf("%s%d%s", IN_DIR_PRE, dirNo, DIR_POST);
130 static SkString get_out_path(int dirNo, const char* dirName) {
132 SkASSERT(dirNo);
134 path.appendf("%s%d%s%s%s", OUT_DIR_PRE, dirNo, DIR_POST, PATH_SLASH, dirName);
169 void init(int dirNo) {
170 fDirNo = dirNo;
176 void init(int dirNo, const SkString& filename) {
177 fDirNo = dirNo;
    [all...]
PathOpsThreadedCommon.h 66 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int dirNo, const char* str,
69 fState.fA = dirNo;
SkpSkGrTest.cpp 73 void init(int dirNo) {
74 fDirNo = dirNo;
86 static void Test(int dirNo, const char* filename, TestStep testStep, bool verbose) {
88 test.init(dirNo);
97 void test(int dirNo, const SkString& filename) {
98 init(dirNo);
114 void init(int dirNo) {
115 fResult.init(dirNo);
145 SkpSkGrThreadedRunnable(void (*testFun)(SkpSkGrThreadState*), int dirNo, const char* str,
148 fState.init(dirNo);
    [all...]

Completed in 66 milliseconds