Lines Matching refs:testPrintI
425 testPrintI("startDim: %s", ((string) startDim).c_str()); in main()
442 testPrintI("format: %s", format->desc); in main()
456 testPrintI(" startDimOverlays: %u", measPtr->startDimOverlays); in main()
464 testPrintI(" max nonOverlapping overlays: %s%u", in main()
469 testPrintI(" max Overlapping overlays: %s%u", in main()
476 testPrintI(" transforms: %s", in main()
479 testPrintI(" blends: %s", in main()
484 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth); in main()
487 testPrintI(" dfMinHeight: %u", measPtr->df.minHeight); in main()
490 testPrintI(" dfMaxWidth: %u", measPtr->df.maxWidth); in main()
493 testPrintI(" dfMaxHeight: %u", measPtr->df.maxHeight); in main()
496 testPrintI(" dfMinDim: %s", ((string) measPtr->df.minDim).c_str()); in main()
499 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str()); in main()
503 testPrintI(" scMinWidth: %u", measPtr->sc.minWidth); in main()
506 testPrintI(" scMinHeight: %u", measPtr->sc.minHeight); in main()
509 testPrintI(" scMaxWidth: %s%u", (measPtr->sc.maxWidth in main()
514 testPrintI(" scMaxHeight: %s%u", (measPtr->sc.maxHeight in main()
519 testPrintI(" scMinDim: %s", ((string) measPtr->sc.minDim).c_str()); in main()
522 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width() in main()
533 testPrintI(" scHScale: %s%f", in main()
538 testPrintI(" HScale Best Display Frame: %s", in main()
540 testPrintI(" HScale Best Source Crop: %s", in main()
548 testPrintI(" scVScale: %s%f", in main()
553 testPrintI(" VScale Best Display Frame: %s", in main()
555 testPrintI(" VScale Best Source Crop: %s", in main()
591 testPrintI("overlapping blend: none"); in main()
598 testPrintI(""); in main()
600 testPrintI("overlapping blend: premult"); in main()
607 testPrintI(""); in main()
609 testPrintI("overlapping blend: coverage"); in main()
616 testPrintI(""); in main()
1153 testPrintI(" scHscale num: %u scale: %f dfDim: %s scDim: %s", in scHScale()
1252 testPrintI(" scHscale num: %u scale: %f dfDim: %s scDim: %s", in scVScale()
1431 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(hwcList); } in numOverlays()
1434 testPrintI("Post Prepare:"); in numOverlays()
1526 testPrintI("%*s%s", indent + maxHeadingLen, "", in printFormatHeadings()
1545 testPrintI("%s", line.str().c_str()); in printOverlapLine()