Home | History | Annotate | Download | only in aapt

Lines Matching refs:row

168         png_bytep row, int width, bool transparent, bool required,
178 if (is_tick(row+i*4, transparent, outError)) {
460 if (yDivs[0] == 0) { // Row 1 is strechable
483 // The first row always starts with the top being at y=0 and the bottom
485 // the first row is stretchable along the Y axis, otherwise it is fixed.
486 // The last row always ends with the bottom being bitmap.height and the top
488 // yDivs[numYDivs-1]. In the former case the last row is stretchable along
497 // The initial yDiv and whether the first row is considered stretchable or
633 png_bytep row = rows[j];
635 rr = row[0];
636 gg = row[1];
637 bb = row[2];
638 aa = row[3];
639 row += bpp;
642 printf("Row %d:", j);
693 png_bytep row = imageInfo.rows[j];
696 rr = *row++;
697 gg = *row++;
698 bb = *row++;
699 aa = *row++;
816 png_bytep row = imageInfo.rows[j];
819 rr = *row++;
820 gg = *row++;
821 bb = *row++;
822 aa = *row++;