Lines Matching defs:bottom
2072 unsigned int bottom, black_pixels;
2116 bottom = 1;
2120 dev->frontend.set_offset(0, bottom);
2121 dev->frontend.set_offset(1, bottom);
2122 dev->frontend.set_offset(2, bottom);
2133 std::snprintf(title, 30, "gl646_offset%03d.tiff", static_cast<int>(bottom));
2151 bottom++;
2180 int top, bottom, black_pixels;
2229 bottom = 90;
2230 dev->frontend.set_offset(0, bottom);
2231 dev->frontend.set_offset(1, bottom);
2232 dev->frontend.set_offset(2, bottom);
2241 std::snprintf(title, 30, "gl646_offset%03d.tiff", bottom);
2245 DBG(DBG_info, "%s: bottom avg=%d\n", __func__, bottomavg);
2268 while ((pass < 32) && (top - bottom > 1))
2273 dev->frontend.set_offset(0, (top + bottom) / 2);
2274 dev->frontend.set_offset(1, (top + bottom) / 2);
2275 dev->frontend.set_offset(2, (top + bottom) / 2);
2300 bottom = dev->frontend.get_offset(1);