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

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp412 float canvasScaleY = 1.0f; local
417 canvasScaleY = fabs(canvasMatrix.getScaleY());
420 int scaledHeight = (int) (bounds.height() * canvasScaleY);

Completed in 53 milliseconds