Home | History | Annotate | Download | only in gpu

Lines Matching defs:iSrc

1118                 SkIRect iSrc;
1119 srcRect.roundOut(&iSrc);
1121 SkPoint offset = SkPoint::Make(SkIntToScalar(iSrc.fLeft),
1122 SkIntToScalar(iSrc.fTop));
1124 if (!bitmap.extractSubset(&tmp, iSrc)) {