Lines Matching refs:pGeo
609 Element* pGeo = pLink ? static_cast<Element*>(pLink) : in visit() local
618 if( pGeo->y > pCurPara->y + pCurPara->h + fCurLineHeight*0.5 ) in visit()
620 else if( pGeo->y > (pCurPara->y+pCurPara->h - fCurLineHeight*0.05) ) in visit()
639 … fCurLineHeight = (fCurLineHeight*double(nCurLineElements) + pGeo->h)/double(nCurLineElements+1); in visit()
641 if( pGeo->x < line_left ) in visit()
642 line_left = pGeo->x; in visit()
643 if( pGeo->x+pGeo->w > line_right ) in visit()
644 line_right = pGeo->x+pGeo->w; in visit()
648 fCurLineHeight = pGeo->h; in visit()
650 line_left = pGeo->x; in visit()
651 line_right = pGeo->x + pGeo->w; in visit()