Searched refs:dst_row_data (Results 1 – 1 of 1) sorted by relevance
561 uint8* dst_row_data = reinterpret_cast<uint8*>(cursor_image->data()); in SetCursorShape() local563 memcpy(dst_row_data, src_row_data, bytes_per_row); in SetCursorShape()565 dst_row_data += cursor_image->stride(); in SetCursorShape()