Home
last modified time | relevance | path

Searched refs:dstOuter (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxBlur.cpp905 Rect dstOuter(rect); in BlurRectangle() local
907 dstOuter.Inflate(Margin(blurMargin)); in BlurRectangle()
915 DrawMirroredBoxShadow(destDrawTarget, boxShadow, dstOuter); in BlurRectangle()
917 destDrawTarget->DrawSurface(boxShadow, dstOuter, srcOuter); in BlurRectangle()
921 DrawMirroredMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, in BlurRectangle()
924 DrawMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, srcOuter, in BlurRectangle()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxBlur.cpp911 Rect dstOuter(rect); in BlurRectangle() local
913 dstOuter.Inflate(Margin(blurMargin)); in BlurRectangle()
921 DrawMirroredBoxShadow(destDrawTarget, boxShadow, dstOuter); in BlurRectangle()
923 destDrawTarget->DrawSurface(boxShadow, dstOuter, srcOuter); in BlurRectangle()
927 DrawMirroredMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, in BlurRectangle()
930 DrawMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, srcOuter, in BlurRectangle()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxBlur.cpp892 Rect dstOuter(rect); in BlurRectangle() local
894 dstOuter.Inflate(Margin(blurMargin)); in BlurRectangle()
902 DrawMirroredBoxShadow(destDrawTarget, boxShadow, dstOuter); in BlurRectangle()
904 destDrawTarget->DrawSurface(boxShadow, dstOuter, srcOuter); in BlurRectangle()
908 DrawMirroredMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, in BlurRectangle()
911 DrawMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, srcOuter, in BlurRectangle()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxBlur.cpp905 Rect dstOuter(rect); in BlurRectangle() local
907 dstOuter.Inflate(Margin(blurMargin)); in BlurRectangle()
915 DrawMirroredBoxShadow(destDrawTarget, boxShadow, dstOuter); in BlurRectangle()
917 destDrawTarget->DrawSurface(boxShadow, dstOuter, srcOuter); in BlurRectangle()
921 DrawMirroredMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, in BlurRectangle()
924 DrawMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, srcOuter, in BlurRectangle()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxBlur.cpp897 Rect dstOuter(rect); in BlurRectangle() local
899 dstOuter.Inflate(Margin(blurMargin)); in BlurRectangle()
907 DrawMirroredBoxShadow(destDrawTarget, boxShadow, dstOuter); in BlurRectangle()
909 destDrawTarget->DrawSurface(boxShadow, dstOuter, srcOuter); in BlurRectangle()
913 DrawMirroredMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, in BlurRectangle()
916 DrawMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, srcOuter, in BlurRectangle()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxBlur.cpp729 Rect dstOuter(rect); in BlurRectangle() local
736 MOZ_ASSERT(dstInner.IsEqualInterior(dstOuter)); in BlurRectangle()
740 DrawBoxShadows(destDrawTarget, boxShadow, dstOuter, dstInner, in BlurRectangle()