Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkMatrix.h65 fTypeMask = this->computeTypeMask(); in getType()
87 fTypeMask = this->computeTypeMask(); in rectStaysRect()
768 uint8_t computeTypeMask() const;
/external/skia/include/utils/
DSkMatrix44.h201 fTypeMask = this->computeTypeMask(); in getType()
453 int computeTypeMask() const;
/external/skia/src/utils/
DSkMatrix44.cpp52 int SkMatrix44::computeTypeMask() const { in computeTypeMask() function in SkMatrix44
/external/skia/src/core/
DSkMatrix.cpp117 uint8_t SkMatrix::computeTypeMask() const { in computeTypeMask() function in SkMatrix