Searched refs:changeExposure (Results 1 – 4 of 4) sorted by relevance
276 adjustedWhite.Y = changeExposure(adjustedWhite.Y); in drawCheckerboard()278 adjustedBlack.Y = changeExposure(adjustedBlack.Y); in drawCheckerboard()367 *sqY = changeExposure(*sqY); in drawSquare()383 memset(mCurrentFrame, changeExposure(adjustedColor.Y), in drawSolid()424 memset(pY, changeExposure(color->Y), mFrameWidth); in drawStripes()
396 inline uint8_t changeExposure(const uint8_t& inputY) const { in changeExposure() function
270 *Y = changeExposure(*Y); in drawCheckerboard()324 *sqY = changeExposure(*sqY); in drawSquare()341 memset(mCurrentFrame, changeExposure(adjustedColor.Y), mTotalPixels); in drawSolid()377 memset(pY, changeExposure(color->Y), mFrameWidth); in drawStripes()
310 inline uint8_t changeExposure(const uint8_t& inputY) const { in changeExposure() function