HomeSort by relevance Sort by last modified time
    Searched refs:RENDER_SAMPLES_X (Results 1 - 3 of 3) sorted by null

  /external/pixman/pixman/
pixman-edge-imp.h 56 * (The AA case does a similar adjustment in RENDER_SAMPLES_X)
136 lxs = RENDER_SAMPLES_X (lx, N_BITS);
137 rxs = RENDER_SAMPLES_X (rx, N_BITS);
pixman-edge.c 204 lxs = RENDER_SAMPLES_X (lx, 8);
205 rxs = RENDER_SAMPLES_X (rx, 8);
pixman-private.h 369 #define RENDER_SAMPLES_X(x, n) \
    [all...]

Completed in 44 milliseconds