Searched refs:dstPT (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
H A D | SkGrPixelRef.cpp | 54 SkColorProfileType dstPT, const SkIRect* subset) { 78 desc.fConfig = SkImageInfo2GrPixelConfig(dstCT, kPremul_SkAlphaType, dstPT); 93 dstPT); 134 SkPixelRef* SkGrPixelRef::deepCopy(SkColorType dstCT, SkColorProfileType dstPT, argument 146 return copy_to_new_texture_pixelref(fSurface->asTexture(), dstCT, dstPT, subset); 53 copy_to_new_texture_pixelref(GrTexture* texture, SkColorType dstCT, SkColorProfileType dstPT, const SkIRect* subset) argument
|
/external/skia/src/core/ |
H A D | SkBitmap.cpp | 918 const SkColorProfileType dstPT = this->profileType(); local 927 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstCT, dstPT, nullptr); 930 if (this->colorType() == dstCT && this->profileType() == dstPT) {
|
Completed in 112 milliseconds