Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmap.cpp831 const SkColorType srcCT = this->colorType(); in canCopyTo() local
833 if (srcCT == kUnknown_SkColorType) { in canCopyTo()
837 bool sameConfigs = (srcCT == dstColorType); in canCopyTo()
850 return sameConfigs || kN32_SkColorType == srcCT || kIndex_8_SkColorType == srcCT; in canCopyTo()
852 switch (srcCT) { in canCopyTo()