Home | History | Annotate | Download | only in ports

Lines Matching refs:fVerticalMatrix

625     SkMatrix fVerticalMatrix; // unit rotated
697 fVerticalMatrix = fUnitMatrix;
700 fVerticalMatrix.preScale(scale, scale);
702 fVerticalMatrix.preRotate(SkIntToScalar(90));
704 fVerticalMatrix.postScale(SK_Scalar1, -SK_Scalar1);
818 fVerticalMatrix.mapPoints(&floatOffset, &trans, 1);
823 // fVerticalMatrix differently, but this works for now.