Lines Matching refs:get_width
127 convert_pixel_row_format(buffer_.data(), src_format, out_data, dst_format_, get_width());
213 ImagePipelineNodeDesegment(source, source.get_width() * interleaved_lines,
214 interleaved_lines, source.get_width(),
250 auto num_values = get_width() * get_pixel_channels(source_.get_format());
312 for (std::size_t x = 0, width = get_width(); x < width; ++x) {
377 for (std::size_t x = 0, width = get_width(); x < width; ++x) {
442 for (std::size_t x = 0, width = get_width(); x < width; ++x) {
517 for (std::size_t x = 0, width = get_width(); x < width; ++x) {
565 for (std::size_t x = 0, width = get_width(); x < width;) {
579 width_ = source_.get_width();
599 for (std::size_t x = 0, width = get_width(); x < width; x += shift_count) {
655 auto src_width = source_.get_width();
729 auto x_src_width = source_.get_width() > offset_x_ ? source_.get_width() - offset_x_ : 0;
797 for (std::size_t x = 0, width = get_width(); x < width && curr_calib_i < max_calib_i; ++x) {
830 get_pixel_channels(format), get_width(), buffer_.height());
845 return nodes_.front()->get_width();
869 return nodes_.back()->get_width();