Lines Matching defs:width
84 devRect.setWH(fDst.width(), fDst.height());
252 SkScalar width = paint.getStrokeWidth();
255 if (0 == width) {
262 radius = SkScalarHalf(width * SkScalarAbs(sx));
396 SkScalar width = newPaint.getStrokeWidth();
397 SkScalar radius = SkScalarHalf(width);
425 r.fRight = r.fLeft + width;
426 r.fBottom = r.fTop + width;
567 const SkScalar width = paint.getStrokeWidth();
568 const bool zeroWidth = (0 == width);
980 mask.fBounds.setXYWH(ix, iy, pmap.width(), pmap.height());
991 r.setIWH(bitmap.width(), bitmap.height());
1008 mask.fRowBytes = SkAlign4(mask.fBounds.width());
1023 device.installPixels(SkImageInfo::MakeA8(mask.fBounds.width(), mask.fBounds.height()),
1039 rr.setIWH(bitmap.width(), bitmap.height());
1054 int width, int height) {
1056 r.setIWH(width, height);
1061 return clip.isBW() || clip.quickContains(SkIRect::MakeXYWH(x, y, pmap.width(), pmap.height()));
1071 bitmap.width() == 0 || bitmap.height() == 0 ||
1084 if (clipped_out(matrix, *fRC, bitmap.width(), bitmap.height())) {
1106 SkScan::FillIRect(SkIRect::MakeXYWH(ix, iy, pmap.width(), pmap.height()),
1123 const SkRect srcBounds = SkRect::MakeIWH(bitmap.width(), bitmap.height());
1137 bitmap.width() == 0 || bitmap.height() == 0 ||
1142 const SkIRect bounds = SkIRect::MakeXYWH(x, y, bitmap.width(), bitmap.height());
1194 br.setWH(fDst.width(), fDst.height());
1256 clip.setRect(SkIRect::MakeWH(mask.fBounds.width(), mask.fBounds.height()));
1293 mask->fRowBytes = mask->fBounds.width();