Lines Matching refs:dim

167     void setSourceDim(HwcTestDim dim);
729 HwcTestDim dim(w, startDim.height()); in dfMinWidth() local
730 Rectangle rect(format, dim); in dfMinWidth()
753 HwcTestDim dim(startDim.width(), h); in dfMinHeight() local
754 Rectangle rect(format, dim); in dfMinHeight()
777 HwcTestDim dim(w, startDim.height()); in dfMaxWidth() local
778 Rectangle rect(format, dim); in dfMaxWidth()
800 HwcTestDim dim(startDim.width(), h); in dfMaxHeight() local
801 Rectangle rect(format, dim); in dfMaxHeight()
835 HwcTestDim dim(w, h); in dfMinDim() local
836 Rectangle rect(format, dim); in dfMinDim()
841 uint64_t pixels = dim.width() * dim.height(); in dfMinDim()
844 bestDim = dim; in dfMinDim()
870 HwcTestDim dim(width, height); in dfMaxDim() local
871 Rectangle rect(format, dim); in dfMaxDim()
875 if (num == 1) { return dim; } in dfMaxDim()
884 HwcTestDim dim(w, h); in dfMaxDim() local
885 Rectangle rect(format, dim); in dfMaxDim()
890 uint64_t pixels = dim.width() * dim.height(); in dfMaxDim()
893 bestDim = dim; in dfMaxDim()
1007 HwcTestDim dim(w, h); in scMinDim() local
1013 uint64_t pixels = dim.width() * dim.height(); in scMinDim()
1016 bestDim = dim; in scMinDim()
1042 HwcTestDim dim = searchLimits.sourceCrop; in scMaxDim() local
1047 if (num == 1) { return dim; } in scMaxDim()
1058 HwcTestDim dim(w, h); in scMaxDim() local
1059 Rectangle rect(format, dfDim, dim); in scMaxDim()
1064 uint64_t pixels = dim.width() * dim.height(); in scMaxDim()
1067 bestDim = dim; in scMaxDim()
1320 void Rectangle::setSourceDim(HwcTestDim dim) in setSourceDim() argument
1322 this->sourceDim = dim; in setSourceDim()