Searched refs:channelSize (Results 1 – 1 of 1) sorted by relevance
991 int channelSize = getChannelSize(m_format.type); in getPixel() local1001 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()1077 int channelSize = getChannelSize(m_format.type); in getPixelInt() local1087 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixelInt()1320 int channelSize = getChannelSize(m_format.type); in setPixel() local1325 floatToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()1430 int channelSize = getChannelSize(m_format.type); in setPixel() local1435 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()