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

/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc610 uint8* dst_row_data = reinterpret_cast<uint8*>(cursor_image->data()); local
612 memcpy(dst_row_data, src_row_data, bytes_per_row);
614 dst_row_data += cursor_image->stride();

Completed in 528 milliseconds