Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:isZero

49 bool Transform::isZero(float f) {
54 return isZero(fabs(f) - 1.0f);
117 if (isZero(tx) && isZero(ty)) {
149 H.mType |= isZero(w) ? IDENTITY : TRANSLATE;
157 V.mType |= isZero(h) ? IDENTITY : TRANSLATE;
166 R.mType |= isZero(original_w) ? IDENTITY : TRANSLATE;
260 if (isZero(b) && isZero(c)) {
266 } else if (isZero(a) && isZero(d)) {
292 if (!isZero(x) || !isZero(y))