Home | History | Annotate | Download | only in gpu

Lines Matching refs:paintRect

1442     SkRect paintRect;
1445 paintRect.setLTRB(SkScalarMul(srcRect.fLeft, wInv),
1457 left = paintRect.left() + border;
1458 right = paintRect.right() - border;
1460 left = right = SkScalarHalf(paintRect.left() + paintRect.right());
1464 top = paintRect.top() + border;
1465 bottom = paintRect.bottom() - border;
1467 top = bottom = SkScalarHalf(paintRect.top() + paintRect.bottom());
1500 paintRect);