Home | History | Annotate | Download | only in core

Lines Matching defs:dstCT

980     const SkColorType dstCT = this->colorType();
982 if (!this->canCopyTo(dstCT)) {
989 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstCT, NULL);
992 if (this->colorType() == dstCT) {
1004 const SkImageInfo info = fInfo.makeColorType(dstCT);
1016 return this->copyTo(dst, dstCT, NULL);