Lines Matching refs:row
204 png_bytep row, int width, bool transparent, bool required,
214 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
302 png_bytep row, int width, bool transparent, bool required,
309 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outError)) {
315 int tick = tick_type(row + i * 4, transparent, outError);
323 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + (width - 2) * 4, transparent, outError)) {
329 int tick = tick_type(row+i*4, transparent, outError);
595 if (yDivs[0] == 0) { // Row 1 is strechable
618 // The first row always starts with the top being at y=0 and the bottom
620 // the first row is stretchable along the Y axis, otherwise it is fixed.
621 // The last row always ends with the bottom being bitmap.height and the top
623 // yDivs[numYDivs-1]. In the former case the last row is stretchable along
632 // The initial yDiv and whether the first row is considered stretchable or
768 png_bytep row = rows[j];
770 rr = row[0];
771 gg = row[1];
772 bb = row[2];
773 aa = row[3];
774 row += bpp;
777 printf("Row %d:", j);
828 png_bytep row = imageInfo.rows[j];
831 rr = *row++;
832 gg = *row++;
833 bb = *row++;
834 aa = *row++;
951 png_bytep row = imageInfo.rows[j];
954 rr = *row++;
955 gg = *row++;
956 bb = *row++;
957 aa = *row++;