Home
last modified time | relevance | path

Searched refs:dfMin (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp293 const HwcTestDim& dfMin, const HwcTestDim& dfMax,
297 const HwcTestDim& dfMin, const HwcTestDim& dfMax,
1098 const HwcTestDim& dfMin, const HwcTestDim& dfMax, in scHScale() argument
1116 dfDim = dfMin; in scHScale()
1130 Range(dfMin.width(), dfMax.width()), in scHScale()
1142 dfDim = HwcTestDim(selected.denominator(), dfMin.height()); in scHScale()
1197 const HwcTestDim& dfMin, const HwcTestDim& dfMax, in scVScale() argument
1215 dfDim = dfMin; in scVScale()
1229 Range(dfMin.height(), dfMax.height()), in scVScale()
1241 dfDim = HwcTestDim(dfMin.width(), selected.denominator()); in scVScale()