Home
last modified time | relevance | path

Searched refs:dstInner (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxBlur.cpp730 Rect dstInner(rect); in BlurRectangle() local
731 dstInner.Deflate(Margin(slice)); in BlurRectangle()
736 MOZ_ASSERT(dstInner.IsEqualInterior(dstOuter)); in BlurRectangle()
738 destDrawTarget.DrawSurface(boxShadow, dstInner, srcInner); in BlurRectangle()
740 DrawBoxShadows(destDrawTarget, boxShadow, dstOuter, dstInner, in BlurRectangle()
745 RectWithEdgesTRBL(dstInner.Y(), dstInner.XMost(), in BlurRectangle()
746 dstInner.YMost(), dstInner.X()), in BlurRectangle()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dcopy.cpp837 uchar* dstInner = dst + dststep*top + left*elemSize; in copyMakeBorder_8u() local
841 if( dstInner != src ) in copyMakeBorder_8u()
842 memcpy(dstInner, src, srcroi.width*elemSize); in copyMakeBorder_8u()
847 int* idstInner = (int*)dstInner; in copyMakeBorder_8u()
856 dstInner[j - left] = src[tab[j]]; in copyMakeBorder_8u()
858 dstInner[j + srcroi.width] = src[tab[j + left]]; in copyMakeBorder_8u()
900 uchar* dstInner = dst + dststep*top + left; in copyMakeConstBorder_8u() local
904 if( dstInner != src ) in copyMakeConstBorder_8u()
905 memcpy( dstInner, src, srcroi.width ); in copyMakeConstBorder_8u()
906 memcpy( dstInner - left, constBuf, left ); in copyMakeConstBorder_8u()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxBlur.cpp906 Rect dstInner(rect); in BlurRectangle() local
908 dstInner.Deflate(Margin(slice)); 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.cpp912 Rect dstInner(rect); in BlurRectangle() local
914 dstInner.Deflate(Margin(slice)); 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.cpp893 Rect dstInner(rect); in BlurRectangle() local
895 dstInner.Deflate(Margin(slice)); 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.cpp906 Rect dstInner(rect); in BlurRectangle() local
908 dstInner.Deflate(Margin(slice)); 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.cpp898 Rect dstInner(rect); in BlurRectangle() local
900 dstInner.Deflate(Margin(slice)); in BlurRectangle()
913 DrawMirroredMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, in BlurRectangle()
916 DrawMinBoxShadow(destDrawTarget, boxShadow, dstOuter, dstInner, srcOuter, in BlurRectangle()
/dports/lang/nim/nim-1.6.2/lib/pure/
H A Djson.nim1288 let dstInner = newNimNode(nnkStmtListExpr)
1289 foldObjectBody(dstInner, typeNode[^1], tmpSym, jsonNode, jsonPath, originalJsonPathLen)
1291 ofBranch.add dstInner