Searched refs:dstPT (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | SkGrPixelRef.cpp | 54 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/ |
D | SkBitmap.cpp | 918 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()
|