Searched refs:src_frame_offset (Results 1 – 1 of 1) sorted by relevance
70 DesktopVector src_frame_offset = src_frame_origin.subtract(origin); in CopyIntersectingPixelsFrom() local78 std::round((horizontal_scale - 1.0) * src_frame_offset.x())), in CopyIntersectingPixelsFrom()80 std::round((vertical_scale - 1.0) * src_frame_offset.y()))); in CopyIntersectingPixelsFrom()84 src_frame_offset = src_frame_offset.add(origin_adjustment); in CopyIntersectingPixelsFrom()97 int32_t src_pos_x = std::max(0, -src_frame_offset.x()); in CopyIntersectingPixelsFrom()98 int32_t src_pos_y = std::max(0, -src_frame_offset.y()); in CopyIntersectingPixelsFrom()