HomeSort by relevance Sort by last modified time
    Searched full:src_row_data (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 526 const uint32_t* src_row_data = reinterpret_cast<const uint32_t*>( local
528 const uint32_t* src_row_data_end = src_row_data + src_stride * height;
534 if (IsVisibleRow(src_row_data, src_row_data_end)) {
542 src_row_data += src_stride * y;
551 src_row_data += x;
563 memcpy(dst_row_data, src_row_data, bytes_per_row);
564 src_row_data += src_stride;
    [all...]

Completed in 3947 milliseconds