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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 399 LayoutUnit repaintLogicalBottom = 0;
400 layoutInlineChildren(true, repaintLogicalTop, repaintLogicalBottom, afterEdge);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 506 LayoutUnit repaintLogicalBottom = (isHorizontalWritingMode() ? flowThreadRepaintRect.maxY() : flowThreadRepaintRect.maxX()) - 1;
509 unsigned endColumn = columnIndexAtOffset(repaintLogicalBottom);

Completed in 193 milliseconds