OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canvasScaleY
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
VectorDrawable.cpp
468
float
canvasScaleY
= 1.0f;
473
canvasScaleY
= fabs(canvasMatrix.getScaleY());
476
int scaledHeight = (int) (bounds.height() *
canvasScaleY
);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java
172
float
canvasScaleY
= Math.abs(mTmpFloats[Matrix.MSCALE_Y]);
180
canvasScaleY
= 1.0f;
184
int scaledHeight = (int) (mTmpBounds.height() *
canvasScaleY
);
[
all
...]
/prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 369 milliseconds