Lines Matching refs:stencil

76 			var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.story');
78 if (stencil != null)
81 stencil.drawShape(c, this, 5, 5, 10, 10);
86 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.task');
88 if (stencil != null)
91 stencil.drawShape(c, this, 5, 5, 10, 10);
96 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.subtask');
98 if (stencil != null)
101 stencil.drawShape(c, this, 5, 5, 10, 10);
106 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.new_feature');
108 if (stencil != null)
111 stencil.drawShape(c, this, 5, 5, 10, 10);
116 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.bug');
118 if (stencil != null)
121 stencil.drawShape(c, this, 5, 5, 10, 10);
126 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.tech_task');
128 if (stencil != null)
131 stencil.drawShape(c, this, 5, 5, 10, 10);
136 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.epic');
138 if (stencil != null)
141 stencil.drawShape(c, this, 5, 5, 10, 10);
146 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.improvement');
148 if (stencil != null)
151 stencil.drawShape(c, this, 5, 5, 10, 10);
156 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.fault');
158 if (stencil != null)
161 stencil.drawShape(c, this, 5, 5, 10, 10);
166 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.change');
168 if (stencil != null)
171 stencil.drawShape(c, this, 5, 5, 10, 10);
176 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.access');
178 if (stencil != null)
181 stencil.drawShape(c, this, 5, 5, 10, 10);
186 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.purchase');
188 if (stencil != null)
191 stencil.drawShape(c, this, 5, 5, 10, 10);
196 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.it_help');
198 if (stencil != null)
201 stencil.drawShape(c, this, 5, 5, 10, 10);
209 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.no');
211 if (stencil != null)
214 stencil.drawShape(c, this, 85, 5, 10, 10);
218 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.critical');
220 if (stencil != null)
223 stencil.drawShape(c, this, 86, 3, 8, 14);
227 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.double_up');
229 if (stencil != null)
232 stencil.drawShape(c, this, 85, 5, 10, 10);
236 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.double');
238 if (stencil != null)
241 stencil.drawShape(c, this, 85, 5, 10, 10);
245 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.single');
247 if (stencil != null)
250 stencil.drawShape(c, this, 85, 5, 10, 10);