Home | History | Annotate | Download | only in effects

Lines Matching refs:tmpBuffer

916             SkAutoTMalloc<uint8_t>  tmpBuffer(dstSize);
917 uint8_t* tp = tmpBuffer.get();
966 //pass2: dp is source, tmpBuffer is destination
969 SkAutoTMalloc<uint8_t> tmpBuffer(dstSize);
972 apply_kernel(tmpBuffer.get(), rx, ry, sumBuffer, tmp_sw, tmp_sh);
974 apply_kernel_interp(tmpBuffer.get(), rx, ry, sumBuffer,
977 //pass3: tmpBuffer is source, dp is destination
980 build_sum_buffer(sumBuffer, tmp_sw, tmp_sh, tmpBuffer.get(), tmp_sw);