HomeSort by relevance Sort by last modified time
    Searched full:new_row_width (Results 1 - 1 of 1) sorted by null

  /packages/apps/Gallery2/jni/filters/
geometry.c 119 int new_row_width = cpy_bytes * dstWidth; local
126 memcpy(destination + (j - offsetHeight) * new_row_width, source + j * row_width + offsetWidth * cpy_bytes, cpy_bytes * dstWidth );

Completed in 170 milliseconds