Home
last modified time | relevance | path

Searched refs:hasPerspective (Results 1 – 5 of 5) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java75 public static boolean hasPerspective(Matrix m) { in hasPerspective() method in Matrix_Delegate
81 return delegate.hasPerspective(); in hasPerspective()
174 public boolean hasPerspective() { in hasPerspective() method in Matrix_Delegate
910 if (hasPerspective()) { in mapVectors()
DCanvas_Delegate.java349 if (matrixDelegate.hasPerspective()) { in nSetMatrix()
DPath_Delegate.java890 if (matrix.hasPerspective()) { in transform()
/frameworks/base/libs/hwui/pipeline/skia/
DReorderBarrierDrawables.cpp198 if (shadowMatrix.hasPerspective()) { in drawShadow()
/frameworks/base/libs/hwui/
DDamageAccumulator.cpp145 if (CC_LIKELY(!transform->hasPerspective())) { in mapRect()