Searched refs:Dmax (Results 1 – 4 of 4) sorted by relevance
614 double Dmax = std::max(std::max(fabs(D1), fabs(D2)), fabs(D3)); in SkClassifyCubic() local615 double norm = previous_inverse_pow2(Dmax); in SkClassifyCubic()
813 double Dmax = std::max(std::max(fabs(D1), fabs(D2)), fabs(D3)); in SkClassifyCubic() local814 double norm = previous_inverse_pow2(Dmax); in SkClassifyCubic()
500 f = ( c - Dmin ) / ( Dmax - Dmin )502 "Where <c> is the value of the incoming component, <Dmin> and <Dmax>505 the resulting floating-point value. Note that <Dmin> and <Dmax>