Searched refs:tmpRow (Results 1 – 3 of 3) sorted by relevance
85 final double[] tmpRow = previousRow; in integrate() local87 currentRow = tmpRow; in integrate()
383 const void* tmpRow = srcRow; in do_color_xform_non_linear_blending() local386 tmpRow = dstRow; in do_color_xform_non_linear_blending()390 SkAssertResult(xform->apply(fmt, dstRow, fmt, tmpRow, dst->width(), dst->alphaType())); in do_color_xform_non_linear_blending()
2499 void* tmpRow = scratch.get(); in onReadPixels() local2505 memcpy(tmpRow, top, tightRowBytes); in onReadPixels()2507 memcpy(bottom, tmpRow, tightRowBytes); in onReadPixels()