Home | History | Annotate | Download | only in gl

Lines Matching full:rad

293     const SkScalar rad = SkScalarHalf(width);
295 verts[0].setScalars(rect.fLeft + rad, rect.fTop + rad);
296 verts[1].setScalars(rect.fLeft - rad, rect.fTop - rad);
297 verts[2].setScalars(rect.fRight - rad, rect.fTop + rad);
298 verts[3].setScalars(rect.fRight + rad, rect.fTop - rad);
299 verts[4].setScalars(rect.fRight - rad, rect.fBottom - rad);
300 verts[5].setScalars(rect.fRight + rad, rect.fBottom + rad);
301 verts[6].setScalars(rect.fLeft + rad, rect.fBottom - rad);
302 verts[7].setScalars(rect.fLeft - rad, rect.fBottom + rad);