Searched defs:maxX (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderOverflow.h78 LayoutUnit maxX = std::max(rect.maxX(), m_layoutOverflow.maxX()); local
88 LayoutUnit maxX = std::max(rect.maxX(), m_visualOverflow.maxX()); local
H A DRenderRegion.cpp122 LayoutUnit maxX = clipX ? flowThreadPortionRect.maxX() : max(flowThreadPortionRect.maxX(), (flowThreadOverflow.maxX() + outlineSize)); local
126 LayoutUnit maxX = isLastPortion ? max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX()) + outlineSize : flowThreadPortionRect.maxX(); local
[all...]
H A DInlineTextBox.cpp860 float maxX = floorf(rect.maxX()); local
H A DRenderBlock.h714 inline LayoutUnit maxX() const { ASSERT(isPlaced()); return m_frameRect.maxX(); } function in struct:WebCore::RenderBlock::FloatingObject
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DRegion.cpp92 int maxX = *(segment + 1); local
H A DFloatPolygon.h89 float maxX() const { return std::max(vertex1().x(), vertex2().x()); } function in class:WebCore::VertexPair
H A DFloatRect.cpp118 float maxX = max(this->maxX(), othe local
141 float maxX = max(this->maxX(), p.x()); local
[all...]
H A DIntRect.h93 int maxX() const { return x() + width(); } function in class:WebCore::IntRect
H A DFloatRect.h94 float maxX() const { return x() + width(); } function in class:WebCore::FloatRect
H A DLayoutRect.h75 LayoutUnit maxX() const { return x() + width(); } function in class:WebCore::LayoutRect
/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/tcl-102/tk/tk/generic/
H A DtkTextImage.c527 EmbImageLayoutProc( TkText *textPtr, TkTextIndex *indexPtr, TkTextSegment *eiPtr, int offset, int maxX, int maxChars, int noCharsYet, TkWrapMode wrapMode, register TkTextDispChunk *chunkPtr) argument
H A DtkTextMark.c504 MarkLayoutProc( TkText *textPtr, TkTextIndex *indexPtr, TkTextSegment *segPtr, int offset, int maxX, int maxChars, int noCharsYet, TkWrapMode wrapMode, register TkTextDispChunk *chunkPtr) argument
H A DtkTextWind.c815 EmbWinLayoutProc( TkText *textPtr, TkTextIndex *indexPtr, TkTextSegment *ewPtr, int offset, int maxX, int maxChars, int noCharsYet, TkWrapMode wrapMode, register TkTextDispChunk *chunkPtr) argument
H A DtkGrid.c2453 int maxX = 0, maxY = 0; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp280 float maxX = std::max(std::max(std::max(cubic[0].x(), cubic[1].x()), local
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixMenu.c1230 int segmentWidth, maxX; local
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixMenu.c1189 int segmentWidth, maxX; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformationMatrix.cpp686 float maxX = r.maxX(); local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkGrid.c2194 int maxX = 0, maxY = 0; local
H A DtkTextDisp.c210 int maxX; /* First x-coordinate to right of available member in struct:TextDInfo
808 int x = 0, maxX = 0; /* Initializations needed only to local
1874 int minX, maxX, xOffset; local
4828 int maxX; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinMenu.c2267 int segmentWidth, maxX; local
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c2158 int maxX = Tree_ContentRight(tree); local
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinMenu.c2406 int segmentWidth, maxX; 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 301 milliseconds

12