Home | History | Annotate | Download | only in aapt2

Lines Matching full:startx

818 static void findMaxOpacity(png_bytepp rows, int startX, int startY, int endX, int endY,
823 for (int x = startX, y = startY; x != endX && y != endY; x += dX, y += dY, inset++) {
834 static uint8_t maxAlphaOverRow(png_bytep row, int startX, int endX) {
836 for (int x = startX; x < endX; x++) {