Home | History | Annotate | Download | only in vega

Lines Matching full:arcwidth

167                           VGfloat arcWidth,
195 c[0] = x + arcWidth/2; c[1] = y;
197 c[2] = width - arcWidth;
199 c[3] = arcWidth/2; c[4] = arcHeight/2; c[5] = 0;
200 c[6] = arcWidth/2; c[7] = arcHeight/2;
204 c[9] = arcWidth/2; c[10] = arcHeight/2; c[11] = 0;
205 c[12] = -arcWidth/2; c[13] = arcHeight/2;
207 c[14] = -(width - arcWidth);
209 c[15] = arcWidth/2; c[16] = arcHeight/2; c[17] = 0;
210 c[18] = -arcWidth/2; c[19] = -arcHeight/2;
214 c[21] = arcWidth/2; c[22] = arcHeight/2; c[23] = 0;
215 c[24] = arcWidth/2; c[25] = -arcHeight/2;