Home
last modified time | relevance | path

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

/third_party/skia/include/core/
DSkMatrix.h201 fTypeMask = this->computeTypeMask(); in getType()
265 fTypeMask = this->computeTypeMask(); in rectStaysRect()
1872 uint8_t computeTypeMask() const;
/third_party/skia/src/core/
DSkMatrix.cpp111 uint8_t SkMatrix::computeTypeMask() const { in computeTypeMask() function in SkMatrix