Home
last modified time | relevance | path

Searched refs:fadeInRect (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtextmark.cpp155 QLinearGradient grad(rects.fadeInRect.topLeft() - contentOffset, in paintAnnotation()
156 rects.fadeInRect.topRight() - contentOffset); in paintAnnotation()
159 painter.fillRect(rects.fadeInRect, grad); in paintAnnotation()
184 rects.fadeInRect = boundingRect; in annotationRects()
185 rects.fadeInRect.setWidth(fadeInOffset); in annotationRects()
187 rects.annotationRect.setLeft(rects.fadeInRect.right()); in annotationRects()
H A Dtextmark.h80 QRectF fadeInRect; member