Home
last modified time | relevance | path

Searched refs:layoutRect (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderOverflow.h43 RenderOverflow(const LayoutRect& layoutRect, const LayoutRect& visualRect) in RenderOverflow() argument
44 : m_layoutOverflow(layoutRect) in RenderOverflow()
DRenderMultiColumnSet.cpp284 LayoutRect layoutRect = flowThread()->layoutOverflowRect(); in expandToEncompassFlowThreadContentsIfNeeded() local
285 …LayoutUnit logicalHeightWithOverflow = (isHorizontal ? layoutRect.maxY() : layoutRect.maxX()) - lo… in expandToEncompassFlowThreadContentsIfNeeded()
DRenderInline.cpp1364 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/
Dsuper-cat-prot.m36 @interface NSView (NSView_IBViewProtocol) <IBViewProtocol> - (NSRect)layoutRect; @end method in NSView_IBViewProtocol
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusGraphics.h1268 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 …]
DGdiPlusPath.h659 IN const RectF &layoutRect, in AddString() argument
670 &layoutRect, in AddString()
707 IN const Rect &layoutRect, in AddString() argument
718 &layoutRect, in AddString()
DGdiPlusFlat.h163 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/
Dfx_win32_gdipext.cpp260 …ST WCHAR *string, INT length, GDIPCONST GpFont *font, GDIPCONST RectF *layoutRect, GDIPCONST GpStr…