Home | History | Annotate | Download | only in compile

Lines Matching full:endx

850 static void findMaxOpacity(png_bytepp rows, int startX, int startY, int endX,
855 for (int x = startX, y = startY; x != endX && y != endY;
867 static uint8_t maxAlphaOverRow(png_bytep row, int startX, int endX) {
869 for (int x = startX; x < endX; x++) {
889 int endX = image->width - 2;
896 findMaxOpacity(image->rows.data(), endX, midY, midX, -1, -1, 0,
916 int innerEndX = endX - image->outlineInsetsRight;