Searched refs:pCompStart (Results 1 – 2 of 2) sorted by relevance
334 UINT_32* pCompStart, ///< [in] the first bit position of each component in Int32sToPixel() argument357 start = pCompStart[i] / 8; in Int32sToPixel()371 elemMask |= compMask << pCompStart[i]; in Int32sToPixel()372 value |= (pComps[i] & compMask) << pCompStart[i]; in Int32sToPixel()
208 UINT_32 numComps, UINT_32* pComps, UINT_32* pCompBits, UINT_32* pCompStart,