Searched refs:dstPT (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | SkGrPixelRef.cpp | 57 SkColorProfileType dstPT, const SkIRect* subset) { in copy_to_new_texture_pixelref() argument 81 desc.fConfig = SkImageInfo2GrPixelConfig(dstCT, kPremul_SkAlphaType, dstPT); in copy_to_new_texture_pixelref() 95 dstPT); in copy_to_new_texture_pixelref() 129 SkPixelRef* SkGrPixelRef::deepCopy(SkColorType dstCT, SkColorProfileType dstPT, in deepCopy() argument 141 return copy_to_new_texture_pixelref(fSurface->asTexture(), dstCT, dstPT, subset); in deepCopy()
|
/external/skia/src/core/ |
D | SkBitmap.cpp | 1009 const SkColorProfileType dstPT = this->profileType(); in deepCopyTo() local 1018 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstCT, dstPT, NULL); in deepCopyTo() 1021 if (this->colorType() == dstCT && this->profileType() == dstPT) { in deepCopyTo()
|