Searched defs:layoutRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderOverflow.h43 RenderOverflow(const LayoutRect& layoutRect, const LayoutRect& visualRect) argument
44 : m_layoutOverflow(layoutRect)
H A DRenderMultiColumnSet.cpp284 LayoutRect layoutRect = flowThread()->layoutOverflowRect(); local
285 LayoutUnit logicalHeightWithOverflow = (isHorizontal ? layoutRect.maxY() : layoutRect.maxX()) - logicalTopOffset;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusGraphics.h1268 IN const RectF &layoutRect,
1278 &layoutRect,
1334 IN const RectF &layoutRect,
1346 &layoutRect,
1366 RectF layoutRect(0, 0, layoutRectSize.Width, layoutRectSize.Height);
1380 &layoutRect,
1427 IN const RectF &layoutRect,
1436 &layoutRect,
1475 IN const RectF &layoutRect,
1503 layoutRect,
1264 DrawString( IN const WCHAR *string, IN INT length, IN const Font *font, IN const RectF &layoutRect, IN const StringFormat *stringFormat, IN const Brush *brush ) argument
1330 MeasureString( IN const WCHAR *string, IN INT length, IN const Font *font, IN const RectF &layoutRect, IN const StringFormat *stringFormat, OUT RectF *boundingBox, OUT INT *codepointsFitted = 0, OUT INT *linesFilled = 0 ) const argument
1423 MeasureString( IN const WCHAR *string, IN INT length, IN const Font *font, IN const RectF &layoutRect, OUT RectF *boundingBox ) const argument
1471 MeasureCharacterRanges( IN const WCHAR *string, IN INT length, IN const Font *font, IN const RectF &layoutRect, IN const StringFormat *stringFormat, IN INT regionCount, OUT Region *regions ) const argument
1518 MeasureStringRegion( IN const WCHAR *string, IN INT length, IN const Font *font, IN const RectF &layoutRect, IN const StringFormat *stringFormat, IN INT firstCharacterIndex, IN INT characterCount, OUT Region *region ) const argument
[all...]
H A DGdiPlusPath.h659 IN const RectF &layoutRect,
670 &layoutRect,
707 IN const Rect &layoutRect,
718 &layoutRect,
653 AddString( IN const WCHAR *string, IN INT length, IN const FontFamily *family, IN INT style, IN REAL emSize, IN const RectF &layoutRect, IN const StringFormat *format ) argument
701 AddString( IN const WCHAR *string, IN INT length, IN const FontFamily *family, IN INT style, IN REAL emSize, IN const Rect &layoutRect, IN const StringFormat *format ) argument

Completed in 427 milliseconds