Home | History | Annotate | Download | only in hwc

Lines Matching refs:maxDim

252         HwcTestDim maxDim;
260 HwcTestDim maxDim;
496 measPtr->df.maxDim = dfMaxDim(format->format);
497 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
506 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
511 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
519 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
520 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
522 || (measPtr->sc.maxDim.width() >=
524 ((string) measPtr->sc.maxDim).c_str());
527 measPtr->df.minDim, measPtr->df.maxDim,
528 measPtr->sc.minDim, measPtr->sc.maxDim,
542 measPtr->df.minDim, measPtr->df.maxDim,
543 measPtr->sc.minDim, measPtr->sc.maxDim,