Home
last modified time | relevance | path

Searched refs:m_bottomLeft (Results 1 – 12 of 12) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/core/src/tools/geometry/
H A DvpRectOriented.cpp82 m_bottomLeft.set_i(m_center.get_i() + m_height / 2.0); in vpRectOriented()
83 m_bottomLeft.set_j(m_center.get_j() - m_width / 2.0); in vpRectOriented()
101 m_bottomLeft = rectOriented.getBottomLeft(); in operator =()
119 m_bottomLeft.set_i(m_center.get_i() + m_height / 2.0); in operator =()
120 m_bottomLeft.set_j(m_center.get_j() - m_width / 2.0); in operator =()
146 m_bottomLeft = bottomLeft; in setPoints()
153 …m_height = sqrt((m_bottomLeft.get_i() - m_topLeft.get_i()) * (m_bottomLeft.get_i() - m_topLeft.get… in setPoints()
154 … (m_bottomLeft.get_j() - m_topLeft.get_j()) * (m_bottomLeft.get_j() - m_topLeft.get_j())); in setPoints()
162 m_bottomLeft += center - m_center; in setCenter()
224 if (!isLeft(point, m_topLeft, m_bottomLeft)) in isInside()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DRoundedIntRect.cpp39 …return m_topLeft.isZero() && m_topRight.isZero() && m_bottomLeft.isZero() && m_bottomRight.isZero(… in isZero()
54 m_bottomLeft.scale(factor); in scale()
55 if (!m_bottomLeft.width() || !m_bottomLeft.height()) in scale()
56 m_bottomLeft = IntSize(); in scale()
71 m_bottomLeft.setWidth(max(0, m_bottomLeft.width() + leftWidth)); in expand()
72 m_bottomLeft.setHeight(max(0, m_bottomLeft.height() + bottomWidth)); in expand()
82 m_bottomLeft = edges.bottomLeft(); in includeLogicalEdges()
92 m_bottomLeft = edges.bottomLeft(); in includeLogicalEdges()
101 m_bottomLeft = IntSize(); in excludeLogicalEdges()
111 m_bottomLeft = IntSize(); in excludeLogicalEdges()
H A DRoundedIntRect.h43 , m_bottomLeft(bottomLeft) in Radii()
50 void setBottomLeft(const IntSize& size) { m_bottomLeft = size; } in setBottomLeft()
54 const IntSize& bottomLeft() const { return m_bottomLeft; } in bottomLeft()
71 IntSize m_bottomLeft; variable
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/data/
H A DGeoDataLatLonQuad.cpp14 GeoDataCoordinates m_bottomLeft; member in Marble::GeoDataLatLonQuadPrivate
23 m_bottomLeft(),m_bottomRight(),m_topRight(),m_topLeft() in GeoDataLatLonQuadPrivate()
48 && d->m_bottomLeft == other.d->m_bottomLeft in operator ==()
71 return d->m_bottomLeft.latitude(unit); in bottomLeftLatitude()
76 d->m_bottomLeft.setLatitude( latitude, unit ); in setBottomLeftLatitude()
81 return d->m_bottomLeft.longitude( unit ); in bottomLeftLongitude()
86 d->m_bottomLeft.setLongitude( longitude, unit ); in setBottomLeftLongitude()
152 return d->m_bottomLeft; in bottomLeft()
157 d->m_bottomLeft = coordinates; in setBottomLeft()
191 return d->m_bottomLeft.isValid() && d->m_bottomRight.isValid() in isValid()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DBorderData.h40 , m_bottomLeft(Length(0, Fixed), Length(0, Fixed)) in BorderData()
56 if (!m_bottomLeft.width().isZero()) in hasBorderRadius()
94 …&& m_topLeft == o.m_topLeft && m_topRight == o.m_topRight && m_bottomLeft == o.m_bottomLeft && m_b…
111 const LengthSize& bottomLeft() const { return m_bottomLeft; } in bottomLeft()
124 LengthSize m_bottomLeft; variable
H A DRenderStyle.h838 …void resetBorderBottomLeftRadius() { SET_VAR(surround, border.m_bottomLeft, initialBorderRadius())… in resetBorderBottomLeftRadius()
854 … void setBorderBottomLeftRadius(const LengthSize& s) { SET_VAR(surround, border.m_bottomLeft, s) } in setBorderBottomLeftRadius()
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DRenderer.cpp59 QPointF m_bottomLeft; member in RendererData
108 m_bottomLeft = QPointF(0.0, 1.0); in RendererData()
131 m_renderBLQ << m_centerLeft << m_centerBottom << m_bottomLeft; in RendererData()
158 m_bottomLeft(other.m_bottomLeft), in RendererData()
382 d->m_painter->drawLine(d->m_bottomLeft, d->m_center); in renderStitchesAsStitches()
780 d->m_painter->drawLine(d->m_bottomLeft, d->m_center); in renderStitchHints()
784 d->m_painter->drawLine(d->m_bottomLeft, d->m_topRight); in renderStitchHints()
788 d->m_painter->drawLine(d->m_topRight, d->m_bottomLeft); in renderStitchHints()
807 d->m_painter->drawLine(d->m_bottomLeft, d->m_center); in renderStitchHints()
811 d->m_painter->drawLine(d->m_bottomLeft, d->m_topRight); in renderStitchHints()
[all …]
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/
H A Dshadowedrectangle.cpp153 return m_bottomLeft; in bottomLeft()
158 if (newBottomLeft == m_bottomLeft) { in setBottomLeft()
162 m_bottomLeft = newBottomLeft; in setBottomLeft()
185 m_bottomLeft < 0.0 ? all : m_bottomLeft, in toVector4D()
H A Dshadowedrectangle.h164 float m_bottomLeft = -1.0; variable
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpRectOriented.h105 vpImagePoint m_bottomLeft; variable
/dports/audio/juk/juk-21.12.3/
H A Dslider.h58 QPixmap m_bottomLeft; variable
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/widgets/
H A DSliderWidget.h78 QPixmap m_bottomLeft; variable