Searched refs:GetChannel (Results 1 – 1 of 1) sorted by relevance
78 auto GetChannel = [](uint32_t pixel, uint32_t channelMask) { in LoadRGBAFromBitmapFile() local100 uint8_t r = GetChannel(pixel, rChannelMask); in LoadRGBAFromBitmapFile()101 uint8_t g = GetChannel(pixel, gChannelMask); in LoadRGBAFromBitmapFile()102 uint8_t b = GetChannel(pixel, bChannelMask); in LoadRGBAFromBitmapFile()103 uint8_t a = GetChannel(pixel, aChannelMask); in LoadRGBAFromBitmapFile()