Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkMatrix44.h466 SkMScalar perspZ() const { return fMat[2][3]; } in perspZ() function
/third_party/flutter/skia/src/core/
DSkMatrix44.cpp64 if (0 != perspX() || 0 != perspY() || 0 != perspZ() || 1 != fMat[3][3]) { in recomputeTypeMask()