Home | History | Annotate | Download | only in gpu

Lines Matching full:foffset

59         DstProxy() { fOffset.set(0, 0); }
68 fOffset = offset;
70 fOffset.set(0, 0);
76 fOffset = other.fOffset;
81 return fProxy == that.fProxy && fOffset == that.fOffset;
85 const SkIPoint& offset() const { return fOffset; }
87 void setOffset(const SkIPoint& offset) { fOffset = offset; }
88 void setOffset(int ox, int oy) { fOffset.set(ox, oy); }
95 fOffset = {0, 0};
105 SkIPoint fOffset;