Home | History | Annotate | Download | only in core

Lines Matching defs:dstCT

1034     const SkColorType dstCT = this->colorType();
1036 if (!this->canCopyTo(dstCT)) {
1043 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstCT, NULL);
1046 if (this->colorType() == dstCT) {
1059 info.fColorType = dstCT;
1071 return this->copyTo(dst, dstCT, NULL);