Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DHitTestRequest.h49 bool ignoreClipping() const { return m_requestType & IgnoreClipping; } in ignoreClipping() function
H A DRenderLayer.cpp2815 if (!request.ignoreClipping()) in hitTest()
/dports/audio/rubberband/rubberband-2.0.0/main/
H A Dmain.cpp127 bool ignoreClipping = false;
202 case 'i': ignoreClipping = true; break;
771 if (ignoreClipping) { // i.e. just clamp, don't bail out
799 ignoreClipping = true;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h202 …, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping); in Q_DECLARE_METATYPE()
H A DDumpRenderTreeSupportQt.cpp968 …t, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping) in nodesFromRect() argument
978 RefPtr<NodeList> nodes = doc->nodesFromRect(x, y, top, right, bottom, left, ignoreClipping); in nodesFromRect()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.h117 …tResult hitTestResultAtPoint(const IntPoint&, bool allowShadowContent, bool ignoreClipping = false,
H A DEventHandler.cpp911 …stResultAtPoint(const IntPoint& point, bool allowShadowContent, bool ignoreClipping, HitTestScroll… in hitTestResultAtPoint() argument
916 if (ignoreClipping) in hitTestResultAtPoint()
956 …tHandler()->hitTestResultAtPoint(mainFramePoint, allowShadowContent, ignoreClipping, testScrollbar… in hitTestResultAtPoint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/testing/
H A Dinternals.idl71 …ent? elementFromPoint(Document document, double x, double y, boolean ignoreClipping, boolean allow…
173 unsigned long width, unsigned long height, boolean ignoreClipping,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/testing/
H A Dinternals.idl71 …ent? elementFromPoint(Document document, double x, double y, boolean ignoreClipping, boolean allow…
174 unsigned long width, unsigned long height, boolean ignoreClipping,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DDocument.h349 … unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const;
H A DDocument.cpp1107 …ng, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const in nodesFromRect()
1125 if (ignoreClipping) in nodesFromRect()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-12-0645234 …esFromRect(int x, int y, unsigned horizontalPadding, unsigned verticalPadding, bool ignoreClipping)
45237 unsigned leftPadding, bool ignoreClipping)
H A DChangeLog-2009-06-1645155 (WebCore::HitTestRequest::ignoreClipping):