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