Searched refs:CanvasPattern (Results 1 – 4 of 4) sorted by relevance
1 function CanvasPattern(image, repetition) { class51 var cp = new CanvasPattern();
554 var cp = new CanvasPattern(image, repetition);
505 function getHatchedPattern(mainCtx: CanvasRenderingContext2D): CanvasPattern {507 sliceHatchedPattern?: CanvasPattern;
1295 var CanvasPattern = {}; variable1296 CanvasPattern.prototype.setTransform = function() {}; class