HomeSort by: relevance | last modified time | path
    Searched refs:INT_TO_F26DOT6 (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftcalc.h 446 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) * 64 ) /* << 6 */
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c 3799 unrounded[i].x = INT_TO_F26DOT6( outline->points[i].x );
3800 unrounded[i].y = INT_TO_F26DOT6( outline->points[i].y );

Completed in 7 milliseconds