Home
last modified time | relevance | path

Searched defs:postConcat (Results 1 – 7 of 7) sorted by relevance

/external/skqp/include/effects/
DSkColorMatrix.h50 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function
/external/skia/include/effects/
DSkColorMatrix.h50 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java269 protected boolean postConcat(Matrix other) { in postConcat() method in ShadowMatrix
396 private boolean postConcat(SimpleMatrix matrix) { in postConcat() method in ShadowMatrix
/external/skia/include/core/
DSkMatrix44.h378 inline void postConcat(const SkMatrix44& m) { in postConcat() function
/external/skqp/include/core/
DSkMatrix44.h378 inline void postConcat(const SkMatrix44& m) { in postConcat() function
/external/skia/src/core/
DSkMatrix.cpp715 void SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix
/external/skqp/src/core/
DSkMatrix.cpp715 void SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix