Home
last modified time | relevance | path

Searched refs:skipCount (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tests/
Dskia_test.cpp235 int skipCount = 0; in main() local
245 ++skipCount; in main()
265 toRun, status.failCount(), skipCount, status.testCount()); in main()
/third_party/skia/src/core/
DSkPath_serial.cpp225 const SkPoint* points = buffer.skipCount<SkPoint>(pts); in readFromMemory_EQ4Or5()
226 const SkScalar* conics = buffer.skipCount<SkScalar>(cnx); in readFromMemory_EQ4Or5()
227 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4Or5()
DSkBuffer.h68 template <typename T> const T* skipCount(size_t count) { in skipCount() function
DSkPath.cpp2277 int skipCount = SkPathPriv::LeadingMoveToCount(*this) - 1; in computeConvexity() local
2287 } else if (fLastMoveToIndex != skipCount) { in computeConvexity()
2294 if (skipCount > 0) { in computeConvexity()
2295 points += skipCount; in computeConvexity()
2296 pointCount -= skipCount; in computeConvexity()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp1861 uint32_t skipCount = 0; in printFailuresAndReturnCount() local
1870 skipCount++; in printFailuresAndReturnCount()
1891 if (skipCount > 0) in printFailuresAndReturnCount()
1893 printf("%u tests skipped.\n", skipCount); in printFailuresAndReturnCount()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp290 size_t skipCount,
1822 size_t skipCount, in loadAllParams() argument
1828 for (size_t paramIndex = 0; paramIndex + skipCount < parameterCount; ++paramIndex) in loadAllParams()