HomeSort by relevance Sort by last modified time
    Searched refs:remainderA (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 334 srA.remainderA += progress * (srB.remainderA - srA.remainderA);
381 decomp.remainderA = m.a();
393 this->setA(decomp.remainderA);
AffineTransform.h 164 double remainderA, remainderB, remainderC, remainderD;

Completed in 289 milliseconds