Home | History | Annotate | Download | only in tests

Lines Matching full:1000

292             unsigned short r = (blockX == blockY) ? 1000 : 200;
293 unsigned short g = blockY ? 1000: 200;
294 unsigned short b = blockX ? 1000: 200;
398 checkPixel(buf, 0, 0, 1000, 200, 200);
399 checkPixel(buf, 1, 0, 1000, 200, 200);
400 checkPixel(buf, 0, 1, 1000, 200, 200);
401 checkPixel(buf, 1, 1, 1000, 200, 200);
404 checkPixel(buf, blockWidth, 0, 200, 200, 1000);
405 checkPixel(buf, blockWidth + 1, 0, 200, 200, 1000);
406 checkPixel(buf, blockWidth, 1, 200, 200, 1000);
407 checkPixel(buf, blockWidth + 1, 1, 200, 200, 1000);
410 checkPixel(buf, 0, blockHeight, 200, 1000, 200);
411 checkPixel(buf, 1, blockHeight, 200, 1000, 200);
412 checkPixel(buf, 0, blockHeight + 1, 200, 1000, 200);
413 checkPixel(buf, 1, blockHeight + 1, 200, 1000, 200);
416 checkPixel(buf, blockWidth, blockHeight, 1000, 1000, 1000);
417 checkPixel(buf, blockWidth + 1, blockHeight, 1000, 1000, 1000);
418 checkPixel(buf, blockWidth, blockHeight + 1, 1000, 1000, 1000);
419 checkPixel(buf, blockWidth + 1, blockHeight + 1, 1000, 1000, 1000);
424 unsigned short maxR = (maxBlockX == maxBlockY) ? 1000 : 200;
425 unsigned short maxG = maxBlockY ? 1000: 200;
426 unsigned short maxB = maxBlockX ? 1000: 200;