Searched refs:delta_y (Results 1 – 4 of 4) sorted by relevance
408 void drawTextArea( QPaintDevice* paint_device, int32_t delta_y );
776 int32_t delta_y = textAreaCache_.first_line_ - firstLine; in paintEvent() local780 delta_y = INT32_MAX; in paintEvent()783 if ( delta_y != 0 ) { in paintEvent()785 drawTextArea( &textAreaCache_.pixmap_, delta_y ); in paintEvent()