Searched defs:SkRasterPipeline_CopyIndirectCtx (Results 1 – 1 of 1) sorted by relevance
179 struct SkRasterPipeline_CopyIndirectCtx { struct180 float *dst;181 const float *src;182 const uint32_t *indirectOffset; // this applies to `src` or `dst` based on the op183 uint32_t indirectLimit; // the indirect offset is clamped to this upper bound184 uint32_t slots; // the number of slots to copy