HomeSort by relevance Sort by last modified time
    Searched defs:endY (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/svg/graphics/filters/
SVGFEMorphology.cpp 113 int endY = min(effectDrawingRect.height() - 1, y + radiusY);
119 for (int i = startY; i <= endY; ++i) {
132 for (int i = startY; i <= endY; ++i) {
  /external/webkit/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 154 int endY = rect.y() + rect.height();
155 if (endY > size.height())
156 endY = size.height();
157 int numRows = endY - originY;
227 int endY = destPoint.y() + sourceRect.bottom();
228 ASSERT(endY <= size.height());
229 int numRows = endY - destY;
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 720 float startX, startY, endX, endY;
726 getEllipsePointByAngle(ear, a, b, endX, endY);
729 transformArcPoint(endX, endY, p);
734 PlatformPathElement::ArcTo data = { { endX, endY }, { p.x(), p.y() }, { a, b }, !anticlockwise };
GraphicsContextWince.cpp 825 int startX, startY, endX, endY;
831 endY = stableRound(fendY);
836 endY = centerY - endY;
845 if (startY < endY) {
847 clipRect.bottom = endY;
849 clipRect.top = endY;
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 685 m_int endX,endY; /* Ending point on arc */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 685 m_int endX,endY; /* Ending point on arc */
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 144 milliseconds