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

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp193 if (shadowMatrix.hasPerspective() || revealClipPath || clippedToBounds) {
195 if (shadowMatrix.hasPerspective()) {
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp144 if (CC_LIKELY(!transform->hasPerspective())) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java75 public static boolean hasPerspective(Matrix m) { method in class:Matrix_Delegate
81 return delegate.hasPerspective();
171 public boolean hasPerspective() { method in class:Matrix_Delegate
902 if (hasPerspective()) {
H A DCanvas_Delegate.java354 if (matrixDelegate.hasPerspective()) {
H A DPath_Delegate.java877 if (matrix.hasPerspective()) {

Completed in 180 milliseconds