Home | History | Annotate | Download | only in tests

Lines Matching defs:checkPixel

68     void checkPixel(uint32_t x, uint32_t y, uint8_t r, uint8_t g, uint8_t b) {
178 sc->checkPixel( 0, 12, 63, 63, 195);
179 sc->checkPixel( 75, 75, 195, 63, 63);
180 sc->checkPixel(145, 145, 63, 63, 195);
190 sc->checkPixel( 24, 24, 63, 63, 195);
191 sc->checkPixel( 75, 75, 63, 63, 195);
192 sc->checkPixel(145, 145, 195, 63, 63);
201 sc->checkPixel( 24, 24, 63, 63, 195);
202 sc->checkPixel( 75, 75, 63, 63, 195);
203 sc->checkPixel(145, 145, 63, 195, 63);
212 sc->checkPixel( 0, 12, 63, 63, 195);
213 sc->checkPixel( 75, 75, 195, 63, 63);
214 sc->checkPixel(145, 145, 63, 63, 195);
227 sc->checkPixel( 0, 12, 63, 63, 195);
228 sc->checkPixel( 75, 75, 195, 63, 63);
229 sc->checkPixel(145, 145, 63, 63, 195);
240 sc->checkPixel( 24, 24, 63, 63, 195);
241 sc->checkPixel( 75, 75, 63, 195, 63);
242 sc->checkPixel(145, 145, 63, 195, 63);