Home | History | Annotate | Download | only in hwc

Lines Matching defs:maxDim

255         HwcTestDim maxDim;
263 HwcTestDim maxDim;
500 measPtr->df.maxDim = dfMaxDim(format->format);
501 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
510 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
515 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
523 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
524 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
526 || (measPtr->sc.maxDim.width() >=
528 ((string) measPtr->sc.maxDim).c_str());
531 measPtr->df.minDim, measPtr->df.maxDim,
532 measPtr->sc.minDim, measPtr->sc.maxDim,
546 measPtr->df.minDim, measPtr->df.maxDim,
547 measPtr->sc.minDim, measPtr->sc.maxDim,