Home
last modified time | relevance | path

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

/external/skia/modules/svg/src/
DSkSVGSVG.cpp33 contentMatrix.preConcat(ComputeViewboxMatrix(viewBox, viewPortRect, fPreserveAspectRatio)); in onPrepareToRender()
DSkSVGImage.cpp73 const SkMatrix m = ComputeViewboxMatrix(viewBox, viewPort, par); in LoadImage()
DSkSVGNode.cpp132 SkMatrix SkSVGNode::ComputeViewboxMatrix(const SkRect& viewBox, in ComputeViewboxMatrix() function in SkSVGNode
/external/skia/modules/svg/include/
DSkSVGNode.h152 static SkMatrix ComputeViewboxMatrix(const SkRect&, const SkRect&, SkSVGPreserveAspectRatio);