Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrix.cpp44 static inline int has_perspective(const SkMatrix& matrix) { in has_perspective() function
134 if (has_perspective(*this)) { in preTranslate()
152 if (has_perspective(*this)) { in postTranslate()
733 int isPersp = has_perspective(*this); in invert()