Searched refs:scaledA (Results 1 – 3 of 3) 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()
433 SkPath scaledA, scaledB; in Op() local434 scaledA.addPath(one, scale); in Op()435 scaledA.setFillType(one.getFillType()); in Op()438 scaledRgnA.setPath(scaledA, openClip); in Op()
530 SkPath scaledA, scaledB; in innerPathOp() local531 scaledA.addPath(a, scale); in innerPathOp()532 scaledA.setFillType(a.getFillType()); in innerPathOp()535 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()