Searched refs:xPos (Results 1 – 4 of 4) sorted by relevance
/glogg/glogg/src/ |
H A D | abstractlogview.cpp |
|
H A D | abstractlogview.h |
|
/glogg/src/ |
H A D | abstractlogview.cpp | 169 int xPos = initialXPos; in draw() local 177 if ( xPos == initialXPos ) { in draw() 180 painter.fillRect( xPos - leftExtraBackgroundPx, yPos, in draw() 186 painter.fillRect( xPos, yPos, chunk_width, in draw() 190 painter.drawText( xPos, yPos + fontAscent, cutline ); in draw() 191 xPos += chunk_width; in draw() 195 int blank_width = line_width - xPos; in draw() 198 painter.fillRect( xPos, yPos, blank_width, fontHeight, backColor_ ); in draw() 1527 const int xPos = contentStartPosX + CONTENT_MARGIN_WIDTH; in drawTextArea() local 1618 lineDrawer.draw( painter, xPos, yPos, in drawTextArea() [all …]
|
H A D | abstractlogview.h | 89 void draw( QPainter& painter, int xPos, int yPos, 389 int convertCoordToColumn( int xPos ) const;
|