Searched refs:stencilChannelIndex (Results 1 – 1 of 1) sorted by relevance
880 const int stencilChannelIndex = 3; in getPixStencil() local881 … return channelToInt(pixelPtr + getChannelSize(m_format.type)*stencilChannelIndex, m_format.type); in getPixStencil()1114 const int stencilChannelIndex = 3; in setPixStencil() local1115 …intToChannel(pixelPtr + getChannelSize(m_format.type)*stencilChannelIndex, stencil, m_format.type); in setPixStencil()