Searched defs:MakeSurface (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/modules/canvaskit/ |
D | cpu.js | 29 CanvasKit.MakeSurface = function(width, height) { class in CanvasKit
|
D | externs.js | 54 MakeSurface: function() {}, method
|
/third_party/flutter/skia/experimental/wasm-skp-debugger/ |
D | cpu.js | 27 DebuggerView.MakeSurface = function(width, height) { class in DebuggerView
|
/third_party/skia/experimental/wasm-skp-debugger/ |
D | cpu.js | 27 DebuggerView.MakeSurface = function(width, height) { class in DebuggerView
|
/third_party/skia/modules/canvaskit/ |
D | cpu.js | 36 CanvasKit.MakeSurface = function(width, height) { class in CanvasKit
|
D | externs.js | 56 MakeSurface: function() {}, method
|
/third_party/skia/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 163 sk_sp<SkSurface> MakeSurface(int width, int height, GrRecordingContext* rContext) { in MakeSurface() function
|
/third_party/flutter/skia/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 159 sk_sp<SkSurface> MakeSurface(int width, int height, GrContext* context) { in MakeSurface() function
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 227 MakeSurface(width: number, height: number): Surface | null; method
|