Lines Matching refs:stencil
83 var stencil = mxStencilRegistry.getStencil(prIcon);
85 if (stencil != null)
90 stencil.drawShape(c, this, ind + w * 0.15, ind + w * 0.15, w * 0.7 - 2 * ind, w * 0.7 - 2 * ind);
141 var stencil = mxStencilRegistry.getStencil(prIcon);
143 if (stencil != null)
148 stencil.drawShape(c, this, w * 0.1, h * 0.1, w * 0.8, h * 0.8);
216 var stencil = mxStencilRegistry.getStencil(grIcon);
218 if (stencil != null)
223 stencil.drawShape(c, this, 0, 0, size, size);
284 var stencil = mxStencilRegistry.getStencil(grIcon);
286 if (stencil != null)
291 stencil.drawShape(c, this, (w - size) * 0.5, 0, size, size);
409 var stencil = mxStencilRegistry.getStencil(grIcon);
411 if (stencil != null)
415 stencil.drawShape(c, this, size * 0.1, size * 0.1, size * 0.8, size * 0.8);