Home
last modified time | relevance | path

Searched refs:clipParts (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/composite/
H A DAsyncCompositionManager.cpp753 ClipParts& clipParts = clipPartsCache[layer]; in ApplyAsyncContentTransformToTree() local
754 clipParts.mFixedClip = layer->GetClipRect(); in ApplyAsyncContentTransformToTree()
755 clipParts.mScrolledClip = layer->GetScrolledClipRect(); in ApplyAsyncContentTransformToTree()
879 if (clipParts.mFixedClip) { in ApplyAsyncContentTransformToTree()
880 *clipParts.mFixedClip = in ApplyAsyncContentTransformToTree()
881 TransformBy(asyncTransform, *clipParts.mFixedClip); in ApplyAsyncContentTransformToTree()
883 if (clipParts.mScrolledClip) { in ApplyAsyncContentTransformToTree()
884 *clipParts.mScrolledClip = in ApplyAsyncContentTransformToTree()
885 TransformBy(asyncTransform, *clipParts.mScrolledClip); in ApplyAsyncContentTransformToTree()
934 clipParts.mScrolledClip = in ApplyAsyncContentTransformToTree()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/composite/
H A DAsyncCompositionManager.cpp753 ClipParts& clipParts = clipPartsCache[layer]; in ApplyAsyncContentTransformToTree() local
754 clipParts.mFixedClip = layer->GetClipRect(); in ApplyAsyncContentTransformToTree()
755 clipParts.mScrolledClip = layer->GetScrolledClipRect(); in ApplyAsyncContentTransformToTree()
879 if (clipParts.mFixedClip) { in ApplyAsyncContentTransformToTree()
880 *clipParts.mFixedClip = in ApplyAsyncContentTransformToTree()
881 TransformBy(asyncTransform, *clipParts.mFixedClip); in ApplyAsyncContentTransformToTree()
883 if (clipParts.mScrolledClip) { in ApplyAsyncContentTransformToTree()
884 *clipParts.mScrolledClip = in ApplyAsyncContentTransformToTree()
885 TransformBy(asyncTransform, *clipParts.mScrolledClip); in ApplyAsyncContentTransformToTree()
934 clipParts.mScrolledClip = in ApplyAsyncContentTransformToTree()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/composite/
H A DAsyncCompositionManager.cpp833 ClipParts& clipParts = clipPartsCache[layer]; in ApplyAsyncContentTransformToTree() local
834 clipParts.mFixedClip = layer->GetClipRect(); in ApplyAsyncContentTransformToTree()
835 clipParts.mScrolledClip = layer->GetScrolledClipRect(); in ApplyAsyncContentTransformToTree()
946 if (clipParts.mFixedClip) { in ApplyAsyncContentTransformToTree()
947 *clipParts.mFixedClip = in ApplyAsyncContentTransformToTree()
948 TransformBy(asyncTransform, *clipParts.mFixedClip); in ApplyAsyncContentTransformToTree()
950 if (clipParts.mScrolledClip) { in ApplyAsyncContentTransformToTree()
951 *clipParts.mScrolledClip = in ApplyAsyncContentTransformToTree()
952 TransformBy(asyncTransform, *clipParts.mScrolledClip); in ApplyAsyncContentTransformToTree()
999 clipParts.mScrolledClip = in ApplyAsyncContentTransformToTree()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/composite/
H A DAsyncCompositionManager.cpp922 ClipParts& clipParts = clipPartsCache[layer]; in ApplyAsyncContentTransformToTree() local
923 clipParts.mFixedClip = layer->GetClipRect(); in ApplyAsyncContentTransformToTree()
924 clipParts.mScrolledClip = layer->GetScrolledClipRect(); in ApplyAsyncContentTransformToTree()
931 clipParts.mScrolledClip = IntersectMaybeRects( in ApplyAsyncContentTransformToTree()
932 clipDeferredFromChildren, clipParts.mScrolledClip); in ApplyAsyncContentTransformToTree()
1028 if (clipParts.mFixedClip) { in ApplyAsyncContentTransformToTree()
1029 *clipParts.mFixedClip = TransformBy(asyncTransform, *clipParts.mFixedClip); in ApplyAsyncContentTransformToTree()
1031 if (clipParts.mScrolledClip) { in ApplyAsyncContentTransformToTree()
1032 *clipParts.mScrolledClip = TransformBy(asyncTransform, *clipParts.mScrolledClip); in ApplyAsyncContentTransformToTree()
1076 clipParts.mScrolledClip = IntersectMaybeRects(Some(clip), in ApplyAsyncContentTransformToTree()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/composite/
H A DAsyncCompositionManager.cpp969 ClipParts& clipParts = clipPartsCache[layer]; in ApplyAsyncContentTransformToTree() local
970 clipParts.mFixedClip = layer->GetClipRect(); in ApplyAsyncContentTransformToTree()
971 clipParts.mScrolledClip = layer->GetScrolledClipRect(); in ApplyAsyncContentTransformToTree()
1099 if (clipParts.mFixedClip) { in ApplyAsyncContentTransformToTree()
1100 *clipParts.mFixedClip = in ApplyAsyncContentTransformToTree()
1101 TransformBy(asyncTransform, *clipParts.mFixedClip); in ApplyAsyncContentTransformToTree()
1103 if (clipParts.mScrolledClip) { in ApplyAsyncContentTransformToTree()
1104 *clipParts.mScrolledClip = in ApplyAsyncContentTransformToTree()
1105 TransformBy(asyncTransform, *clipParts.mScrolledClip); in ApplyAsyncContentTransformToTree()
1154 clipParts.mScrolledClip = in ApplyAsyncContentTransformToTree()
[all …]