Lines Matching refs:pw

2185 	var pw = canvas_width*0.05; var ph = canvas_height*0.05; 
2223 drawBar(ctx,pw+(t*(bw*1.1)),ph+ih-bh,bw,bh,colorSlice[(idx++)],per,textdiv);
2231 var pw = canvas_width*0.05;
2242 var ps = Math.min(pw,ph); lw = ps/4;
2254 B2T = ctx.createLinearGradient(pw+ps,ph+ih+1,pw+ps+ps,ph+ih+1);
2259 ctx.moveTo(pw+ps,ph+ih);
2260 ctx.lineTo(pw+ps,ph+ih+ps);
2261 ctx.lineTo(pw+ps+ps,ph+ih);
2264 B2T = ctx.createLinearGradient(pw+ps+ps,ph+ih,pw+ps+ps,ph+ih+ps);
2269 ctx.moveTo(pw+ps+ps,ph+ih);
2270 ctx.lineTo(pw+iw,ph+ih);
2271 ctx.lineTo(pw+ps+iw,ph+ih+ps);
2272 ctx.lineTo(pw+ps,ph+ih+ps);
2275 var B2T = ctx.createLinearGradient(pw+iw+1,ph+ps,pw+iw+1,ph+ps+ps);
2280 ctx.moveTo(pw+iw,ph+ps);
2281 ctx.lineTo(pw+iw,ph+ps+ps);
2282 ctx.lineTo(pw+iw+ps,ph+ps);
2285 B2T = ctx.createLinearGradient(pw+iw,ph+ps+ps,pw+iw+ps,ph+ps+ps);
2290 ctx.moveTo(pw+iw,ph+ps+ps);
2291 ctx.lineTo(pw+iw,ph+ih);
2292 ctx.lineTo(pw+iw+ps,ph+ih+ps);
2293 ctx.lineTo(pw+iw+ps,ph+ps);
2303 ctx.fillRect(pw,ph,iw,ih);
2307 ctx.moveTo(pw+(i*dw),ph);
2308 ctx.lineTo(pw+(i*dw),ph+ih);
2313 ctx.moveTo(pw,ph+(i*dh));
2314 ctx.lineTo(pw+iw,ph+(i*dh));
2324 drawLine(ctx,pw,ph+ih-bh,bw,bh,dw,ChartData[i],hf,cc,canvas_nofill);
2327 ctx.moveTo(pw,ph);
2328 ctx.lineTo(pw,ph+ih);
2329 ctx.lineTo(pw+iw+(lw/2),ph+ih);
2333 B2T = ctx.createLinearGradient(pw,ph+ih,pw,ph+ih+ps);
2340 ctx.moveTo(pw+(i*dw),ph+ih);
2341 ctx.lineTo(pw+(i*dw),ph+ih+ps);
2344 B2T = ctx.createLinearGradient(pw-ps,ph,pw,ph);
2351 ctx.moveTo(pw-ps,ph+(i*dh));
2352 ctx.lineTo(pw,ph+(i*dh));