Home
last modified time | relevance | path

Searched refs:unclippedRect (Results 1 – 13 of 13) sorted by relevance

/dports/games/ktuberling/ktuberling-21.12.3/
H A Dtodraw.cpp64 QRectF ToDraw::unclippedRect() const in unclippedRect() function in ToDraw
72 return unclippedRect(); in clippedRectAt()
78 return unclippedRect().intersected(backgroundRect); in clippedRectAt()
106 QRectF bounds = transform().mapRect(unclippedRect()); in contains()
H A Dtodraw.h32 QRectF unclippedRect() const;
H A Dplayground.cpp190 … const QSizeF elementSize = m_dragItem->transform().mapRect(m_dragItem->unclippedRect()).size(); in mousePressEvent()
204 const QSizeF elementSize = movingItem->transform().mapRect(movingItem->unclippedRect()).size(); in mouseMoveEvent()
245 const QSizeF &elementSize = m_dragItem->transform().mapRect(m_dragItem->unclippedRect()).size(); in placeDraggedItem()
265 const QSizeF elementSize = m_newItem->transform().mapRect(m_newItem->unclippedRect()).size(); in placeNewItem()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/sdn/
H A DsdnTextAccessible.cpp64 nsIntRect unclippedRect(x, y, width, height); in get_clippedSubstringBounds() local
67 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/sdn/
H A DsdnTextAccessible.cpp64 nsIntRect unclippedRect(x, y, width, height); in get_clippedSubstringBounds() local
67 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
/dports/www/firefox/firefox-99.0/accessible/windows/sdn/
H A DsdnTextAccessible.cpp65 LayoutDeviceIntRect unclippedRect(x, y, width, height); in get_clippedSubstringBounds() local
68 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/sdn/
H A DsdnTextAccessible.cpp65 nsIntRect unclippedRect(x, y, width, height); in get_clippedSubstringBounds() local
68 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/sdn/
H A DsdnTextAccessible.cpp65 nsIntRect unclippedRect(x, y, width, height); in get_clippedSubstringBounds() local
68 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/windows/sdn/
H A DsdnTextAccessible.cpp79 nsIntRect unclippedRect(x, y, width, height); in get_clippedSubstringBounds() local
82 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
/dports/editors/lazarus/lazarus/components/lazutils/
H A Deasylazfreetype.pas1380 clippedRect,unclippedRect: TRect;
1384 unclippedRect := Types.Rect(round(x),round(ly),
1387 if IntersectRect(clippedRect,unclippedRect,ARect) then
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Deasylazfreetype.pas1380 clippedRect,unclippedRect: TRect;
1384 unclippedRect := Types.Rect(round(x),round(ly),
1387 if IntersectRect(clippedRect,unclippedRect,ARect) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Deasylazfreetype.pas1452 clippedRect,unclippedRect: TRect;
1456 unclippedRect := Types.Rect(round(x),round(ly),
1459 if IntersectRect(clippedRect,unclippedRect,ARect) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Deasylazfreetype.pas1452 clippedRect,unclippedRect: TRect;
1456 unclippedRect := Types.Rect(round(x),round(ly),
1459 if IntersectRect(clippedRect,unclippedRect,ARect) then