Home
last modified time | relevance | path

Searched refs:canCopyTo (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/images/
DSkDecodingImageGenerator.cpp180 SkASSERT(bitmap.canCopyTo(info.colorType())); in onGetPixels()
252 if (!bitmap.canCopyTo(opts.fRequestedColorType)) { in CreateDecodingImageGenerator()
/external/skia/src/core/
DSkBitmap.cpp830 bool SkBitmap::canCopyTo(SkColorType dstColorType) const { in canCopyTo() function in SkBitmap
916 if (!this->canCopyTo(dstColorType)) { in copyTo()
1011 if (!this->canCopyTo(dstCT)) { in deepCopyTo()
/external/skia/include/core/
DSkBitmap.h624 bool canCopyTo(SkColorType colorType) const;
/external/skia/tests/
DBitmapCopyTest.cpp289 bool canSucceed = srcPremul.canCopyTo(gPairs[j].fColorType); in DEF_TEST()