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

  /xsrc/external/mit/pixman/dist/pixman/
pixman-general.c 159 if (width <= 0 || _pixman_multiply_overflows_int (width, Bpp * 3))
pixman-utils.c 40 _pixman_multiply_overflows_int (unsigned int a, unsigned int b) function
pixman-private.h 863 _pixman_multiply_overflows_int (unsigned int a, unsigned int b);
pixman-bits-image.c 1252 if (_pixman_multiply_overflows_int (width, bpp))

Completed in 9 milliseconds