Home
last modified time | relevance | path

Searched defs:MakeSurface (Results 1 – 8 of 8) sorted by relevance

/external/skqp/experimental/canvaskit/
Dcpu.js29 CanvasKit.MakeSurface = function(width, height) { class in CanvasKit
Dexterns.js49 MakeSurface: function() {}, method
/external/skia/experimental/wasm-skp-debugger/
Dcpu.js27 DebuggerView.MakeSurface = function(width, height) { class in DebuggerView
/external/skia/modules/canvaskit/
Dcpu.js36 CanvasKit.MakeSurface = function(width, height) { class in CanvasKit
Dexterns.js56 MakeSurface: function() {}, method
/external/skia/tests/
DSkRemoteGlyphCacheTest.cpp162 sk_sp<SkSurface> MakeSurface(int width, int height, GrRecordingContext* rContext) { in MakeSurface() function
/external/skqp/tests/
DSkRemoteGlyphCacheTest.cpp120 sk_sp<SkSurface> MakeSurface(int width, int height, GrContext* context) { in MakeSurface() function
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts227 MakeSurface(width: number, height: number): Surface | null; method