Searched defs:getMatrixScale (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp38 float matrixScale = getMatrixScale(groupStackedMatrix);
68 float Path::getMatrixScale(const SkMatrix& groupStackedMatrix) { function in class:android::uirenderer::VectorDrawable::Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1089 final float matrixScale = getMatrixScale(groupStackedMatrix);
1180 private float getMatrixScale(Matrix groupStackedMatrix) { method in class:VectorDrawable_Delegate.VPathRenderer_Delegate
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1008 final float matrixScale = getMatrixScale(groupStackedMatrix);
1089 private float getMatrixScale(Matrix groupStackedMatrix) { method in class:VectorDrawableCompat.VPathRenderer

Completed in 106 milliseconds