Searched refs:dstCT (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/opts/
H A DSkBlitMask_opts_none.cpp14 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkColorType dstCT, argument
H A DSkBlitMask_opts_arm.cpp22 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkColorType dstCT, argument
/external/skia/src/gpu/
H A DSkGrPixelRef.cpp53 static SkGrPixelRef* copy_to_new_texture_pixelref(GrTexture* texture, SkColorType dstCT, argument
55 if (nullptr == texture || kUnknown_SkColorType == dstCT) {
78 desc.fConfig = SkImageInfo2GrPixelConfig(dstCT, kPremul_SkAlphaType, dstPT);
92 SkImageInfo info = SkImageInfo::Make(desc.fWidth, desc.fHeight, dstCT, kPremul_SkAlphaType,
134 SkPixelRef* SkGrPixelRef::deepCopy(SkColorType dstCT, SkColorProfileType dstPT, argument
146 return copy_to_new_texture_pixelref(fSurface->asTexture(), dstCT, dstPT, subset);
/external/skia/src/core/
H A DSkBitmap.cpp917 const SkColorType dstCT = this->colorType(); local
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);

Completed in 5050 milliseconds