Searched refs:n_components_per_line (Results 1 – 1 of 1) sorted by relevance
266 const glw::GLuint n_components_per_line = n_components_per_pixel * image_width; in fillImage() local270 const glw::GLuint line_offset = y * n_components_per_line; in fillImage()