HomeSort by relevance Sort by last modified time
    Searched full:endy (Results 1 - 14 of 14) sorted by null

  /external/webkit/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 126 int endy = rect.y() + rect.height(); local
127 if (endy > m_size.height())
128 endy = m_size.height();
129 int numRows = endy - originy;
187 int endy = destPoint.y() + sourceRect.bottom(); local
188 ASSERT(endy <= m_size.height());
189 int numRows = endy - desty;
  /external/webkit/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 171 int endy = rect.y() + rect.height(); local
172 if (endy > size.height())
173 endy = size.height();
174 int numRows = endy - originy;
240 int endy = destPoint.y() + sourceRect.bottom(); local
241 ASSERT(endy <= size.height());
242 int numRows = endy - desty;
  /external/webkit/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 151 int endy = rect.y() + rect.height(); local
152 if (endy > size.height())
153 endy = size.height();
154 int numRows = endy - originy;
215 int endy = destPoint.y() + sourceRect.bottom(); local
216 ASSERT(endy <= size.height());
217 int numRows = endy - desty;
  /external/webkit/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 154 int endy = rect.y() + rect.height(); local
155 if (endy > size.height())
156 endy = size.height();
157 int numRows = endy - originy;
220 int endy = destPoint.y() + sourceRect.bottom(); local
221 ASSERT(endy <= size.height());
222 int numRows = endy - desty;
  /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/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) {
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 234 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps,
236 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator());
243 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps,
248 int distY = endY - startY;
256 addMotionEvent(vt, endX, endY, startime + duration, MotionEvent.ACTION_UP);
  /external/webkit/WebCore/platform/image-decoders/
ImageDecoder.h 93 // endY.
94 void copyRowNTimes(int startX, int endX, int startY, int endY)
99 ASSERT(endY <= height());
102 for (int destY = startY + 1; destY < 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...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 81 in endx and endy, respectively. If the entire block is inside the x or y
  /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 

Completed in 222 milliseconds