Home | History | Annotate | Download | only in aura

Lines Matching defs:matrix

2939     const SkMatrix& matrix = canvas->sk_canvas()->getTotalMatrix();
2941 SkScalarFloorToInt(matrix.getTranslateX()),
2942 SkScalarFloorToInt(matrix.getTranslateY()));