Searched refs:rowptr (Results 1 – 4 of 4) sorted by relevance
158 JSAMPLE* rowptr = (JSAMPLE*)buffer; in skip_src_rows() local159 int row_count = jpeg_read_scanlines(cinfo, &rowptr, 1); in skip_src_rows()171 JSAMPLE* rowptr = (JSAMPLE*)buffer; in skip_src_rows_tile() local172 int row_count = jpeg_read_tile_scanline(cinfo, index, &rowptr); in skip_src_rows_tile()324 JSAMPLE* rowptr = (JSAMPLE*)bm->getPixels(); in onDecode() local326 bool reuseBitmap = (rowptr != NULL); in onDecode()346 rowptr = (JSAMPLE*)bm->getPixels(); in onDecode()350 int row_count = jpeg_read_scanlines(&cinfo, &rowptr, 1); in onDecode()359 rowptr += bpr; in onDecode()390 JSAMPLE* rowptr = (JSAMPLE*)bm->getPixels(); in onDecode() local[all …]
287 void* rowptr = (void*) decodedBitmap->getPixels(); in onDecode() local288 bool reuseBitmap = (rowptr != NULL); in onDecode()
52 byte *rowptr[MAXHEIGHT+(AMP2*2)]; in D_WarpScreen() local64 rowptr[v] = d_viewbuffer + (r_refdef.vrect.y * screenwidth) + in D_WarpScreen()80 row = &rowptr[v]; in D_WarpScreen()
52 byte *rowptr[1024]; in D_WarpScreen() local64 rowptr[v] = d_viewbuffer + (r_refdef.vrect.y * screenwidth) + in D_WarpScreen()80 row = &rowptr[v]; in D_WarpScreen()