Home | History | Annotate | Download | only in effects

Lines Matching refs:fBounds

532     dst->fBounds.set(src.fBounds.fLeft - padx, src.fBounds.fTop - pady,
533 src.fBounds.fRight + padx, src.fBounds.fBottom + pady);
535 dst->fRowBytes = dst->fBounds.width();
545 int sw = src.fBounds.width();
546 int sh = src.fBounds.height();
611 dst->fBounds = src.fBounds; // restore trimmed bounds
738 dst->fBounds.set(SkScalarRoundToInt(src.fLeft - pad),
743 dst->fRowBytes = dst->fBounds.width();
752 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
774 int dstHeight = dst->fBounds.height();
775 int dstWidth = dst->fBounds.width();
828 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
893 dst->fBounds = src.fBounds;
894 dst->fBounds.outset(pad, pad);
896 dst->fRowBytes = dst->fBounds.width();
907 int srcWidth = src.fBounds.width();
908 int srcHeight = src.fBounds.height();
909 int dstWidth = dst->fBounds.width();
996 dst->fBounds = src.fBounds; // restore trimmed bounds