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

  /frameworks/native/services/surfaceflinger/
Transform.h 102 static bool absIsOne(float f);
Transform.cpp 53 bool Transform::absIsOne(float f) {
259 if (!absIsOne(a) || !absIsOne(d)) {
266 if (!absIsOne(b) || !absIsOne(c)) {

Completed in 59 milliseconds