Lines Matching defs:gather
428 auto gather = alloc->make<SkRasterPipeline_GatherCtx>();
429 gather->pixels = pm.addr();
430 gather->stride = pm.rowBytesAsPixels();
431 gather->width = pm.width();
432 gather->height = pm.height();
467 void* ctx = gather;
552 p->append(SkRasterPipeline::bilerp_clamp_8888, gather);
565 *(SkRasterPipeline_GatherCtx*)(ctx) = *gather;
579 p->append(SkRasterPipeline::bicubic_clamp_8888, gather);
592 *(SkRasterPipeline_GatherCtx*)(ctx) = *gather;
785 case SkTileMode::kDecal: /* handled after gather */ break;
791 case SkTileMode::kDecal: /* handled after gather */ break;
805 skvm::Color c = gather(u.pixelFormat, u.addr, index);