Home | History | Annotate | Download | only in common

Lines Matching refs:deUint8

83 	*((deUint8*)pixAddr + 0) = (deUint8)col.getRed();
84 *((deUint8*)pixAddr + 1) = (deUint8)col.getGreen();
85 *((deUint8*)pixAddr + 2) = (deUint8)col.getBlue();
86 *((deUint8*)pixAddr + 3) = (deUint8)col.getAlpha();
102 const deUint8* byteAddr = (const deUint8*)pixAddr;
122 const deUint8* ptr = (m_pixels.empty() ? NULL : ((deUint8*)&m_pixels[0]) + 4 * (x + y * m_width));
140 deUint8* ptr = (m_pixels.empty() ? NULL : ((deUint8*)&m_pixels[0]) + 4 * (x + y * m_width));