Home | History | Annotate | Download | only in gl

Lines Matching refs:copied

635                 // now point data to our copied version
2847 bool copied = false;
2878 copied = true;
2947 copied = true;
2950 if (!copied && inheritedCouldCopy) {
2951 copied = INHERITED::onCopySurface(dst, src, srcRect, dstPoint);
2952 SkASSERT(copied);
2954 return copied;