Home
last modified time | relevance | path

Searched refs:BeginVal (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsopt.c724 int BeginVal, EndVal; in SlopeLimiting() local
731 BeginVal = 0xffff; EndVal = 0; in SlopeLimiting()
734 BeginVal = 0; EndVal = 0xffff; in SlopeLimiting()
739 Slope = (Val - BeginVal) / AtBegin; in SlopeLimiting()