Home | History | Annotate | Download | only in svg

Lines Matching refs:ctm

173         // Scale the CTM so the primitive is drawn to filterRes.
180 // If the CTM contains rotation or shearing, apply the filter to
183 AffineTransform ctm = context->getCTM();
184 if (ctm.b() || ctm.c()) {
186 scaleAndTranslate.translate(ctm.e(), ctm.f());
187 scaleAndTranslate.scale(ctm.xScale(), ctm.yScale());
190 shearAndRotate.multiply(ctm);