Home
last modified time | relevance | path

Searched refs:mapRadius (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/docs/examples/
H A Dmapradius.cpp14 SkScalar mappedRadius = matrix.mapRadius(circleRadius); in REG_FIDDLE()
H A DMatrix_mapRadius.cpp15 SkScalar mappedRadius = matrix.mapRadius(circleRadius); in REG_FIDDLE()
/third_party/skia/src/effects/
H A DSkEmbossMaskFilter.cpp80 SkScalar sigma = matrix.mapRadius(fBlurSigma); in filterMask()
/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp712 infoCopy.fRadius[0] = inverseMapperMatrix.mapRadius(info.fRadius[0]); in make_function_shader()
713 infoCopy.fRadius[1] = inverseMapperMatrix.mapRadius(info.fRadius[1]); in make_function_shader()
H A DSkPDFDevice.cpp617 SkScalar matrixScale = matrix.mapRadius(1.0f); in internalDrawPath()
/third_party/skia/include/core/
H A DSkMatrix.h1639 SkScalar mapRadius(SkScalar radius) const;
/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp1072 radius = viewMatrix.mapRadius(radius);
1073 SkScalar strokeWidth = viewMatrix.mapRadius(stroke.getWidth());
1552 radius = viewMatrix.mapRadius(radius);
1553 strokeWidth = viewMatrix.mapRadius(strokeWidth);
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.cpp42 // take worst case mapRadius amoung four corners. in scaleToleranceToSrc()
49 stretch = std::max(stretch, mat.mapRadius(SK_Scalar1)); in scaleToleranceToSrc()
/third_party/skia/src/core/
H A DSkBlurMF.cpp119 SkScalar xformedSigma = this->ignoreXform() ? fSigma : ctm.mapRadius(fSigma); in computeXformedSigma()
H A DSkMatrix.cpp1178 SkScalar SkMatrix::mapRadius(SkScalar radius) const { in mapRadius() function in SkMatrix

Completed in 20 milliseconds