Searched refs:src_row_data (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc575 const uint32_t* src_row_data = reinterpret_cast<const uint32_t*>( local
577 const uint32_t* src_row_data_end = src_row_data + src_stride * height;
583 if (IsVisibleRow(src_row_data, src_row_data_end)) {
591 src_row_data += src_stride * y;
600 src_row_data += x;
612 memcpy(dst_row_data, src_row_data, bytes_per_row);
613 src_row_data += src_stride;

Completed in 197 milliseconds