Home
last modified time | relevance | path

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

/haiku/src/libs/print/libprint/
H A DValidRect.cpp34 INLINE const uchar *getRow(int x, int y);
66 BoundsCalculator::getRow(int x, int y) in getRow() function in BoundsCalculator
75 const uchar* row = getRow(fLeft, fTop); in getTop()
92 const uchar *row = getRow(fLeft, fBottom); in getBottom()
176 const uchar *row = getRow(fLeft, fTop); in getValidRect()