Searched refs:legalReadChannels (Results 1 – 2 of 2) sorted by relevance
271 uint32_t legalReadChannels = SkColorTypeChannelFlags(supportedColorType); in transferPixels() local273 if ((~legalReadChannels & dstChannels) & srcChannels) { in transferPixels()
599 uint32_t legalReadChannels = GrColorTypeChannelFlags(readInfo.fColorType); in asyncRescaleAndReadPixels() local601 if ((~legalReadChannels & dstChannels) & srcChannels) { in asyncRescaleAndReadPixels()1245 uint32_t legalReadChannels = GrColorTypeChannelFlags(supportedRead.fColorType); in transferPixels() local1247 if ((~legalReadChannels & dstChannels) & srcChannels) { in transferPixels()