/external/skia/src/effects/ |
D | SkGpuBlurUtils.cpp | 50 const SkRect& dstRect, in convolve_gaussian_1d() 68 const SkRect& dstRect, in convolve_gaussian_2d() 91 const SkRect& dstRect, in convolve_gaussian() 202 SkRect dstRect(srcRect); in GaussianBlur() local 237 SkRect dstRect = SkRect::MakeWH(srcRect.width(), srcRect.height()); in GaussianBlur() local 253 SkRect dstRect = SkRect::MakeWH(srcRect.width(), srcRect.height()); in GaussianBlur() local 271 SkRect dstRect = SkRect::MakeWH(srcRect.width(), srcRect.height()); in GaussianBlur() local 298 SkRect dstRect(srcRect); in GaussianBlur() local
|
D | SkBitmapSource.cpp | 25 const SkRect& srcRect, const SkRect& dstRect, in SkBitmapSource() 60 SkRect bounds, dstRect; in onFilterImage() local
|
D | SkTileImageFilter.cpp | 19 SkTileImageFilter* SkTileImageFilter::Create(const SkRect& srcRect, const SkRect& dstRect, in Create() 37 SkRect dstRect; in onFilterImage() local
|
D | SkMorphologyImageFilter.cpp | 568 const SkIRect& dstRect, in apply_morphology_rect() 588 const SkIRect& dstRect, in apply_morphology_rect_no_bounds() 606 const SkIRect& dstRect, in apply_morphology_pass() 661 SkIRect dstRect = SkIRect::MakeWH(rect.width(), rect.height()); in apply_morphology() local
|
D | SkLightingImageFilter.cpp | 331 const SkRect& dstRect, in drawRect() 357 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(bounds.width()), in filterImageGPU() local
|
/external/skia/gm/ |
D | tileimagefilter.cpp | 68 SkRect dstRect = SkRect::MakeXYWH(SkIntToScalar(i * 8), in onDraw() local 95 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(fBitmap.width() * 2), in onDraw() local
|
D | bitmapsource.cpp | 56 SkRect dstRect = SkRect::MakeXYWH(0, 10, 60, 60); in onDraw() local
|
D | bitmapsource2.cpp | 62 SkRect dstRect = SkRect::MakeLTRB(0.75f, 0.75f, 225.75f, 225.75f); in onDraw() local
|
D | resizeimagefilter.cpp | 32 SkRect dstRect; in draw() local
|
D | tallstretchedbitmaps.cpp | 88 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(bmp.width()), 10.f * itemHeight); in onDraw() local
|
D | convexpolyclip.cpp | 145 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(size.fWidth), in onDraw() local
|
D | drawbitmaprect.cpp | 153 SkRect dstRect = { 0, 0, SkIntToScalar(64), SkIntToScalar(64)}; in onDraw() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 58 …const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect, int cellSi… in BlitRectCase() 172 …char* desc, const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect) in BlitNearestFilterConsistencyCase() 459 … const IVec4& srcRect, deUint32 dstBuffers, const IVec2& dstSize, const IVec4& dstRect, deUint32 c… in BlitDepthStencilCase() 937 IVec4 dstRect; in init() member 949 IVec4 dstRect; in init() member 988 IVec4 dstRect = copyRects[rectNdx].dstRect.swizzle(dstSwz[0], dstSwz[1], dstSwz[2], dstSwz[3]); in init() local 1004 …IVec4 dstRect = filterConsistencyRects[rectNdx].dstRect.swizzle(dstSwz[0], dstSwz[1], dstSwz[2], … in init() local
|
/external/skia/samplecode/ |
D | SampleTextureDomain.cpp | 48 SkRect dstRect; in onDrawContent() local
|
/external/skia/src/core/ |
D | SkMatrixImageFilter.cpp | 60 SkRect dstRect; in onFilterImage() local
|
D | SkImageFilter.cpp | 251 SkRect dstRect = SkRect::MakeWH(srcRect.width(), srcRect.height()); in filterImageGPU() local
|
/external/deqp/framework/platform/raspi/ |
D | tcuRaspiPlatform.cpp | 127 VC_RECT_T dstRect, srcRect; in Window() local
|
/external/skia/src/gpu/ |
D | GrSWMaskHelper.cpp | 361 SkRect dstRect = SkRect::MakeLTRB(SK_Scalar1 * rect.fLeft, in DrawToTargetWithPathMask() local
|
D | SkGpuDevice.cpp | 1191 SkRect dstRect = SkRect::MakeXYWH(0, 0, dstSize.fWidth, dstSize.fHeight); in drawBitmapCommon() local 1244 SkRect dstRect = {0, 0, dstSize.fWidth, dstSize.fHeight}; in drawBitmapCommon() local 1441 SkRect dstRect = {0, 0, srcRect.width(), srcRect.height() }; in internalDrawBitmap() local 1691 SkRect dstRect = SkRect::MakeXYWH(SkIntToScalar(x), in drawDevice() local
|
D | GrDrawTarget.cpp | 462 SkIRect dstRect = SkIRect::MakeXYWH(clippedDstPoint.fX, in copySurface() local
|
/external/skia/src/utils/debugger/ |
D | SkDrawCommand.h | 253 const SkRect& dstRect() const { return fDst; } in dstRect() function
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2701 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, in copySurface() local 2778 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, in canCopySurface() local
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3034 …solveMultisampleFramebuffer (deUint32 mask, const IVec4& srcRect, const IVec4& dstRect, bool flipX… in blitResolveMultisampleFramebuffer() 3127 IVec4 dstRect = IVec4(dstOriginX, dstOriginY, dstW, dstH); in blitFramebuffer() local
|