Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsopt.c806 int BeginVal, EndVal; in SlopeLimiting() local
813 BeginVal = 0xffff; EndVal = 0; in SlopeLimiting()
816 BeginVal = 0; EndVal = 0xffff; in SlopeLimiting()
821 Slope = (Val - BeginVal) / AtBegin; in SlopeLimiting()