Home
last modified time | relevance | path

Searched refs:aOverflow (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp735 aOverflow.x, aOverflow.y, aOverflow.width, aOverflow.height); in HandlePreserve3D()
752 currentFrame, !aStopAtStackingContext, aOverflow.x, aOverflow.y, in ProcessFrame()
753 aOverflow.width, aOverflow.height); in ProcessFrame()
795 aOverflow = nsLayoutUtils::TransformFrameRectToAncestor( in ProcessFrame()
830 aOverflow = sf->GetScrollPortRect(); in ProcessFrame()
833 aOverflow.SetEmpty(); in ProcessFrame()
836 aOverflow.IntersectRect( in ProcessFrame()
840 if (aOverflow.IsEmpty()) { in ProcessFrame()
870 aOverflow.x, aOverflow.y, aOverflow.width, aOverflow.height); in ProcessFrame()
890 if (!previousVisible.Contains(aOverflow)) { in ProcessFrame()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DScrollStyles.cpp16 StyleOverflow aOverflow) { in MapOverflowValueForViewportPropagation() argument
17 switch (aOverflow) { in MapOverflowValueForViewportPropagation()
23 return aOverflow; in MapOverflowValueForViewportPropagation()
/dports/www/firefox/firefox-99.0/layout/base/
H A DScrollStyles.cpp16 StyleOverflow aOverflow) { in MapOverflowValueForViewportPropagation() argument
17 switch (aOverflow) { in MapOverflowValueForViewportPropagation()
23 return aOverflow; in MapOverflowValueForViewportPropagation()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DScrollStyles.cpp16 StyleOverflow aOverflow) { in MapOverflowValueForViewportPropagation() argument
17 switch (aOverflow) { in MapOverflowValueForViewportPropagation()
23 return aOverflow; in MapOverflowValueForViewportPropagation()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp954 currentFrame, !aStopAtStackingContext, aOverflow.x, aOverflow.y, in ProcessFrameInternal()
955 aOverflow.width, aOverflow.height); in ProcessFrameInternal()
966 nsRect placeholderOverflow = aOverflow; in ProcessFrameInternal()
1000 aOverflow = nsLayoutUtils::TransformFrameRectToAncestor( in ProcessFrameInternal()
1039 aOverflow = sf->GetScrollPortRect(); in ProcessFrameInternal()
1042 aOverflow.SetEmpty(); in ProcessFrameInternal()
1045 aOverflow.IntersectRect(aOverflow, in ProcessFrameInternal()
1049 if (aOverflow.IsEmpty()) { in ProcessFrameInternal()
1078 aOverflow.x, aOverflow.y, aOverflow.width, aOverflow.height); in ProcessFrameInternal()
1098 if (!previousVisible.Contains(aOverflow)) { in ProcessFrameInternal()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp954 currentFrame, !aStopAtStackingContext, aOverflow.x, aOverflow.y, in ProcessFrameInternal()
955 aOverflow.width, aOverflow.height); in ProcessFrameInternal()
966 nsRect placeholderOverflow = aOverflow; in ProcessFrameInternal()
1000 aOverflow = nsLayoutUtils::TransformFrameRectToAncestor( in ProcessFrameInternal()
1039 aOverflow = sf->GetScrollPortRect(); in ProcessFrameInternal()
1042 aOverflow.SetEmpty(); in ProcessFrameInternal()
1045 aOverflow.IntersectRect(aOverflow, in ProcessFrameInternal()
1049 if (aOverflow.IsEmpty()) { in ProcessFrameInternal()
1078 aOverflow.x, aOverflow.y, aOverflow.width, aOverflow.height); in ProcessFrameInternal()
1098 if (!previousVisible.Contains(aOverflow)) { in ProcessFrameInternal()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp974 currentFrame, !aStopAtStackingContext, aOverflow.x, aOverflow.y, in ProcessFrameInternal()
975 aOverflow.width, aOverflow.height); in ProcessFrameInternal()
986 nsRect placeholderOverflow = aOverflow; in ProcessFrameInternal()
1020 aOverflow = nsLayoutUtils::TransformFrameRectToAncestor( in ProcessFrameInternal()
1059 aOverflow = sf->GetScrollPortRect(); in ProcessFrameInternal()
1062 aOverflow.SetEmpty(); in ProcessFrameInternal()
1065 aOverflow.IntersectRect( in ProcessFrameInternal()
1069 if (aOverflow.IsEmpty()) { in ProcessFrameInternal()
1100 aOverflow.x, aOverflow.y, aOverflow.width, aOverflow.height); in ProcessFrameInternal()
1120 if (!previousVisible.Contains(aOverflow)) { in ProcessFrameInternal()
[all …]
/dports/www/firefox/firefox-99.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp1006 currentFrame, !aStopAtStackingContext, aOverflow.x, aOverflow.y, in ProcessFrameInternal()
1007 aOverflow.width, aOverflow.height); in ProcessFrameInternal()
1018 nsRect placeholderOverflow = aOverflow; in ProcessFrameInternal()
1052 aOverflow = nsLayoutUtils::TransformFrameRectToAncestor( in ProcessFrameInternal()
1091 aOverflow = sf->GetScrollPortRect(); in ProcessFrameInternal()
1094 aOverflow.SetEmpty(); in ProcessFrameInternal()
1097 aOverflow.IntersectRect(aOverflow, in ProcessFrameInternal()
1101 if (aOverflow.IsEmpty()) { in ProcessFrameInternal()
1130 aOverflow.x, aOverflow.y, aOverflow.width, aOverflow.height); in ProcessFrameInternal()
1146 if (!previousVisible.Contains(aOverflow)) { in ProcessFrameInternal()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DAnimationInfo.cpp664 static SideBits GetOverflowedSides(const nsRect& aOverflow, in GetOverflowedSides() argument
667 if (aOverflow.X() < aPartialPrerenderArea.X()) { in GetOverflowedSides()
670 if (aOverflow.Y() < aPartialPrerenderArea.Y()) { in GetOverflowedSides()
673 if (aOverflow.XMost() > aPartialPrerenderArea.XMost()) { in GetOverflowedSides()
676 if (aOverflow.YMost() > aPartialPrerenderArea.YMost()) { in GetOverflowedSides()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DAnimationInfo.cpp649 static SideBits GetOverflowedSides(const nsRect& aOverflow, in GetOverflowedSides() argument
652 if (aOverflow.X() < aPartialPrerenderArea.X()) { in GetOverflowedSides()
655 if (aOverflow.Y() < aPartialPrerenderArea.Y()) { in GetOverflowedSides()
658 if (aOverflow.XMost() > aPartialPrerenderArea.XMost()) { in GetOverflowedSides()
661 if (aOverflow.YMost() > aPartialPrerenderArea.YMost()) { in GetOverflowedSides()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DAnimationInfo.cpp664 static SideBits GetOverflowedSides(const nsRect& aOverflow, in GetOverflowedSides() argument
667 if (aOverflow.X() < aPartialPrerenderArea.X()) { in GetOverflowedSides()
670 if (aOverflow.Y() < aPartialPrerenderArea.Y()) { in GetOverflowedSides()
673 if (aOverflow.XMost() > aPartialPrerenderArea.XMost()) { in GetOverflowedSides()
676 if (aOverflow.YMost() > aPartialPrerenderArea.YMost()) { in GetOverflowedSides()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsGfxScrollFrame.h250 nsIScrollableFrame::ScrollMode aMode, nsIntPoint* aOverflow,
856 nsIntPoint* aOverflow, nsIAtom* aOrigin = nullptr,
861 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum, aSnap);
1277 nsIntPoint* aOverflow, nsIAtom* aOrigin = nullptr,
1282 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum, aSnap);
H A DnsIScrollableFrame.h265 nsIntPoint* aOverflow = nullptr, in IsTableCaption()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsIScrollableFrame.h266 nsIntPoint* aOverflow = nullptr,
H A DnsGfxScrollFrame.h267 nsIScrollableFrame::ScrollMode aMode, nsIntPoint* aOverflow,
881 nsIntPoint* aOverflow, nsAtom* aOrigin = nullptr,
886 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum,
1324 nsIntPoint* aOverflow, nsAtom* aOrigin = nullptr,
1329 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum,
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DbtreeInt.h505 Pgno *aOverflow; /* Cache of overflow page locations */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DbtreeInt.h516 Pgno *aOverflow; /* Cache of overflow page locations */ member
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsGfxScrollFrame.h257 nsIntPoint* aOverflow,
1010 nsIntPoint* aOverflow,
1016 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum,
1496 nsIntPoint* aOverflow,
1502 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum,
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsGfxScrollFrame.h287 nsIntPoint* aOverflow,
1059 nsIntPoint* aOverflow,
1065 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum,
1523 nsIntPoint* aOverflow,
1529 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum,
H A DnsIScrollableFrame.h316 ScrollMode aMode, nsIntPoint* aOverflow = nullptr,
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsGfxScrollFrame.h257 nsIntPoint* aOverflow,
1010 nsIntPoint* aOverflow,
1016 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum,
1496 nsIntPoint* aOverflow,
1502 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum,
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsGfxScrollFrame.h256 nsIntPoint* aOverflow, nsAtom* aOrigin = nullptr,
959 nsIntPoint* aOverflow, nsAtom* aOrigin = nullptr,
964 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum,
1426 nsIntPoint* aOverflow, nsAtom* aOrigin = nullptr,
1431 mHelper.ScrollBy(aDelta, aUnit, aMode, aOverflow, aOrigin, aMomentum,
H A DnsIScrollableFrame.h302 ScrollMode aMode, nsIntPoint* aOverflow = nullptr,
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DbtreeInt.h532 Pgno *aOverflow; /* Cache of overflow page locations */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DbtreeInt.h531 Pgno *aOverflow; /* Cache of overflow page locations */ member

123456789