Lines Matching refs:src_span

230   const uint32_t* src_span;  in rasterOpInDirection()  local
235 src_span = src.data() + sp.y() * src_span_delta + sp.x() / 32; in rasterOpInDirection()
242 src_span = src.data() - (sp.y() + dr.height() - 1) * src_span_delta + sp.x() / 32; in rasterOpInDirection()
253 --src_span; in rasterOpInDirection()
262 … for (int i = dr.height(); i > 0; --i, src_span += src_span_delta, dst_span += dst_span_delta) { in rasterOpInDirection()
263 const uint32_t src_word = src_span[0]; in rasterOpInDirection()
269 … for (int i = dr.height(); i > 0; --i, src_span += src_span_delta, dst_span += dst_span_delta) { in rasterOpInDirection()
272 uint32_t src_word = src_span[widx]; in rasterOpInDirection()
278 src_word = src_span[widx]; in rasterOpInDirection()
284 src_word = src_span[widx]; in rasterOpInDirection()
300 for (int i = dr.height(); i > 0; --i, src_span += src_span_delta, dst_span += dst_span_delta) { in rasterOpInDirection()
303 const uint32_t src_word1 = src_span[0]; in rasterOpInDirection()
307 const uint32_t src_word2 = src_span[1]; in rasterOpInDirection()
320 for (int i = dr.height(); i > 0; --i, src_span += src_span_delta, dst_span += dst_span_delta) { in rasterOpInDirection()
325 const uint32_t src_word1 = src_span[widx]; in rasterOpInDirection()
329 const uint32_t src_word2 = src_span[widx + 1]; in rasterOpInDirection()
337 const uint32_t src_word1 = src_span[widx]; in rasterOpInDirection()
338 const uint32_t src_word2 = src_span[widx + 1]; in rasterOpInDirection()
349 const uint32_t src_word1 = src_span[widx]; in rasterOpInDirection()
353 const uint32_t src_word2 = src_span[widx + 1]; in rasterOpInDirection()