Home | History | Annotate | Download | only in core

Lines Matching full:dstct

917     const SkColorType dstCT = this->colorType();
920 if (!this->canCopyTo(dstCT)) {
927 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstCT, dstPT, nullptr);
930 if (this->colorType() == dstCT && this->profileType() == dstPT) {
942 const SkImageInfo info = fInfo.makeColorType(dstCT);
954 return this->copyTo(dst, dstCT, nullptr);