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

  /frameworks/base/awt/java/awt/image/
CropImageFilter.java 91 int destX, destY, destWidth, destHeight, endX, endY, srcEndX, srcEndY;
96 endY = Y + HEIGHT;
121 if (endY >= srcEndY) {
128 if (endY >= srcEndY) {
131 destHeight = endY - y;
145 int destX, destY, destWidth, destHeight, endX, endY, srcEndX, srcEndY;
150 endY = Y + HEIGHT;
175 if (endY >= srcEndY) {
182 if (endY >= srcEndY) {
185 destHeight = endY - y
    [all...]
  /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) {
  /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...]
  /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 150 milliseconds