Home
last modified time | relevance | path

Searched defs:createPattern (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js572 this.createPattern = function(image, repetition) { method in CanvasRenderingContext2D
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js593 CanvasRenderingContext2D.prototype.createPattern = function() {}; method in CanvasRenderingContext2D
/third_party/node/tools/
Dlint-md.js20854 const createPattern = (matcher, options) => { function