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

/external/skia/include/effects/
H A DSkColorMatrix.h39 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } function in class:SkColorMatrix
/external/skia/include/utils/
H A DSkMatrix44.h184 void postConcat(const SkMatrix44& m) { function in class:SkMatrix44
/external/skia/src/views/
H A DSkWindow.cpp82 void SkWindow::postConcat(const SkMatrix& matrix) { function in class:SkWindow
/external/skia/src/core/
H A DSkMatrix.cpp189 return this->postConcat(m);
283 return this->postConcat(m);
292 return this->postConcat(m);
402 return this->postConcat(m);
408 return this->postConcat(m);
458 return this->postConcat(m);
464 return this->postConcat(m);
701 bool SkMatrix::postConcat(const SkMatrix& mat) { function in class:SkMatrix
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h301 void (*postConcat)(ANPMatrix*, const ANPMatrix*); member in struct:ANPMatrixInterfaceV0

Completed in 217 milliseconds