Home | History | Annotate | Download | only in hwc

Lines Matching refs:maxDim

253         HwcTestDim maxDim;
261 HwcTestDim maxDim;
497 measPtr->df.maxDim = dfMaxDim(format->format);
498 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
507 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
512 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
520 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
521 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
523 || (measPtr->sc.maxDim.width() >=
525 ((string) measPtr->sc.maxDim).c_str());
528 measPtr->df.minDim, measPtr->df.maxDim,
529 measPtr->sc.minDim, measPtr->sc.maxDim,
543 measPtr->df.minDim, measPtr->df.maxDim,
544 measPtr->sc.minDim, measPtr->sc.maxDim,