Home | History | Annotate | Download | only in hwc

Lines Matching refs:maxDim

254         HwcTestDim maxDim;
262 HwcTestDim maxDim;
499 measPtr->df.maxDim = dfMaxDim(format->format);
500 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
509 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
514 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
522 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
523 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
525 || (measPtr->sc.maxDim.width() >=
527 ((string) measPtr->sc.maxDim).c_str());
530 measPtr->df.minDim, measPtr->df.maxDim,
531 measPtr->sc.minDim, measPtr->sc.maxDim,
545 measPtr->df.minDim, measPtr->df.maxDim,
546 measPtr->sc.minDim, measPtr->sc.maxDim,