Lines Matching refs:tolerance
100 void expectColor(const Rect& rect, const Color& color, uint8_t tolerance = 0) {
104 TransactionUtils::expectBufferColor(mOutBuffer, mPixels, rect, color, tolerance);
107 void expectBorder(const Rect& rect, const Color& color, uint8_t tolerance = 0) {
123 expectColor(top, color, tolerance);
127 expectColor(left, color, tolerance);
131 expectColor(right, color, tolerance);
141 expectColor(bottom, color, tolerance);
147 uint8_t tolerance = 0) {
156 tolerance);
158 tolerance);
160 tolerance);
162 bottomRight, tolerance);