Home | History | Annotate | Download | only in ports

Lines Matching refs:fVerticalMatrix

596     SkMatrix                            fVerticalMatrix; // unit rotated
679 fVerticalMatrix = fUnitMatrix;
682 fVerticalMatrix.preScale(scale, scale);
684 fVerticalMatrix.preRotate(SkIntToScalar(90));
686 fVerticalMatrix.postScale(SK_Scalar1, -SK_Scalar1);
810 fVerticalMatrix.mapPoints(&floatOffset, &trans, 1);
815 // fVerticalMatrix differently, but this works for now.