Lines Matching refs:tolerance
91 void expectColor(const Rect& rect, const Color& color, uint8_t tolerance = 0) {
95 TransactionUtils::expectBufferColor(mOutBuffer, mPixels, rect, color, tolerance);
98 void expectBorder(const Rect& rect, const Color& color, uint8_t tolerance = 0) {
114 expectColor(top, color, tolerance);
118 expectColor(left, color, tolerance);
122 expectColor(right, color, tolerance);
132 expectColor(bottom, color, tolerance);
138 uint8_t tolerance = 0) {
147 tolerance);
149 tolerance);
151 tolerance);
153 bottomRight, tolerance);