Home | History | Annotate | Download | only in hwc

Lines Matching defs:dim

169     void setSourceDim(HwcTestDim dim);
730 HwcTestDim dim(w, startDim.height());
731 Rectangle rect(format, dim);
754 HwcTestDim dim(startDim.width(), h);
755 Rectangle rect(format, dim);
778 HwcTestDim dim(w, startDim.height());
779 Rectangle rect(format, dim);
801 HwcTestDim dim(startDim.width(), h);
802 Rectangle rect(format, dim);
836 HwcTestDim dim(w, h);
837 Rectangle rect(format, dim);
842 uint64_t pixels = dim.width() * dim.height();
845 bestDim = dim;
871 HwcTestDim dim(width, height);
872 Rectangle rect(format, dim);
876 if (num == 1) { return dim; }
885 HwcTestDim dim(w, h);
886 Rectangle rect(format, dim);
891 uint64_t pixels = dim.width() * dim.height();
894 bestDim = dim;
1008 HwcTestDim dim(w, h);
1014 uint64_t pixels = dim.width() * dim.height();
1017 bestDim = dim;
1043 HwcTestDim dim = searchLimits.sourceCrop;
1048 if (num == 1) { return dim; }
1059 HwcTestDim dim(w, h);
1060 Rectangle rect(format, dfDim, dim);
1065 uint64_t pixels = dim.width() * dim.height();
1068 bestDim = dim;
1321 void Rectangle::setSourceDim(HwcTestDim dim)
1323 this->sourceDim = dim;