Lines Matching refs:y

115     double rel_x = rElem.x, rel_y = rElem.y;  in fillFrameProps()
139 rel_y -= pAnchor->y; in fillFrameProps()
447 if( pPrevPara->y + pPrevPara->h + 2*head_line_height > elem.y ) in visit()
532 if( pCurPara && pDraw->y < pCurPara->y + pCurPara->h ) in visit()
556 ( ( pDraw->y >= pText->y && pDraw->y <= pText->y+pText->h ) || in visit()
557 ( pDraw->y+pDraw->h >= pText->y && pDraw->y+pDraw->h <= pText->y+pText->h ) in visit()
594 if( pGeo->y > pCurPara->y+pCurPara->h + fCurLineHeight*0.5 ) in visit()
596 else if( pGeo->y > (pCurPara->y+pCurPara->h - fCurLineHeight*0.05) ) in visit()
675 if( pPara->y+pPara->h < rElem.h*0.15 && pPara->isSingleLined( m_rProcessor ) ) in checkHeaderAndFooter()
683 if( pNextPara && pNextPara->y > pPara->y+pPara->h*2 ) in checkHeaderAndFooter()
702 if( pPara->y > rElem.h*0.85 && pPara->isSingleLined( m_rProcessor ) ) in checkHeaderAndFooter()
710 if( pNextPara && pNextPara->y < pPara->y-pPara->h*2 ) in checkHeaderAndFooter()
765 if( pNext->y > pCur->y+pCur->h ) in optimizeTextElements()
957 double p_y = elem.Parent->y; in visit()
1001 if( pNextPara->y - (elem.y+elem.h) > convmm2Px( 10 ) ) in visit()
1004 aBuf.append( convPx2mm( pNextPara->y - (elem.y+elem.h) ) ); in visit()
1088 if( (*it)->y < elem.TopMargin ) in visit()
1089 elem.TopMargin = (*it)->y; in visit()
1092 if( (*it)->y + (*it)->h > elem.h - elem.BottomMargin ) in visit()
1093 elem.BottomMargin = elem.h - ((*it)->y + (*it)->h); in visit()
1098 if( elem.HeaderElement && elem.HeaderElement->y < elem.TopMargin ) in visit()
1099 elem.TopMargin = elem.HeaderElement->y; in visit()
1100 …if( elem.FooterElement && elem.FooterElement->y+elem.FooterElement->h > elem.h - elem.BottomMargin… in visit()
1101 elem.BottomMargin = elem.h - (elem.FooterElement->y + elem.FooterElement->h); in visit()