Searched refs:qrect (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/highgui/src/ |
D | window_QT.cpp | 3058 QRect qrect = metrics.boundingRect(0, 0, width() - 2*border, int(height()*0.125), in drawInstructions() local 3061 painter->fillRect(QRect(0, 0, width(), qrect.height() + 2*border), in drawInstructions() 3064 painter->fillRect(QRect(0, 0, width(), qrect.height() + 2*border), in drawInstructions() 3067 painter->drawText((width() - qrect.width())/2, border, in drawInstructions() 3068 qrect.width(), qrect.height(), in drawInstructions()
|