Searched refs:rowDestPtr (Results 1 – 2 of 2) sorted by relevance
251 char *rowDestPtr = destPtr; in fill_region_with_value() local253 char *pixelDestPtr = rowDestPtr; in fill_region_with_value()259 rowDestPtr += imageInfo->rowPitch; in fill_region_with_value()
3537 char *rowDestPtr = destPtr; in copy_image_data() local3540 memcpy( rowDestPtr, rowSourcePtr, pixelSize * regionSize[ 0 ] ); in copy_image_data()3542 rowDestPtr += dst_row_pitch_lod; in copy_image_data()