Home
last modified time | relevance | path

Searched refs:M_X (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx105 static const int M_X = 128; in InitGammaTable() local
111 if ( x <= M_X ) in InitGammaTable()
112 a = ( x * M_Y + M_X / 2) / M_X; in InitGammaTable()
114 a = M_Y + ( ( x - M_X ) * ( M_MAX - M_Y ) + in InitGammaTable()
115 ( M_MAX - M_X ) / 2 ) / ( M_MAX - M_X ); in InitGammaTable()

Completed in 26 milliseconds