Searched defs:MakeSurface (Results 1 – 5 of 5) sorted by relevance
27 DebuggerView.MakeSurface = function(width, height) { class in DebuggerView
36 CanvasKit.MakeSurface = function(width, height) { class in CanvasKit
56 MakeSurface: function() {}, method
163 sk_sp<SkSurface> MakeSurface(int width, int height, GrRecordingContext* rContext) { in MakeSurface() function
227 MakeSurface(width: number, height: number): Surface | null; method