Lines Matching refs:fInitialTransform
756 fInitialTransform.setTranslate(0, SkIntToScalar(pageSize.fHeight));
757 fInitialTransform.preScale(SK_Scalar1, -SK_Scalar1);
758 fInitialTransform.preConcat(initialTransform);
780 fInitialTransform.reset();
1515 if (fInitialTransform.getType() != SkMatrix::kIdentity_Mask) {
1516 SkPDFUtils::AppendTransform(fInitialTransform, &data);
1652 transform.postConcat(fInitialTransform);
1718 transform.postConcat(fInitialTransform);
2069 transform.postConcat(fInitialTransform);
2079 fInitialTransform.mapRect(&boundsTemp);
2230 total.postConcat(fInitialTransform);