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/core/platform/graphics/transforms/
AffineTransform.cpp 336 srA.remainderA += progress * (srB.remainderA - srA.remainderA);
403 decomp.remainderA = m.a();
415 this->setA(decomp.remainderA);
AffineTransform.h 168 double remainderA, remainderB, remainderC, remainderD;

Completed in 50 milliseconds