Lines Matching refs:bounds
201 SkRect bounds = devRect;
228 this->setBounds(bounds, HasAABloat::kNo, IsHairline::kNo);
231 blurRadius, bounds, type, isCircle});
276 const SkRect& bounds = args.fDevBounds;
281 SkPoint center = SkPoint::Make(bounds.centerX(), bounds.centerY());
282 SkScalar halfWidth = 0.5f * bounds.width();
402 const SkRect& bounds = args.fDevBounds;
405 SkScalar minDim = 0.5f*std::min(bounds.width(), bounds.height());
410 SkScalar xInner[4] = { bounds.fLeft + umbraInset, bounds.fRight - umbraInset,
411 bounds.fLeft + umbraInset, bounds.fRight - umbraInset };
412 SkScalar xMid[4] = { bounds.fLeft + outerRadius, bounds.fRight - outerRadius,
413 bounds.fLeft + outerRadius, bounds.fRight - outerRadius };
414 SkScalar xOuter[4] = { bounds.fLeft, bounds.fRight,
415 bounds.fLeft, bounds.fRight };
416 SkScalar yInner[4] = { bounds.fTop + umbraInset, bounds.fTop + umbraInset,
417 bounds.fBottom - umbraInset, bounds.fBottom - umbraInset };
418 SkScalar yMid[4] = { bounds.fTop + outerRadius, bounds.fTop + outerRadius,
419 bounds.fBottom - outerRadius, bounds.fBottom - outerRadius };
420 SkScalar yOuter[4] = { bounds.fTop, bounds.fTop,
421 bounds.fBottom, bounds.fBottom };
496 (*verts)->fPos = SkPoint::Make(bounds.fLeft + inset, bounds.fTop + inset);
503 (*verts)->fPos = SkPoint::Make(bounds.fRight - inset, bounds.fTop + inset);
510 (*verts)->fPos = SkPoint::Make(bounds.fLeft + inset, bounds.fBottom - inset);
517 (*verts)->fPos = SkPoint::Make(bounds.fRight - inset, bounds.fBottom - inset);
722 SkRect bounds;
723 viewMatrix.mapRect(&bounds, rrectBounds);
737 bounds,