Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkMatrix.h140 fTypeMask = this->computeTypeMask(); in getType()
204 fTypeMask = this->computeTypeMask(); in rectStaysRect()
1745 uint8_t computeTypeMask() const;
DSkMatrix44.h216 fTypeMask.store(this->computeTypeMask(), std::memory_order_relaxed); in getType()
471 int computeTypeMask() const;
/external/skia/include/core/
DSkMatrix.h203 fTypeMask = this->computeTypeMask(); in getType()
267 fTypeMask = this->computeTypeMask(); in rectStaysRect()
1867 uint8_t computeTypeMask() const;
/external/skqp/src/core/
DSkMatrix44.cpp53 int SkMatrix44::computeTypeMask() const { in computeTypeMask() function in SkMatrix44
DSkMatrix.cpp119 uint8_t SkMatrix::computeTypeMask() const { in computeTypeMask() function in SkMatrix
/external/skia/src/core/
DSkMatrix.cpp111 uint8_t SkMatrix::computeTypeMask() const { in computeTypeMask() function in SkMatrix