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