Home | History | Annotate | Download | only in gpu

Lines Matching defs:iSrc

1087                 SkIRect iSrc;
1088 srcRect.roundOut(&iSrc);
1090 SkPoint offset = SkPoint::Make(SkIntToScalar(iSrc.fLeft),
1091 SkIntToScalar(iSrc.fTop));
1093 if (!bitmap.extractSubset(&tmp, iSrc)) {