Searched defs:maxY (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderOverflow.h79 LayoutUnit maxY = std::max(rect.maxY(), m_layoutOverflow.maxY()); local
89 LayoutUnit maxY = std::max(rect.maxY(), m_visualOverflow.maxY()); local
H A DRenderRegion.cpp120 LayoutUnit maxY = isLastPortion ? max(flowThreadPortionRect.maxY(), flowThreadOverflow.maxY()) + outlineSize : flowThreadPortionRect.maxY(); local
128 LayoutUnit maxY = clipY ? flowThreadPortionRect.maxY() : max(flowThreadPortionRect.y(), (flowThreadOverflow.maxY() + outlineSize)); local
[all...]
H A DRenderBlock.h716 inline LayoutUnit maxY() const { ASSERT(isPlaced()); return m_frameRect.maxY(); } function in struct:WebCore::RenderBlock::FloatingObject
H A DRenderLayer.cpp2170 int maxY = scrollHeight() - box->pixelSnappedClientHeight(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DRegion.cpp83 int maxY = (span + 1)->y; local
H A DFloatPolygon.h90 float maxY() const { return std::max(vertex1().y(), vertex2().y()); } function in class:WebCore::VertexPair
H A DFloatRect.cpp119 float maxY = max(this->maxY(), othe local
142 float maxY = max(this->maxY(), p.y()); local
[all...]
H A DIntRect.h94 int maxY() const { return y() + height(); } function in class:WebCore::IntRect
H A DFloatRect.h95 float maxY() const { return y() + height(); } function in class:WebCore::FloatRect
H A DLayoutRect.h76 LayoutUnit maxY() const { return y() + height(); } function in class:WebCore::LayoutRect
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DRectangleShape.cpp192 float maxY = minY + minIntervalHeight; local
[all...]
H A DPolygonShape.cpp440 float maxY = minY + minIntervalHeight; local
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTableCmds.c289 int r1, c1, r2, c2, minX = 99999, minY = 99999, maxX = 0, maxY = 0; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp259 float maxY = std::max(cubic[0].y(), cubic[3].y()); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformationMatrix.cpp687 float maxY = r.maxY(); local
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkGrid.c2453 int maxX = 0, maxY = 0; local
H A DtkTextDisp.c314 int maxY; /* First y-coordinate below available space member in struct:TextDInfo
1749 int y, maxY, xPixelOffset, maxOffset, lineHeight; local
4448 int maxY, inset; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkGrid.c2194 int maxX = 0, maxY = 0; local
H A DtkTextDisp.c212 int maxY; /* First y-coordinate below available member in struct:TextDInfo
1254 int y, maxY, pixelOffset, maxOffset; local
2690 int maxY, inset; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c2159 int maxY = Tree_ContentBottom(tree); local
H A DtkTreeDisplay.c827 int minX, minY, maxX, maxY; local
2927 int maxX, maxY; local
3192 int minX, minY, maxX, maxY; local
3705 AddRectToRedrawRgn( TreeCtrl *tree, int minX, int minY, int maxX, int maxY) argument
3789 int minX, minY, maxX, maxY; local
3992 int minX, minY, maxX, maxY; local
4124 int minX, minY, maxX, maxY; local
4248 int minX, minY, maxX, maxY; local
4716 int x, y, minX, minY, maxX, maxY; local
5156 int x, y, minX, minY, maxX, maxY; local
5653 int minX, minY, maxX, maxY; local
7579 int minX, minY, maxX, maxY; local
[all...]
H A DtkTreeElem.c3974 int minX, maxX, minY, maxY; local
/macosx-10.9.5/vim-53/src/
H A Dgui_motif.c679 int x, y, win_x, win_y, maxX, maxY; local

Completed in 860 milliseconds