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 194 bool isPerspective() const;
Snapshot.cpp 177 return transform->isPerspective();
Matrix.cpp 148 bool Matrix4::isPerspective() const {
OpenGLRenderer.cpp     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 711 static double sk_inv_determinant(const float mat[9], int isPerspective) {
714 if (isPerspective) {
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 717 static double sk_inv_determinant(const float mat[9], int isPerspective) {
720 if (isPerspective) {
    [all...]

Completed in 311 milliseconds