Home
last modified time | relevance | path

Searched defs:makeSurface (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/image/
DSkSurface.cpp226 sk_sp<SkSurface> SkSurface::makeSurface(const SkImageInfo& info) { in makeSurface() function in SkSurface
230 sk_sp<SkSurface> SkSurface::makeSurface(int width, int height) { in makeSurface() function in SkSurface
/third_party/skia/experimental/graphite/src/
DDevice.cpp86 sk_sp<SkSurface> Device::makeSurface(const SkImageInfo& ii, const SkSurfaceProps& /* props */) { in makeSurface() function in skgpu::Device
/third_party/skia/src/core/
DSkSpecialImage.cpp115 sk_sp<SkSpecialSurface> SkSpecialImage::makeSurface( in makeSurface() function in SkSpecialImage
DSkDevice.cpp493 sk_sp<SkSurface> SkBaseDevice::makeSurface(SkImageInfo const&, SkSurfaceProps const&) { in makeSurface() function in SkBaseDevice
DSkBitmapDevice.cpp627 sk_sp<SkSurface> SkBitmapDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in makeSurface() function in SkBitmapDevice
DSkCanvas.cpp1256 sk_sp<SkSurface> SkCanvas::makeSurface(const SkImageInfo& info, const SkSurfaceProps* props) { in makeSurface() function in SkCanvas
/third_party/skia/tools/
DToolUtils.cpp468 sk_sp<SkSurface> makeSurface(SkCanvas* canvas, in makeSurface() function
/third_party/skia/modules/canvaskit/
Dinterface.js796 CanvasKit.Canvas.prototype.makeSurface = function(imageInfo) { method in CanvasKit.Canvas
942 CanvasKit.Surface.prototype.makeSurface = function(imageInfo) { method in CanvasKit.Surface
Dexterns.js207 makeSurface: function() {}, method
/third_party/skia/src/gpu/v1/
DDevice.cpp1022 sk_sp<SkSurface> Device::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in makeSurface() function in skgpu::v1::Device
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1449 makeSurface(info: ImageInfo): Surface | null; method
2660 makeSurface(info: ImageInfo): Surface; method
/third_party/skia/src/pdf/
DSkPDFDevice.cpp982 sk_sp<SkSurface> SkPDFDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in makeSurface() function in SkPDFDevice