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

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

Completed in 41 milliseconds