Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGpuBlurUtils.cpp115 const SkImageInfo& dstII, in convolve_gaussian_2d() argument
128 dstFit, dstII.width(), dstII.height(), in convolve_gaussian_2d()
129 config, dstII.refColorSpace(), in convolve_gaussian_2d()
145 GrFixedClip clip(dstII.bounds()); in convolve_gaussian_2d()
148 SkRect::Make(dstII.bounds()), localMatrix); in convolve_gaussian_2d()
162 const SkImageInfo& dstII, in convolve_gaussian() argument
164 SkASSERT(srcRect.width() <= dstII.width() && srcRect.height() <= dstII.height()); in convolve_gaussian()
179 dstII.refColorSpace(), in convolve_gaussian()
186 GrFixedClip clip(dstII.bounds()); in convolve_gaussian()
270 const SkImageInfo& dstII) { in decimate() argument
[all …]
/external/skqp/tests/
DDefaultPathRendererTest.cpp41 SkImageInfo dstII = SkImageInfo::MakeN32Premul(width, height); in read_back() local
44 bm.allocPixels(dstII); in read_back()
46 rtc->readPixels(dstII, bm.getAddr(0, 0), bm.rowBytes(), 0, 0, 0); in read_back()
/external/skia/tests/
DDefaultPathRendererTest.cpp44 SkImageInfo dstII = SkImageInfo::MakeN32Premul(width, height); in read_back() local
47 bm.allocPixels(dstII); in read_back()
DWritePixelsTest.cpp578 auto dstII = SkImageInfo::Make({10, 10}, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_TEST() local
579 auto surf = SkSurface::MakeRaster(dstII); in DEF_TEST()
587 auto srcII = dstII.makeColorType(colorType); in DEF_TEST()
DReadWritePixelsGpuTest.cpp526 auto dstII = srcII.makeColorType(colorType); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
529 REPORTER_ASSERT(reporter, !surf->readPixels(dstII, storage.get(), badRowBytes, 0, 0)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
534 auto dstII = SkImageInfo::Make({10, 10}, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
535 auto surf = SkSurface::MakeRenderTarget(ctxInfo.directContext(), SkBudgeted::kYes, dstII); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
542 auto srcII = dstII.makeColorType(colorType); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
DReadPixelsTest.cpp524 auto dstII = srcII.makeColorType(colorType); in DEF_TEST() local
527 REPORTER_ASSERT(reporter, !surf->readPixels(dstII, storage.get(), badRowBytes, 0, 0)); in DEF_TEST()