Home
last modified time | relevance | path

Searched defs:int2fixed (Results 1 – 9 of 9) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfixed.h75 #define int2fixed(i) ((fixed)(i)<<_fixed_shift) macro
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfixed.h75 #define int2fixed(i) ((fixed)(i)<<_fixed_shift) macro
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfixed.h78 #define int2fixed(i) ((fixed)(i)<<_fixed_shift) macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfixed.h78 #define int2fixed(i) ((fixed)(i)<<_fixed_shift) macro
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfixed.h76 #define int2fixed(i) ((fixed)(i)<<_fixed_shift) macro
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfixed.h76 #define int2fixed(i) ((fixed)(i)<<_fixed_shift) macro
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxfixed.h79 #define int2fixed(i) ((fixed)(i)<<_fixed_shift) macro
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxfixed.h79 #define int2fixed(i) ((fixed)(i)<<_fixed_shift) macro
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Ddraw-edgebuffer.c18 #define int2fixed(x) ((x)<<fixed_shift) macro