Home | History | Annotate | Download | only in hwc

Lines Matching full:numerator

208     uint32_t numerator(void) { return _n; }
210 void setNumerator(uint32_t numerator) { _n = numerator; }
1087 // binary search of rational numbers. The numerator in each of the
1143 scDim = HwcTestDim(selected.numerator(), scMin.height());
1186 // binary search of rational numbers. The numerator in each of the
1242 scDim = HwcTestDim(scMin.width(), selected.numerator());
1375 if ((val.numerator() < nRange.lower())
1376 || (val.numerator() > nRange.upper())) { continue; }
1382 val.setNumerator(val.numerator() + 1);
1383 if (val.numerator() > nRange.upper()) { continue; }