Home | History | Annotate | Download | only in gpu

Lines Matching refs:fRight

656     verts[2].set(rect.fRight - rad, rect.fTop + rad);
657 verts[3].set(rect.fRight + rad, rect.fTop - rad);
658 verts[4].set(rect.fRight - rad, rect.fBottom - rad);
659 verts[5].set(rect.fRight + rad, rect.fBottom + rad);
668 pts->setRectFan(r.fLeft + dx, r.fTop + dy, r.fRight - dx, r.fBottom - dy, stride);
880 GrScalarIsInt(r.fRight) && GrScalarIsInt(r.fBottom);
1006 vertex[1].set(rect.fRight, rect.fTop);
1007 vertex[2].set(rect.fRight, rect.fBottom);
1291 bm.setConfig(SkBitmap::kA8_Config, bounds.fRight, bounds.fBottom);
1308 bounds.fRight,
1334 clipBounds.fRight, pathBounds.fTop);
1342 if (clipBounds.fRight > pathBounds.fRight) {
1343 rect.iset(pathBounds.fRight, pathBounds.fTop,
1344 clipBounds.fRight, pathBounds.fBottom);
1349 clipBounds.fRight, clipBounds.fBottom);
1413 SK_Scalar1* pathBounds.fRight,