Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmap.cpp850 bool sameConfigs = (this->config() == dstConfig); in canCopyTo() local
859 if (!sameConfigs) { in canCopyTo()
868 if (this->getConfig() == kA1_Config && !sameConfigs) { in canCopyTo()