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