Lines Matching defs:count
43 const uint32_t* xy, int count, uint32_t* colors) {
44 SkASSERT(count > 0 && colors != nullptr);
152 while (count >= 8) {
156 count -= 8;
158 if (count > 0) {
159 __m256i active = skvx::bit_pun<__m256i>( count > skvx::Vec<8,int>{0,1,2,3, 4,5,6,7} ),
166 sk_msan_mark_initialized(colors, colors+count,
175 const uint32_t* xy, int count, uint32_t* colors) {
176 SkASSERT(count > 0 && colors != nullptr);
243 while (count >= 4) {
285 count -= 4;
288 while (count --> 0) {
289 // This is exactly the same flow as the count >= 4 loop above, but writing one pixel.
314 const uint32_t* xy, int count, uint32_t* colors) {
315 SkASSERT(count > 0 && colors != nullptr);
331 while (count --> 0) {
476 const uint32_t* xy, int count, SkPMColor* colors) {
477 SkASSERT(count > 0 && colors != nullptr);
488 while (count --> 0) {
505 const uint32_t* xy, int count, SkPMColor* colors) {
506 SkASSERT(count > 0 && colors != nullptr);
514 while (count --> 0) {