Searched refs:scaledA (Results 1 – 2 of 2) sorted by relevance
114 MatrixType scaledA; in testMatrixLogarithm() local117 scaledA = A * 0.9 * M_PI / maxImagPartOfSpectrum; in testMatrixLogarithm()119 scaledA = A; in testMatrixLogarithm()122 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()124 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()
519 SkPath scaledA, scaledB; in innerPathOp() local520 scaledA.addPath(a, scale); in innerPathOp()521 scaledA.setFillType(a.getFillType()); in innerPathOp()524 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()