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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 418 FloatRect HTMLCanvasElement::convertLogicalToDevice(const FloatRect& logicalRect) const
420 FloatRect deviceRect(logicalRect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp     [all...]
RootInlineBox.cpp 461 LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);
462 logicalRect.move(renderer()->isHorizontalWritingMode() ? offsetFromRootBlock : LayoutSize(offsetFromRootBlock.height(), offsetFromRootBlock.width()));
463 LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect);
    [all...]
RenderBlock.cpp     [all...]
RenderBlock.h 245 LayoutRect logicalRectToPhysicalRect(const LayoutPoint& physicalPosition, const LayoutRect& logicalRect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 358 milliseconds