Home | History | Annotate | Download | only in images

Lines Matching refs:row_pointer

1192             JSAMPROW row_pointer[1];    /* pointer to JSAMPLE row[s] */
1195 row_pointer[0] = oneRowP;
1196 (void) jpeg_write_scanlines(&cinfo, row_pointer, 1);