Searched refs:channelSize (Results 1 – 1 of 1) sorted by relevance
676 int channelSize = getChannelSize(m_format.type); in getPixel() local686 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()762 int channelSize = getChannelSize(m_format.type); in getPixelInt() local772 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixelInt()967 int channelSize = getChannelSize(m_format.type); in setPixel() local972 floatToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()1031 int channelSize = getChannelSize(m_format.type); in setPixel() local1036 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()