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

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp44 SkMatrix pathMatrix(groupStackedMatrix);
45 pathMatrix.postScale(scaleX, scaleY);
54 renderPath.addPath(tmpPath, pathMatrix);
56 renderPath.addPath(getUpdatedPath(), pathMatrix); local
61 drawPath(outCanvas, renderPath, strokeScale, pathMatrix, useStagingData);

Completed in 112 milliseconds