Lines Matching defs:rad
680 const SkScalar rad = SkScalarHalf(width);
683 verts[0].set(rect.fLeft + rad, rect.fTop + rad);
684 verts[1].set(rect.fLeft - rad, rect.fTop - rad);
685 verts[2].set(rect.fRight - rad, rect.fTop + rad);
686 verts[3].set(rect.fRight + rad, rect.fTop - rad);
687 verts[4].set(rect.fRight - rad, rect.fBottom - rad);
688 verts[5].set(rect.fRight + rad, rect.fBottom + rad);
689 verts[6].set(rect.fLeft + rad, rect.fBottom - rad);
690 verts[7].set(rect.fLeft - rad, rect.fBottom + rad);