Lines Matching refs:x

20 Raphael.fn.roundedRectangle = function (x, y, w, h, r1, r2, r3, r4){  argument
22 array = array.concat(["M",x,r1+y, "Q",x,y, x+r1,y]); //A
23 array = array.concat(["L",x+w-r2,y, "Q",x+w,y, x+w,y+r2]); //B
24 array = array.concat(["L",x+w,y+h-r3, "Q",x+w,y+h, x+w-r3,y+h]); //C
25 array = array.concat(["L",x+r4,y+h, "Q",x,y+h, x,y+h-r4, "Z"]); //D
108 …var server_block = paper.rect(boundaries.x, boundaries.y + ((equipment['index']-1) * 4.445 * drawi…
137 …var cage_block = paper.rect(boundaries.x, boundaries.y + ((equipment['index']-1) * 4.445 * drawing…
165 …deck_block = paper.roundedRectangle(boundaries.x, boundaries.y + previous_deck_height, boundaries.…
169 …deck_block = paper.roundedRectangle(boundaries.x, boundaries.y + previous_deck_height, boundaries.…
173 …deck_block = paper.roundedRectangle(boundaries.x, boundaries.y + previous_deck_height, boundaries.…
221 …var filler = paper.rect(boundaries.x, boundaries.y + ((equipment['index']-1) * 4.445 * drawing_hsc…
223 …var text1 = paper.text(boundaries.x + boundaries.width - 6, boundaries.y + equipment_height/2, equ…
224 …var text2 = paper.text(boundaries.x + 2, boundaries.y + boundaries.height/2, 'filler panel').attr(…
299 …module = paper.roundedRectangle(rack_boundaries.x + previous_module_width, rack_boundaries.y + pre…
301 …paper.roundedRectangle(rack_boundaries.x + previous_module_width, rack_boundaries.y + previous_dec…
303 …module = paper.rect(rack_boundaries.x + previous_module_width, rack_boundaries.y + previous_deck_h…
305 …paper.roundedRectangle(rack_boundaries.x + previous_module_width, rack_boundaries.y + previous_dec…
307 …module = paper.roundedRectangle(rack_boundaries.x + previous_module_width, rack_boundaries.y + pre…
309 …paper.roundedRectangle(rack_boundaries.x + previous_module_width, rack_boundaries.y + previous_dec…
331 …var text = paper.text(boundaries.x + boundaries.width/2, boundaries.y + boundaries.height/2, modul…