Searched defs:SCREEN_SHIFT_LEFT (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-private.h941 # define SCREEN_SHIFT_LEFT(x,n) ((x) << (n)) macro
944 # define SCREEN_SHIFT_LEFT(x,n) ((x) >> (n)) macro

Completed in 34 milliseconds