Lines Matching refs:column
92 * \param column column of pixel in the image
103 GLint img, GLint row, GLint column )
152 + (skippixels + column) / 8;
186 + (skippixels + column) * bytes_per_pixel;
207 * \param column column of pixel in the image
219 GLint img, GLint row, GLint column )
224 format, type, img, row, column);
235 GLint column )
238 format, type, 0, 0, column);
247 GLint row, GLint column )
250 format, type, 0, row, column);
259 GLint img, GLint row, GLint column )
262 format, type, img, row, column);