Home
last modified time | relevance | path

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

/haiku/src/libs/print/libprint/
H A DValidRect.cpp27 int fLeftBound; member in BoundsCalculator
109 for (int x = fLeft; x < fLeftBound; x ++) { in updateLeftBound()
111 fLeftBound = x; in updateLeftBound()
173 fLeftBound = fRight + 1; in getValidRect()
180 if (fLeft == fLeftBound && fRight == fRightBound) { in getValidRect()
187 rect->left = fLeftBound; in getValidRect()