Home
last modified time | relevance | path

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

/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.cc561 uint8* dst_row_data = reinterpret_cast<uint8*>(cursor_image->data()); in SetCursorShape() local
563 memcpy(dst_row_data, src_row_data, bytes_per_row); in SetCursorShape()
565 dst_row_data += cursor_image->stride(); in SetCursorShape()