Home
last modified time | relevance | path

Searched refs:dstPT (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DSkGrPixelRef.cpp54 SkColorProfileType dstPT, const SkIRect* subset) { in copy_to_new_texture_pixelref() argument
78 desc.fConfig = SkImageInfo2GrPixelConfig(dstCT, kPremul_SkAlphaType, dstPT); in copy_to_new_texture_pixelref()
93 dstPT); in copy_to_new_texture_pixelref()
134 SkPixelRef* SkGrPixelRef::deepCopy(SkColorType dstCT, SkColorProfileType dstPT, in deepCopy() argument
146 return copy_to_new_texture_pixelref(fSurface->asTexture(), dstCT, dstPT, subset); in deepCopy()
/external/skia/src/core/
DSkBitmap.cpp918 const SkColorProfileType dstPT = this->profileType(); in deepCopyTo() local
927 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstCT, dstPT, nullptr); in deepCopyTo()
930 if (this->colorType() == dstCT && this->profileType() == dstPT) { in deepCopyTo()