Searched refs:texture (Results 1 – 12 of 12) sorted by relevance
| /plugin/stlviewer/stlviewer/ |
| D | CanvasRenderer.js | 529 var texture = material.map; 531 if ( texture !== null ) { 533 var pattern = _patterns[ texture.id ]; 535 if ( pattern === undefined || pattern.version !== texture.version ) { 537 pattern = textureToPattern( texture ); 538 _patterns[ texture.id ] = pattern; 546 var bitmap = texture.image; 548 var ox = bitmap.width * texture.offset.x; 549 var oy = bitmap.height * texture.offset.y; 551 var sx = bitmap.width * texture.repeat.x; [all …]
|
| D | three.min.js | 2 …texture=new gt(void 0,n.mapping,n.wrapS,n.wrapT,n.magFilter,n.minFilter,n.format,n.type,n.anisotro… property
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.css | 426 background-image: url(images/texture.png); 687 background-image: url(images/texture.png), 689 background-image: url(images/texture.png), 724 background-image: url(images/texture.png), 726 background-image: url(images/texture.png), 1911 background-image: url(images/texture.png), 1913 background-image: url(images/texture.png),
|
| /plugin/processing/ |
| D | script.js | 8372 executeTexImage2D = function(texture) { argument 8373 …e2D(curContext.TEXTURE_2D, 0, curContext.RGBA, curContext.RGBA, curContext.UNSIGNED_BYTE, texture); 8376 executeTexImage2D = function(texture) { 8377 curContext.texImage2D(curContext.TEXTURE_2D, 0, texture, false); 8384 p.texture = function(pimage) { function 8392 var texture = curContext.createTexture(); 8393 pimage.__texture = texture; 9535 p.texture(img.externals.canvas);
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …texture.\n *\n * @param {WebGLTexture} tex Image to draw.\n * @param {number} texWidth Image…
|
| /plugin/highlightjs/highlight/ |
| D | highlight.pack.js | 1 …in:1,smoothstep:1,specular:1,specularbrdf:1,spline:1,sqrt:1,step:1,tan:1,texture:1,textureinfo:1,t… property
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 18441 var texture = gl.createTexture(); 18442 gl.bindTexture(gl.TEXTURE_2D, texture); 18448 return texture; 18562 var texture = createTexture(gl, layer, gl.TEXTURE0); 18575 gl.deleteTexture(texture);
|
| D | pdf.js.map | 1 …texture","currentCanvas","currentGL","premultipliedalpha","smaskVertexShaderCode","smaskFragmentSh…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …texture(f),P=[];I(e);var O=k({profile:!1,blend:{enable:w,func:{srcRGB:"src alpha",dstRGB:"one minu…
|
| /plugin/icons/assets/material-design-icons/css/ |
| D | materialdesignicons.min.css | 1 …E"}.mdi-textbox-password::before{content:"\F7F4"}.mdi-texture::before{content:"\F50C"}.mdi-texture…
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 1979 …texture.invalidatedWidth-=m.width),m)return m;var g;if(f<=Hme?g=Hme:f<=C6?g=C6:g=Math.ceil(f/C6)*C… 2180 …length;p++)r.activeTexture(r.TEXTURE0+p),r.bindTexture(r.TEXTURE_2D,f[p].texture),r.uniform1i(s.uT…
|
| /plugin/ol3/ |
| D | script.js | 8 …texture||(i.texture=r.createTexture()),r.activeTexture(r["TEXTURE"+n]),r.bindTexture(r.TEXTURE_2D,…
|