Searched defs:postConcat (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrix.h37 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } function in class:SkColorMatrix
/external/skia/include/effects/
H A DSkColorMatrix.h37 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } function in class:SkColorMatrix
/external/chromium_org/third_party/skia/src/views/
H A DSkWindow.cpp86 void SkWindow::postConcat(const SkMatrix& matrix) { function in class:SkWindow
/external/skia/src/views/
H A DSkWindow.cpp86 void SkWindow::postConcat(const SkMatrix& matrix) { function in class:SkWindow
/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h314 inline void postConcat(const SkMatrix44& m) { function in class:SkMatrix44
/external/skia/include/utils/
H A DSkMatrix44.h314 inline void postConcat(const SkMatrix44& m) { function in class:SkMatrix44
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp290 return this->postConcat(m);
384 return this->postConcat(m);
393 return this->postConcat(m);
503 return this->postConcat(m);
509 return this->postConcat(m);
559 return this->postConcat(m);
565 return this->postConcat(m);
809 bool SkMatrix::postConcat(const SkMatrix& mat) { function in class:SkMatrix
/external/skia/src/core/
H A DSkMatrix.cpp290 return this->postConcat(m);
384 return this->postConcat(m);
393 return this->postConcat(m);
503 return this->postConcat(m);
509 return this->postConcat(m);
559 return this->postConcat(m);
565 return this->postConcat(m);
809 bool SkMatrix::postConcat(const SkMatrix& mat) { function in class:SkMatrix

Completed in 417 milliseconds