Home | History | Annotate | Download | only in tools

Lines Matching refs:edges

20  * each path in the current document and generates a list of edges and normals
53 // Walk the list of paths and extract edges and normals. Store these in
67 tile.edges = new Array();
111 tile.edges.push(edge);
138 // For each tile print the edges to a string.
142 for (var y = 0; y < tile.edges.length; y++) {
143 var edge = tile.edges[y];
191 // Render the edges and normals to the new document.
195 // draw the edges to make sure everything works
224 for (var y = 0; y < tile.edges.length; y++) {
225 var edge = tile.edges[y];
236 for (var y = 0; y < tile.edges.length; y++) {
237 var edge = tile.edges[y];