Home
last modified time | relevance | path

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

/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp635 offset_x_{offset_x}, in ImagePipelineNodeExtract()
729 auto x_src_width = source_.get_width() > offset_x_ ? source_.get_width() - offset_x_ : 0; in get_next_row_data()
736 auto pixel = get_raw_pixel_from_row(cached_line_.data(), i + offset_x_, format); in get_next_row_data()
745 std::memcpy(out_data, cached_line_.data() + offset_x_ * bpp, in get_next_row_data()
H A Dimage_pipeline.h454 std::size_t offset_x_ = 0; member in genesys::ImagePipelineNodeExtract

Completed in 4 milliseconds