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

/external/pixman/pixman/
H A Dpixman-matrix.c672 #define IS_ZERO(a) (within_epsilon (a, 0, EPSILON)) macro
677 IS_ZERO (a))
678 #define IS_INT(a) (IS_ZERO (pixman_fixed_frac (a)))
685 !IS_ZERO (t->matrix[0][0]) &&
686 IS_ZERO (t->matrix[0][1]) &&
687 IS_ZERO (t->matrix[0][2]) &&
688 IS_ZERO (t->matrix[1][0]) &&
689 IS_ZERO (t->matrix[1][2]) &&
690 IS_ZERO (t->matrix[2][0]) &&
691 IS_ZERO (
[all...]

Completed in 112 milliseconds