Home
last modified time | relevance | path

Searched defs:INT_TO_FIXED (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dquerymatrix.c38 #define INT_TO_FIXED(x) ((GLfixed) ((x) << 16)) macro
Dget.c93 INT_TO_FIXED(GLint I) in INT_TO_FIXED() function
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftcalc.h448 #define INT_TO_FIXED( x ) ( (FT_Long)(x) * 65536 ) /* << 16 */ macro
/third_party/freetype/include/freetype/internal/
Dftcalc.h448 #define INT_TO_FIXED( x ) ( (FT_Long)(x) * 65536 ) /* << 16 */ macro
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftcalc.h473 #define INT_TO_FIXED( x ) ( (FT_Long)(x) * 65536 ) /* << 16 */ macro