Searched refs:lineColor (Results 1 – 5 of 5) sorted by relevance
349 const QColor &lineColor = m_circle.m_border.color(); in updatePolish() local354 m_geometry.updateScreenPoints(*m_circle.map(), lineWidth, lineColor); in updatePolish()361 if (lineColor.alpha() != 0 && lineWidth > 0) { in updatePolish()425 const QColor &lineColor = m_circle.m_border.color(); in contains() local426 …const QRectF &bounds = (lineColor.alpha() != 0 && lineWidth > 0) ? m_borderGeometry.sourceBounding… in contains()
316 const QColor &lineColor = m_rect.m_border.color(); in updatePolish() local321 m_geometry.updateScreenPoints(*m_rect.map(), lineWidth, lineColor); in updatePolish()328 if (lineColor.alpha() != 0 && lineWidth > 0) { in updatePolish()392 const QColor &lineColor = m_rect.m_border.color(); in contains() local393 …const QRectF &bounds = (lineColor.alpha() != 0 && lineWidth > 0) ? m_borderGeometry.sourceBounding… in contains()
572 const QColor &lineColor = m_poly.m_border.color(); in updatePolish() local577 m_geometry.updateScreenPoints(*m_poly.map(), lineWidth, lineColor); in updatePolish()584 if (lineColor.alpha() != 0 && lineWidth > 0) { in updatePolish()648 const QColor &lineColor = m_poly.m_border.color(); in contains() local649 …const QRectF &bounds = (lineColor.alpha() != 0 && lineWidth > 0) ? m_borderGeometry.sourceBounding… in contains()
40 property color lineColor: "black"
256 property var lineColor: "blue"