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/platform/transforms/
AffineTransform.cpp 335 srA.remainderB += progress * (srB.remainderB - srA.remainderB);
382 decomp.remainderB = m.b();
394 this->setB(decomp.remainderB);
AffineTransform.h 164 double remainderA, remainderB, remainderC, remainderD;

Completed in 25 milliseconds