Home
last modified time | relevance | path

Searched refs:markerTM (Results 1 – 1 of 1) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGMarkerFrame.cpp88 Matrix markerTM = content->GetMarkerTransform(mStrokeWidth, mX, mY, in GetCanvasTM() local
92 return ThebesMatrix(viewBoxTM * markerTM) * markedTM; in GetCanvasTM()
138 Matrix markerTM = marker->GetMarkerTransform(mStrokeWidth, mX, mY, in PaintMark() local
141 gfxMatrix markTM = ThebesMatrix(viewBoxTM) * ThebesMatrix(markerTM) * in PaintMark()
199 Matrix markerTM = in GetMarkBBoxContribution() local
203 Matrix tm = viewBoxTM * markerTM * aToBBoxUserspace; in GetMarkBBoxContribution()