Home | History | Annotate | Download | only in core

Lines Matching refs:isrc

2016     SkIRect isrc = { 0, 0, width, height };
2020 src.set(isrc);
2024 // just apply the translate to isrc
2025 isrc.offset(SkScalarRoundToInt(mat.getTranslateX()),
2029 isrc.fLeft <<= subpixelBits;
2030 isrc.fTop <<= subpixelBits;
2031 isrc.fRight <<= subpixelBits;
2032 isrc.fBottom <<= subpixelBits;
2043 return isrc == idst;