Searched defs:dstBounds (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/core/ |
D | SkImageFilterTypes.cpp | 551 const LayerSpace<SkIRect>& dstBounds, in AutoSurface() 699 const SkIRect& dstBounds, in analyzeBounds() 1145 LayerSpace<SkIRect> dstBounds, in resolve() 1259 LayerSpace<SkIRect> dstBounds; in draw() local 1912 LayerSpace<SkIRect> dstBounds = ctx.mapping().paramToLayer(cullRect).roundOut(); in MakeFromPicture() local 1997 LayerSpace<SkIRect> dstBounds = ctx.mapping().paramToLayer(dstRect).roundOut(); in MakeFromImage() local
|
D | SkDraw.cpp | 306 const SkRect* dstBounds, const SkSamplingOptions& sampling, in drawBitmap()
|
D | SkBlurEngine.cpp | 780 SkIRect dstBounds = originalDstBounds; in blur() local
|
/external/dng_sdk/source/ |
D | dng_resample.cpp | 534 const dng_rect &dstBounds, in dng_resample_task() 833 const dng_rect &dstBounds, in ResampleImage()
|
/external/skia/src/gpu/ganesh/ |
D | GrBlurUtils.cpp | 1672 const SkIRect& dstBounds, in convolve_gaussian_2d() 1748 SkIRect dstBounds, in convolve_gaussian() 1987 SkIRect dstBounds, in two_pass_gaussian() 2112 SkIRect dstBounds, in GaussianBlur()
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkOpsRenderPass.cpp | 166 void adjust_bounds_to_granularity(SkIRect* dstBounds, in adjust_bounds_to_granularity()
|
/external/skia/src/gpu/graphite/vk/ |
D | VulkanCommandBuffer.cpp | 664 SkIRect dstBounds; in get_render_area() local
|
/external/skia/tests/ |
D | FilterResultTest.cpp | 715 SkRect dstBounds = SkRect::Make(canvas.imageInfo().bounds()); in createSourceImage() local
|