HomeSort by relevance Sort by last modified time
    Searched refs:logicalHeight (Results 26 - 42 of 42) sorted by null

12

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 519 ty -= styleToUse->isHorizontalWritingMode() ? 0 : logicalHeight();
523 FloatRect boxRect(boxOrigin, IntSize(logicalWidth(), logicalHeight()));
    [all...]
RenderText.cpp 329 IntRect r = IntRect(box->x(), box->y(), box->logicalWidth(), box->logicalHeight());
345 r.setHeight(box->logicalHeight());
438 r.setHeight(box->logicalHeight());
441 r.setWidth(box->logicalHeight());
    [all...]
RenderWidget.cpp 143 if (style() && (style()->logicalHeight().isPercent() || style()->logicalMinHeight().isPercent() || style()->logicalMaxHeight().isPercent()))
RenderListItem.cpp 350 if (!logicalHeight())
RenderView.cpp 122 if (child->style()->logicalHeight().isPercent() || child->style()->logicalMinHeight().isPercent() || child->style()->logicalMaxHeight().isPercent())
RootInlineBox.cpp 107 ellipsisWidth - (markupBox ? markupBox->logicalWidth() : 0), logicalHeight(),
    [all...]
RenderTableCell.cpp     [all...]
RenderListMarker.cpp     [all...]
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 717 mSurfaceControl.setPosition(0, displayInfo.logicalHeight);
721 mSurfaceControl.setPosition(displayInfo.logicalWidth, displayInfo.logicalHeight);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 93 if (!style()->logicalHeight().isPercent())
SVGRenderTreeAsText.cpp 441 ts << " at (" << text.x() << "," << text.y() << ") size " << logicalWidth << "x" << box->logicalHeight();
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 434 - (void)_setPrinting:(BOOL)printing minimumPageLogicalWidth:(float)minPageWidth logicalHeight:(float)minPageHeight maximumPageLogicalWidth:(float)maxPageWidth adjustViewSize:(BOOL)adjustViewSize paginateScreenContent:(BOOL)paginateScreenContent;
    [all...]
  /external/webkit/Source/WebCore/editing/
visible_units.cpp 523 if (root && root->logicalHeight())
634 if (root && root->logicalHeight())
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
WindowStateAnimator.java     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 404 Length logicalHeight() const;
    [all...]

Completed in 1981 milliseconds

12