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

  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h 653 inline LayoutUnit intMod(const LayoutUnit& a, const LayoutUnit& b)
655 // This calculates the modulo so that: a = static_cast<int>(a / b) * b + intMod(a, b).
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.cpp 544 remainingHeight = intMod(remainingHeight, pageLogicalHeight);
    [all...]
RenderBlock.cpp     [all...]

Completed in 52 milliseconds