Searched refs:yValue (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c1120 yValue; local in function:ScaleBitmap
1372 yValue = (INT32)(point[1] * 65536.0);
1379 register int x = xValue >> 16, y = yValue >> 16;
1404 yValue += deltaY;
1422 register int x = xValue >> 16, y = yValue >> 16;
1433 yValue += deltaY;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c1117 yValue; local in function:ScaleBitmap
1369 yValue = (INT32)(point[1] * 65536.0);
1376 register int x = xValue >> 16, y = yValue >> 16;
1401 yValue += deltaY;
1419 register int x = xValue >> 16, y = yValue >> 16;
1430 yValue += deltaY;

Completed in 6 milliseconds