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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
AffineTransform.cpp 337 srA.remainderB += progress * (srB.remainderB - srA.remainderB);
404 decomp.remainderB = m.b();
416 this->setB(decomp.remainderB);
AffineTransform.h 168 double remainderA, remainderB, remainderC, remainderD;

Completed in 73 milliseconds