Searched refs:pixel_ratio (Results 1 – 4 of 4) sorted by relevance
409 QPixmap drawPullToFollowBar( int width, float pixel_ratio );
1690 QPixmap AbstractLogView::drawPullToFollowBar( int width, float pixel_ratio ) in drawPullToFollowBar() argument1693 QPixmap pixmap ( static_cast<float>( width ) * pixel_ratio, barWidth * 6.0 ); in drawPullToFollowBar()1694 pixmap.setDevicePixelRatio( pixel_ratio ); in drawPullToFollowBar()