Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkMatrix.h390 this->setTypeMask(kUnknown_Mask);
404 this->setTypeMask(kUnknown_Mask); in set()
486 this->setTypeMask(kUnknown_Mask); in setAll()
1661 this->setTypeMask(kUnknown_Mask); in dirtyMatrixTypeCache()
1695 this->setTypeMask(mask | kRectStaysRect_Mask); in setScaleTranslate()
1748 void setTypeMask(int mask) { in setTypeMask() function
DSkMatrix44.h470 inline void setTypeMask(TypeMask mask) { in setTypeMask() function
/third_party/skia/include/core/
DSkMatrix.h470 this->setTypeMask(kUnknown_Mask);
484 this->setTypeMask(kUnknown_Mask); in set()
566 this->setTypeMask(kUnknown_Mask); in setAll()
1788 this->setTypeMask(kUnknown_Mask); in dirtyMatrixTypeCache()
1822 this->setTypeMask(mask | kRectStaysRect_Mask); in setScaleTranslate()
1875 void setTypeMask(int mask) { in setTypeMask() function
/third_party/skia/src/core/
DSkMatrix.cpp39 this->setTypeMask(kUnknown_Mask); in doNormalizePerspective()
67 this->setTypeMask(kUnknown_Mask); in set9()
81 this->setTypeMask(kUnknown_Mask); in setAffine()
405 this->setTypeMask(kUnknown_Mask); in postIDiv()
425 this->setTypeMask(kUnknown_Mask | kOnlyPerspectiveValid_Mask); in setSinCos()
441 this->setTypeMask(kUnknown_Mask | kOnlyPerspectiveValid_Mask); in setRSXform()
457 this->setTypeMask(kUnknown_Mask | kOnlyPerspectiveValid_Mask); in setSinCos()
517 this->setTypeMask(kUnknown_Mask | kOnlyPerspectiveValid_Mask); in setSkew()
556 this->setTypeMask(kScale_Mask | kRectStaysRect_Mask); in setRectToRect()
639 tmp.setTypeMask(kUnknown_Mask); in setConcat()
[all …]
/third_party/flutter/skia/src/core/
DSkMatrix.cpp71 this->setTypeMask(kUnknown_Mask); in set9()
85 this->setTypeMask(kUnknown_Mask); in setAffine()
409 this->setTypeMask(kUnknown_Mask); in postIDiv()
429 this->setTypeMask(kUnknown_Mask | kOnlyPerspectiveValid_Mask); in setSinCos()
445 this->setTypeMask(kUnknown_Mask | kOnlyPerspectiveValid_Mask); in setRSXform()
461 this->setTypeMask(kUnknown_Mask | kOnlyPerspectiveValid_Mask); in setSinCos()
521 this->setTypeMask(kUnknown_Mask | kOnlyPerspectiveValid_Mask); in setSkew()
560 this->setTypeMask(kScale_Mask | kRectStaysRect_Mask); in setRectToRect()
644 tmp.setTypeMask(kUnknown_Mask); in setConcat()
681 tmp.setTypeMask(kUnknown_Mask | kOnlyPerspectiveValid_Mask); in setConcat()
[all …]
DSkMatrix44.cpp215 this->setTypeMask(kIdentity_Mask); in setIdentity()
268 this->setTypeMask(kTranslate_Mask); in setTranslate()
313 this->setTypeMask(kScale_Mask); in setScale()
552 inverse->setTypeMask(this->getType()); in invert()
639 inverse->setTypeMask(this->getType()); in invert()
702 inverse->setTypeMask(this->getType()); in invert()
1009 this->setTypeMask(kIdentity_Mask); in operator =()