Home
last modified time | relevance | path

Searched refs:MakeRaster (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/skia/docs/examples/
H A Df16to8888drawImageBug.cpp11 sk_sp<SkSurface> surface = SkSurface::MakeRaster(imageInfo); in REG_FIDDLE()
19 sk_sp<SkSurface> surface2 = SkSurface::MakeRaster(imageInfo2); in REG_FIDDLE()
H A DImage_isOpaque.cpp8 auto surface(SkSurface::MakeRaster(imageInfo)); in REG_FIDDLE()
H A DSurface_MakeRaster.cpp9 sk_sp<SkSurface> surface(SkSurface::MakeRaster(info, rowBytes, nullptr)); in REG_FIDDLE()
H A Dshader_alphaimage.cpp6 auto s = SkSurface::MakeRaster(SkImageInfo::MakeA8(128, 128)); in REG_FIDDLE()
H A Df16to8888busted.cpp11 sk_sp<SkSurface> offscreen = SkSurface::MakeRaster(info); in REG_FIDDLE()
H A DSurface_MakeRaster_2.cpp8 sk_sp<SkSurface> surface(SkSurface::MakeRaster(info)); in REG_FIDDLE()
H A Dalphaimage_shader_colorfilter.cpp6 auto s = SkSurface::MakeRaster(SkImageInfo::MakeA8(64, 64)); in REG_FIDDLE()
H A DSurface_MakeRenderTarget_2.cpp28 : SkSurface::MakeRaster(info, &props); in REG_FIDDLE()
H A Dblur4444.cpp27 surf = SkSurface::MakeRaster(ii); in REG_FIDDLE()
/third_party/skia/tests/
H A DImageNewShaderTest.cpp100 auto sourceSurface(SkSurface::MakeRaster(info)); in DEF_TEST()
101 auto destinationSurface(SkSurface::MakeRaster(info)); in DEF_TEST()
118 auto sourceSurface(SkSurface::MakeRaster(info)); in raster_to_gpu()
H A DImageIsOpaqueTest.cpp27 auto surfaceTransparent(SkSurface::MakeRaster(infoTransparent)); in DEF_TEST()
31 auto surfaceOpaque(SkSurface::MakeRaster(infoOpaque)); in DEF_TEST()
H A DMultiPictureDocumentTest.cpp121 auto surf = SkSurface::MakeRaster(info); in DEF_TEST()
161 auto surf = SkSurface::MakeRaster(info); in DEF_TEST()
350 auto surf = SkSurface::MakeRaster(info); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
393 auto surf2 = SkSurface::MakeRaster(info); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DSkbug12214.cpp19 sk_sp<SkSurface> surface2 = SkSurface::MakeRaster(imageInfo); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
H A DSkbug5221.cpp22 sk_sp<SkSurface> surface(SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(256, 256))); in DEF_TEST()
H A DSpecialSurfaceTest.cpp60 sk_sp<SkSpecialSurface> surf(SkSpecialSurface::MakeRaster(info, SkSurfaceProps())); in DEF_TEST()
/third_party/skia/src/image/
H A DSkSurface_Raster.cpp82 return SkSurface::MakeRaster(info, &this->props()); in onNewSurface()
179 sk_sp<SkSurface> SkSurface::MakeRaster(const SkImageInfo& info, size_t rowBytes, in MakeRaster() function in SkSurface
197 return MakeRaster(SkImageInfo::MakeN32Premul(width, height), surfaceProps); in MakeRasterN32Premul()
H A DSkRescaleAndReadPixels.cpp78 auto linearSurf = SkSurface::MakeRaster(ii); in SkRescaleAndReadPixels()
119 auto next = SkSurface::MakeRaster(ii); in SkRescaleAndReadPixels()
/third_party/skia/tools/
H A Dimgcvt.cpp142 sk_sp<SkSurface> surface = SkSurface::MakeRaster(pixmap.info().makeColorSpace(dst_cs)); in main()
154 sk_sp<SkSurface> surface = SkSurface::MakeRaster(pixmap.info().makeColorSpace(dst_cs)); in main()
/third_party/skia/gm/
H A Dimagemasksubset.cpp57 return make_mask(SkSurface::MakeRaster(info));
64 return make_mask(surface ? surface : SkSurface::MakeRaster(info));
H A Dskbug_12212.cpp24 surface = SkSurface::MakeRaster(imageInfo, &props); in DEF_SIMPLE_GM_BG()
H A Dcrbug_905548.cpp23 surface = SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(100, 100)); in DEF_SIMPLE_GM()
H A Doverdrawcanvas.cpp35 sk_sp<SkSurface> offscreen = SkSurface::MakeRaster(offscreenInfo); in DEF_SIMPLE_GM_BG()
/third_party/skia/include/core/
H A DSkSurface.h131 static sk_sp<SkSurface> MakeRaster(const SkImageInfo& imageInfo, size_t rowBytes,
150 static sk_sp<SkSurface> MakeRaster(const SkImageInfo& imageInfo, in MakeRaster() function in SkSurface
152 return MakeRaster(imageInfo, 0, props); in MakeRaster()
/third_party/skia/src/core/
H A DSkSpecialSurface.h81 static sk_sp<SkSpecialSurface> MakeRaster(const SkImageInfo&,
/third_party/skia/bench/
H A DImageBench.cpp40 fRasterSurface = SkSurface::MakeRaster(n32Info);

Completed in 8 milliseconds

1234