Home | History | Annotate | Download | only in effects

Lines Matching refs:fBounds

533     dst->fBounds.set(src.fBounds.fLeft - padx, src.fBounds.fTop - pady,
534 src.fBounds.fRight + padx, src.fBounds.fBottom + pady);
536 dst->fRowBytes = dst->fBounds.width();
546 int sw = src.fBounds.width();
547 int sh = src.fBounds.height();
612 src.fBounds.width(), src.fBounds.height());
618 src.fBounds.width(), src.fBounds.height(), style);
623 dst->fBounds = src.fBounds; // restore trimmed bounds
770 dst->fBounds.set(SkScalarRoundToInt(src.fLeft - pad),
775 dst->fRowBytes = dst->fBounds.width();
784 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
804 int dstHeight = dst->fBounds.height();
805 int dstWidth = dst->fBounds.width();
836 dst->fBounds.set(SkScalarRoundToInt(src.fLeft),
906 dst->fBounds = src.fBounds;
907 dst->fBounds.outset(pad, pad);
909 dst->fRowBytes = dst->fBounds.width();
920 int srcWidth = src.fBounds.width();
921 int srcHeight = src.fBounds.height();
922 int dstWidth = dst->fBounds.width();
1009 dst->fBounds = src.fBounds; // restore trimmed bounds