Home
last modified time | relevance | path

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

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