Home
last modified time | relevance | path

Searched refs:isPerspective (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrDrawContext.cpp208 bool isPerspective = viewMatrix.hasPerspective(); in drawPaint() local
213 if (!isPerspective) { in drawPaint()
/external/skia/src/core/
DSkMatrix.cpp753 static double sk_inv_determinant(const float mat[9], int isPerspective) { in sk_inv_determinant() argument
756 if (isPerspective) { in sk_inv_determinant()