Home | History | Annotate | Download | only in glshared

Lines Matching refs:posY

123 			const size_t	posY	= (size_t(index) * 2) + 1;
128 if (posY >= offset && posY < offset+size)
129 coords[posY - offset] = ((i / 2) == 1 ? extend2BitsToByte(0x3u) : extend2BitsToByte(0x0u));