Searched defs:preConcat (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrix.h50 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } function in class:SkColorMatrix
/external/skia/include/effects/
H A DSkColorMatrix.h50 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } function in class:SkColorMatrix
/external/chromium_org/third_party/skia/src/views/
H A DSkWindow.cpp47 void SkWindow::preConcat(const SkMatrix& matrix) { function in class:SkWindow
/external/skia/src/views/
H A DSkWindow.cpp46 void SkWindow::preConcat(const SkMatrix& matrix) { function in class:SkWindow
/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h315 inline void preConcat(const SkMatrix44& m) { function in class:SkMatrix44
/external/skia/include/utils/
H A DSkMatrix44.h311 inline void preConcat(const SkMatrix44& m) { function in class:SkMatrix44
/external/skia/src/core/
H A DSkMatrixClipStateMgr.h85 void preConcat(const SkMatrix& matrix) { function in class:SkMatrixClipStateMgr::MatrixClipState::MatrixInfo
87 fMatrix.preConcat(matrix);
310 fCurMCState->fMatrixInfo->preConcat(matrix);
H A DSkMatrix.cpp259 this->preConcat(m);
333 this->preConcat(m);
447 this->preConcat(m);
453 this->preConcat(m);
503 this->preConcat(m);
509 this->preConcat(m);
679 void SkMatrix::preConcat(const SkMatrix& mat) { function in class:SkMatrix
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h435 void concatMatrix(const SkMatrix& m) { fViewMatrix.preConcat(m); }
779 * Initializes by pre-concat'ing the context's current matrix with the preConcat param.
781 void setPreConcat(GrContext* context, const SkMatrix& preConcat, GrPaint* paint = NULL) { argument
788 this->preConcat(preConcat, paint);
820 this->preConcat(newMatrix, paint);
832 * pre-concat'ing the preConcat param. The matrix that will be restored remains unchanged.
837 void preConcat(const SkMatrix& preConcat, GrPaint* paint = NULL) { argument
839 paint->localCoordChange(preConcat);
[all...]
/external/skia/include/gpu/
H A DGrContext.h418 void concatMatrix(const SkMatrix& m) { fViewMatrix.preConcat(m); }
769 * Initializes by pre-concat'ing the context's current matrix with the preConcat param.
771 void setPreConcat(GrContext* context, const SkMatrix& preConcat, GrPaint* paint = NULL) { argument
778 this->preConcat(preConcat, paint);
810 this->preConcat(newMatrix, paint);
822 * pre-concat'ing the preConcat param. The matrix that will be restored remains unchanged.
827 void preConcat(const SkMatrix& preConcat, GrPaint* paint = NULL) { argument
829 paint->localCoordChange(preConcat);
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp253 this->preConcat(m);
327 this->preConcat(m);
441 this->preConcat(m);
447 this->preConcat(m);
497 this->preConcat(m);
503 this->preConcat(m);
673 void SkMatrix::preConcat(const SkMatrix& mat) { function in class:SkMatrix
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 643 milliseconds