Searched refs:stateCount (Results 1 – 3 of 3) sorted by relevance
338 size_t stateCount = 0; in Unpack8() local347 stateCount = n - dstSkip; in Unpack8()357 stateCount = n - dstSkip; in Unpack8()366 if (stateCount > dstWrite) { in Unpack8()367 stateCount = dstWrite; in Unpack8()371 SkASSERT(stateCount > 0); in Unpack8()372 register_memset_count(stateCount); in Unpack8()373 PB_MEMSET(dst, *src++, stateCount); in Unpack8()376 SkASSERT(stateCount > 0); in Unpack8()377 register_memcpy_count(stateCount); in Unpack8()[all …]
692 var stateCount = 0;703 color: plotColors[stateCount]706 stateCount += 1;713 if (stateCount == 0) {719 stateCount = 1; // Some invalid state!727 for (var j = 0; j < stateCount; j++) {747 for (var k = 0; k < stateCount; k++) {764 for (var k = 0; k < stateCount; k++) {