Searched refs:skipCount (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/ |
D | buffers.dart | 141 int skipCount = start; 143 if (skipCount > 0) { 144 skipCount--; 153 if (skipCount > 0) { 286 void setRange(int start, int end, Iterable<E> source, [int skipCount = 0]) { 290 _setRange(start, end, source, skipCount); 294 void _setRange(int start, int end, Iterable<E> source, int skipCount) { 296 _buffer.setRange(start, end, source._buffer, skipCount); 298 _buffer.setRange(start, end, source, skipCount);
|
/third_party/flutter/skia/tests/ |
D | skia_test.cpp | 232 int skipCount = 0; in main() local 242 ++skipCount; in main() 262 toRun, status.failCount(), skipCount, status.testCount()); in main()
|
/third_party/skia/tests/ |
D | skia_test.cpp | 235 int skipCount = 0; in main() local 245 ++skipCount; in main() 265 toRun, status.failCount(), skipCount, status.testCount()); in main()
|
/third_party/skia/src/core/ |
D | SkPath_serial.cpp | 225 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()
|
D | SkBuffer.h | 68 template <typename T> const T* skipCount(size_t count) { in skipCount() function
|
D | SkPath.cpp | 2231 int skipCount = SkPathPriv::LeadingMoveToCount(*this) - 1; in computeConvexity() local 2241 } else if (fLastMoveToIndex != skipCount) { in computeConvexity() 2248 if (skipCount > 0) { in computeConvexity() 2249 points += skipCount; in computeConvexity() 2250 pointCount -= skipCount; in computeConvexity()
|
/third_party/flutter/skia/src/core/ |
D | SkPath_serial.cpp | 218 const SkPoint* points = buffer.skipCount<SkPoint>(pts); in readFromMemory_EQ4() 219 const SkScalar* conics = buffer.skipCount<SkScalar>(cnx); in readFromMemory_EQ4() 220 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4()
|
D | SkBuffer.h | 68 template <typename T> const T* skipCount(size_t count) { in skipCount() function
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | test_async_utils.dart | 168 int skipCount = 0; 172 skipCount += 1; 174 if (skipCount >= _scopeStack.length) { 183 candidateScope = _scopeStack[_scopeStack.length - skipCount - 1];
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 1861 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/ |
D | OutputSPIRV.cpp | 290 size_t skipCount, 1822 size_t skipCount, in loadAllParams() argument 1828 for (size_t paramIndex = 0; paramIndex + skipCount < parameterCount; ++paramIndex) in loadAllParams()
|