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

  /xsrc/external/mit/pixman/dist/pixman/
pixman-fast-path.c 1624 int leading_pixels = 0, trailing_pixels = 0; \
1636 leading_pixels = TILE_SIZE - (((uintptr_t)dst & \
1638 if (leading_pixels > W) \
1639 leading_pixels = W; \
1647 leading_pixels, \
1650 dst += leading_pixels; \
1651 src += leading_pixels * src_stride; \
1652 W -= leading_pixels; \
1698 int leading_pixels = 0, trailing_pixels = 0; \
1710 leading_pixels = TILE_SIZE - (((uintptr_t)dst &
1988 int leading_pixels = 32 - offs; local
    [all...]
pixman-rvv.c 2807 int leading_pixels = 32 - offs; local
2808 if (leading_pixels >= width)
2819 *dst++ |= A1_FILL_MASK (leading_pixels, offs);
2821 *dst++ &= ~A1_FILL_MASK (leading_pixels, offs);
2822 width -= leading_pixels;

Completed in 6 milliseconds