Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DDefaultPathRendererTest.cpp44 SkImageInfo dstII = SkImageInfo::MakeN32Premul(width, height); in read_back() local
47 bm.allocPixels(dstII); in read_back()
49 rtc->readPixels(dstII, bm.getAddr(0, 0), bm.rowBytes(), {0, 0}); in read_back()
/third_party/skia/tests/
DDefaultPathRendererTest.cpp45 SkImageInfo dstII = SkImageInfo::MakeN32Premul(width, height); in read_back() local
48 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.cpp529 auto dstII = srcII.makeColorType(colorType); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
532 REPORTER_ASSERT(reporter, !surf->readPixels(dstII, storage.get(), badRowBytes, 0, 0)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
537 auto dstII = SkImageInfo::Make({10, 10}, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
538 auto surf = SkSurface::MakeRenderTarget(ctxInfo.directContext(), SkBudgeted::kYes, dstII); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
545 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()