Home | History | Annotate | Download | only in core

Lines Matching defs:srcOffset

174     SkIPoint srcOffset = SkIPoint::Make(0, 0);
176 !this->getInput(0)->getInputResultGPU(proxy, src, ctx, &input, &srcOffset)) {
181 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &bounds, &input)) {
202 bounds.offset(-srcOffset);
221 const SkIPoint& srcOffset, SkIRect* bounds) const {
224 srcBounds.offset(srcOffset);
242 SkIPoint* srcOffset, SkIRect* bounds, SkBitmap* dst) const {
245 srcBounds.offset(*srcOffset);
269 canvas.drawBitmap(src, srcOffset->x() - bounds->x(), srcOffset->y() - bounds->y());
270 *srcOffset = SkIPoint::Make(bounds->x(), bounds->y());