Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_color_space.cpp74 const real64 slope1 = 13.064306598; // gamma * pow (x1, gamma - 1.0) in Evaluate() local
83 slope1); in Evaluate()
130 const real64 slope1 = 9.9661890075; // gamma * pow (x1, gamma - 1.0) in Evaluate() local
139 slope1); in Evaluate()
/third_party/boost/boost/polygon/
Dpolygon_45_set_data.hpp835 inline point_data<Unit> getIntersectionPoint(const point_data<Unit>& pt1, unsigned int slope1, in getIntersectionPoint() argument
844 LongUnit rise1 = rises[slope1]; in getIntersectionPoint()
846 LongUnit run1 = runs[slope1]; in getIntersectionPoint()