Home
last modified time | relevance | path

Searched defs:isPerspective (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/libs/hwui/
H A DMatrix.cpp146 bool Matrix4::isPerspective() const { in isPerspective() function in android::uirenderer::Matrix4
/aosp_15_r20/external/skia/src/core/
H A DSkMatrix.cpp714 static double sk_determinant(const float mat[9], int isPerspective) { in sk_determinant()
733 static double sk_inv_determinant(const float mat[9], int isPerspective) { in sk_inv_determinant()
/aosp_15_r20/external/skia/src/gpu/graphite/precompile/
H A DPrecompileShader.cpp682 bool isPerspective) { in LocalMatrix()