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

  /frameworks/base/libs/hwui/
Matrix.h 184 bool isPerspective() const;
Snapshot.cpp 165 return transform->isPerspective();
Matrix.cpp 145 bool Matrix4::isPerspective() const {
OpenGLRenderer.cpp     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 828 static double sk_inv_determinant(const float mat[9], int isPerspective,
832 if (isPerspective) {
867 static SkFixed sk_inv_determinant(const SkFixed mat[9], int isPerspective,
871 if (isPerspective) {
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 828 static double sk_inv_determinant(const float mat[9], int isPerspective,
832 if (isPerspective) {
867 static SkFixed sk_inv_determinant(const SkFixed mat[9], int isPerspective,
871 if (isPerspective) {
    [all...]

Completed in 154 milliseconds