Home | History | Annotate | Download | only in hwc

Lines Matching refs:sc

269     } sc;
503 measPtr->sc.minWidth = scMinWidth(format->format, measPtr->df.minDim);
504 testPrintI(" scMinWidth: %u", measPtr->sc.minWidth);
506 measPtr->sc.minHeight = scMinHeight(format->format, measPtr->df.minDim);
507 testPrintI(" scMinHeight: %u", measPtr->sc.minHeight);
509 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
510 testPrintI(" scMaxWidth: %s%u", (measPtr->sc.maxWidth
512 measPtr->sc.maxWidth);
514 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
515 testPrintI(" scMaxHeight: %s%u", (measPtr->sc.maxHeight
517 measPtr->sc.maxHeight);
519 measPtr->sc.minDim = scMinDim(format->format, measPtr->df.minDim);
520 testPrintI(" scMinDim: %s", ((string) measPtr->sc.minDim).c_str());
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());
529 measPtr->sc.hScale = scHScale(format->format,
531 measPtr->sc.minDim, measPtr->sc.maxDim,
532 measPtr->sc.hScaleBestDf,
533 measPtr->sc.hScaleBestSc);
535 (measPtr->sc.hScale
538 (double) measPtr->sc.hScale);
540 ((string) measPtr->sc.hScaleBestDf).c_str());
542 ((string) measPtr->sc.hScaleBestSc).c_str());
544 measPtr->sc.vScale = scVScale(format->format,
546 measPtr->sc.minDim, measPtr->sc.maxDim,
547 measPtr->sc.vScaleBestDf,
548 measPtr->sc.vScaleBestSc);
550 (measPtr->sc.vScale
553 (double) measPtr->sc.vScale);
555 ((string) measPtr->sc.vScaleBestDf).c_str());
557 ((string) measPtr->sc.vScaleBestSc).c_str());