Searched refs:rowa (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngstest.c2720 png_const_bytep rowa = a->buffer+16; local
2751 if (stridea < 0) rowa += (height-1) * (-stridea);
2768 ppa = rowa;
2963 for (y=0; y<height; ++y, rowa += stridea, rowb += strideb)
2968 for (x=0, ppa=rowa, ppb=rowb; x<width; ++x)

Completed in 41 milliseconds