Searched refs:TestingOnly_unique (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tests/ |
D | GrCCPRTest.cpp | 200 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun() 206 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun() 208 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun() 214 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun() 216 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun() 223 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun() 226 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun() 240 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun() 244 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun() 246 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun() [all …]
|
/external/skia/tests/ |
D | GrCCPRTest.cpp | 170 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun() 177 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun() 180 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun() 198 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()
|
/external/skqp/src/core/ |
D | SkPathPriv.h | 182 static bool TestingOnly_unique(const SkPath& path) { in TestingOnly_unique() function
|
/external/skia/src/core/ |
D | SkPathPriv.h | 206 static bool TestingOnly_unique(const SkPath& path) { in TestingOnly_unique() function
|