Lines Matching defs:width
42 std::size_t width, std::size_t height, PixelFormat format, std::size_t input_batch_size,
44 width_{width},
71 ImagePipelineNodeArraySource::ImagePipelineNodeArraySource(std::size_t width, std::size_t height,
74 width_{width},
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;) {
566 for (std::size_t irow = 0; irow < shift_count && x < width; irow++, x++) {
592 throw SaneException("Attempt to read zero-width line");
599 for (std::size_t x = 0, width = get_width(); x < width; x += shift_count) {
600 for (std::size_t ishift = 0; ishift < shift_count && x + ishift < width; ishift++) {
633 std::size_t width, std::size_t height) :
637 width_{width},
646 std::size_t width) :
648 width_{width}
797 for (std::size_t x = 0, width = get_width(); x < width && curr_calib_i < max_calib_i; ++x) {