Searched defs:endX (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/
H A DImageDecoder.h90 void copyRowNTimes(int startX, int endX, int startY, int endY) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEMorphology.cpp135 const int endX = std::min(x + radiusX, width - 1); local
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/bmp/
H A DBMPImageReader.cpp599 const int endX = std::min(m_coord.x() + count, m_parent->size().width()); local
640 const int endX = m_coord.x() + numPixels; local
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShape.cpp208 int endX = alphaAboveThreshold ? x + 1 : x; local
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSGradientValue.cpp635 float endX = c / (slope - perpendicularSlope); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DPlatformPathWinCE.cpp719 float startX, startY, endX, endY; local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFont.c1897 int startX, endX; local
H A DtkGrid.c504 int endX, endY; /* last column/row in the layout */ local
762 int endX, endY; /* End of grid. */ local
[all...]
H A DtkTextDisp.c7573 int endX; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.c1769 int startX, endX; local
H A DtkGrid.c426 int endX, endY; /* last column/row in the layout */ local
677 int endX, endY; /* end of grid */ local
[all...]
H A DtkTextDisp.c4777 int endX; local

Completed in 230 milliseconds