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

/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c296 #define ONE_PIXEL ( 1L << PIXEL_BITS ) macro
300 #define FLOOR( x ) ( (x) & -ONE_PIXEL )
301 #define CEILING( x ) ( ( (x) + ONE_PIXEL - 1 ) & -ONE_PIXEL )
302 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL )
665 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 );
666 first = ONE_PIXEL;
697 p = ONE_PIXEL * ( y2 - y1 + delta );
718 ras.area += (TArea)(ONE_PIXEL * delt
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c296 #define ONE_PIXEL ( 1L << PIXEL_BITS ) macro
300 #define FLOOR( x ) ( (x) & -ONE_PIXEL )
301 #define CEILING( x ) ( ( (x) + ONE_PIXEL - 1 ) & -ONE_PIXEL )
302 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL )
665 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 );
666 first = ONE_PIXEL;
697 p = ONE_PIXEL * ( y2 - y1 + delta );
718 ras.area += (TArea)(ONE_PIXEL * delt
[all...]

Completed in 48 milliseconds