Lines Matching refs:y
74 y = pMergeFrom->y; in updateGeometryWith()
87 if( pMergeFrom->y < y ) in updateGeometryWith()
89 h += y - pMergeFrom->y; in updateGeometryWith()
90 y = pMergeFrom->y; in updateGeometryWith()
92 if( pMergeFrom->y+pMergeFrom->h > y+h ) in updateGeometryWith()
93 h = pMergeFrom->h+pMergeFrom->y - y; in updateGeometryWith()
104 x, y, w, h ); in emitStructure()
159 y = aRange.getMinY(); in updateGeometry()
217 if( pText->y > pLastText->y+pLastText->h || in isSingleLined()
218 pLastText->y > pText->y+pText->h ) in isSingleLined()
321 (*it)->y >= pLink->y && (*it)->y + (*it)->h <= pLink->y + pLink->h ) in resolveHyperlink()
430 if( pEle->y <= u_y && pEle->y + pEle->h*1.1 >= u_y ) in resolveUnderlines()