Searched refs:dfMin (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/tests/hwc/ |
D | hwcCommit.cpp | 294 const HwcTestDim& dfMin, const HwcTestDim& dfMax, 298 const HwcTestDim& dfMin, const HwcTestDim& dfMax, 1099 const HwcTestDim& dfMin, const HwcTestDim& dfMax, in scHScale() argument 1117 dfDim = dfMin; in scHScale() 1131 Range(dfMin.width(), dfMax.width()), in scHScale() 1143 dfDim = HwcTestDim(selected.denominator(), dfMin.height()); in scHScale() 1198 const HwcTestDim& dfMin, const HwcTestDim& dfMax, in scVScale() argument 1216 dfDim = dfMin; in scVScale() 1230 Range(dfMin.height(), dfMax.height()), in scVScale() 1242 dfDim = HwcTestDim(dfMin.width(), selected.denominator()); in scVScale()
|