Lines Matching full:rowa
2603 png_const_bytep rowa = a->buffer+16;2634 if (stridea < 0) rowa += (height-1) * (-stridea);2651 ppa = rowa;2851 for (y=0; y<height; ++y, rowa += stridea, rowb += strideb)2856 for (x=0, ppa=rowa, ppb=rowb; x<width; ++x)