Lines Matching defs:width
186 mask->fRowBytes = SkAlign4(mask->fBounds.width());
222 bitmap.installPixels(SkImageInfo::Make(mask->fBounds.width(),
250 r.width() > v || r.height() > v;
356 // Now figure out the appropriate width and height of the smaller round rectangle
372 if (totalSmallWidth >= rrect.rect().width()) {
491 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2;
511 const SkScalar dx = SkIntToScalar(innerIR.width() - smallW);
521 if (smallR[0].width() < 2 || smallR[0].height() < 2) {
759 float circleR = circle.width() / 2.0f;
882 int width = SkGpuBlurUtils::CreateIntegralTable(sixSigma, nullptr);
887 builder[0] = width;
890 SkMatrix m = SkMatrix::Scale(width / sixSigma, 1.f);
950 rect = {srcRect.left() * scale.width(),
952 srcRect.right() * scale.width(),
1199 SkASSERT(dimensions.width() % 2);
1205 const int halfWidthPlus1 = (dimensions.width() / 2) + 1;
1218 if (!result.tryAllocPixels(SkImageInfo::MakeA8(dimensions.width(), dimensions.height()))) {
1223 topVec.reserve(dimensions.width());
1224 for (int x = 0; x < dimensions.width(); ++x) {
1249 integral.width(),
1251 scanline[dimensions.width() - x - 1] = scanline[x];
1285 auto m = SkMatrix::Scale(dimensions.width(), dimensions.height());
1369 // small relative to both the size of the corner radius and the width (and height) of the rrect.
1507 SkScalar radius = viewMatrix.mapVector(0, srcRRect.width()/2.f).length();
1532 outsetX /= scale.width();
1607 srcRect.width() + srcRRect.rect().fLeft * sx,
1617 if (devSpaceShapeBounds.width() <= kMIN_GPU_BLUR_SIZE &&
1633 const SkIRect clipRect = SkIRect::MakeWH(maskRect.width(), maskRect.height());
1691 const SkIRect clipRect = SkIRect::MakeWH(maskRect.width(), maskRect.height());