Searched refs:srB (Results 1 – 1 of 1) sorted by relevance
343 double srA[9], srB[9]; in blend() local346 affineTransformDecompose(*this, srB); in blend()349 if ((srA[0] < 0 && srB[1] < 0) || (srA[1] < 0 && srB[0] < 0)) { in blend()357 srB[2] = fmod(srB[2], 2.0 * piDouble); in blend()359 if (fabs(srA[2] - srB[2]) > piDouble) { in blend()360 if (srA[2] > srB[2]) in blend()363 srB[2] -= piDouble * 2.0; in blend()367 srA[i] = srA[i] + progress * (srB[i] - srA[i]); in blend()