Searched refs:layoutRect (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderOverflow.h | 43 RenderOverflow(const LayoutRect& layoutRect, const LayoutRect& visualRect) in RenderOverflow() argument 44 : m_layoutOverflow(layoutRect) in RenderOverflow()
|
D | RenderMultiColumnSet.cpp | 284 LayoutRect layoutRect = flowThread()->layoutOverflowRect(); in expandToEncompassFlowThreadContentsIfNeeded() local 285 …LayoutUnit logicalHeightWithOverflow = (isHorizontal ? layoutRect.maxY() : layoutRect.maxX()) - lo… in expandToEncompassFlowThreadContentsIfNeeded()
|
D | RenderInline.cpp | 1364 LayoutRect layoutRect(rect); in operator ()() local 1365 layoutRect.move(m_accumulatedOffset.x(), m_accumulatedOffset.y()); in operator ()() 1366 m_rects.append(layoutRect); in operator ()()
|
/external/clang/test/SemaObjC/ |
D | super-cat-prot.m | 36 @interface NSView (NSView_IBViewProtocol) <IBViewProtocol> - (NSRect)layoutRect; @end method in NSView_IBViewProtocol
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
D | GdiPlusGraphics.h | 1268 IN const RectF &layoutRect, in DrawString() argument 1278 &layoutRect, in DrawString() 1334 IN const RectF &layoutRect, 1346 &layoutRect, 1366 RectF layoutRect(0, 0, layoutRectSize.Width, layoutRectSize.Height); 1380 &layoutRect, 1427 IN const RectF &layoutRect, in MeasureString() argument 1436 &layoutRect, in MeasureString() 1475 IN const RectF &layoutRect, in MeasureCharacterRanges() argument 1503 layoutRect, in MeasureCharacterRanges() [all …]
|
D | GdiPlusPath.h | 659 IN const RectF &layoutRect, in AddString() argument 670 &layoutRect, in AddString() 707 IN const Rect &layoutRect, in AddString() argument 718 &layoutRect, in AddString()
|
D | GdiPlusFlat.h | 163 REAL emSize, GDIPCONST RectF *layoutRect, 169 REAL emSize, GDIPCONST Rect *layoutRect, 2511 GDIPCONST RectF *layoutRect, 2522 GDIPCONST RectF *layoutRect, 2536 GDIPCONST RectF &layoutRect, 2552 GDIPCONST RectF &layoutRect,
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 260 …ST WCHAR *string, INT length, GDIPCONST GpFont *font, GDIPCONST RectF *layoutRect, GDIPCONST GpStr…
|