Home
last modified time | relevance | path

Searched refs:getContext (Results 126 – 130 of 130) sorted by path

123456

/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js62 _context = _canvas.getContext( '2d', {
146 this.getContext = function () { method in THREE.CanvasRenderer
870 var context = canvas.getContext( '2d' );
H A Dthree.min.js2getContext("2d");t instanceof ImageData?n.putImageData(t,0,0):n.drawImage(t,0,0,t.width,t.height),… method in ra
H A Dwebgl_detector.js4 … ); return !! window.WebGLRenderingContext && ( canvas.getContext( 'webgl' ) || canvas.getContext(…
/plugin/struct/types/
H A DAbstractBaseType.php203 public function getContext()
202 public function getContext() global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
H A DTag.php29 $context = $this->getContext();
57 $context = $this->getContext();

123456