Home | History | Annotate | Download | only in nav

Lines Matching refs:minH

1244     int minH = history->minWorkingHorizontal();
1245 setWorkingOverlap(testBottom - testY, maxH - testY, testBottom - minH);
1246 setWorkingInclusion(minH - testY, testBottom - maxH);
1284 int minH = history->minWorkingHorizontal();
1285 setWorkingOverlap(testBottom - testY, testBottom - minH, maxH - testY);
1286 setWorkingInclusion(testBottom - maxH, minH - testY);