Searched refs:changeExposure (Results 1 – 2 of 2) sorted by relevance
278 *Y = changeExposure(*Y); in drawCheckerboard()333 *sqY = changeExposure(*sqY); in drawSquare()349 memset(mCurrentFrame, changeExposure(adjustedColor.Y), mTotalPixels); in drawSolid()386 memset(pY, changeExposure(color->Y), mFrameWidth); in drawStripes()
302 inline uint8_t changeExposure(const uint8_t& inputY) const { in changeExposure() function