Lines Matching refs:pGeo
585 Element* pGeo = pLink ? static_cast<Element*>(pLink) : in visit() local
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()
611 … fCurLineHeight = (fCurLineHeight*double(nCurLineElements) + pGeo->h)/double(nCurLineElements+1); in visit()
613 if( pGeo->x < line_left ) in visit()
614 line_left = pGeo->x; in visit()
615 if( pGeo->x+pGeo->w > line_right ) in visit()
616 line_right = pGeo->x+pGeo->w; in visit()
620 fCurLineHeight = pGeo->h; in visit()
622 line_left = pGeo->x; in visit()
623 line_right = pGeo->x + pGeo->w; in visit()