Home
last modified time | relevance | path

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

/external/skia/include/effects/
DSkColorMatrix.h44 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyMatrix.java266 protected boolean postConcat(Matrix other) { in postConcat() method in ShadowLegacyMatrix
396 private boolean postConcat(SimpleMatrix matrix) { in postConcat() method in ShadowLegacyMatrix
/external/skia/include/core/
DSkM44.h355 SkM44& postConcat(const SkM44& m) { in postConcat() function
/external/skia/src/core/
DSkImageFilterTypes.h521 LayerSpace<SkMatrix>& postConcat(const LayerSpace<SkMatrix>& m) { in postConcat() function
DSkMatrix.cpp683 SkMatrix& SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix