/external/replicaisland/tools/ |
D | ExtractPoints.js | 81 edge.endY = lastPoint.anchor[1]; 83 var normalX = -(edge.endY - edge.startY); 103 totalY += edge.endY; 106 var height = edge.endY - edge.startY; 109 edge.centerY = edge.endY - (height / 2); 149 edge.endY -= tile.yOffset; 173 edge.endY = tileSizeY - edge.endY; 178 Math.floor(edge.endY) + ":" + edge.normalX + "," + edge.normalY +
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | ImageBufferSkia.cpp | 213 int endY = rect.maxY(); in getImageData() local 214 if (endY > size.height()) in getImageData() 215 endY = size.height(); in getImageData() 216 int numRows = endY - originY; in getImageData() 295 int endY = destPoint.y() + sourceRect.maxY(); in putImageData() local 296 ASSERT(endY <= size.height()); in putImageData() 297 int numRows = endY - destY; in putImageData()
|
/external/mesa3d/src/pixelflinger2/ |
D | raster.cpp | 110 for (unsigned y = args->startY; y <= args->endY; y += 2) { in RasterTrapezoidWorker() 215 const unsigned int endY = blv.position.y; in RasterTrapezoid() local 217 if (endY < startY) in RasterTrapezoid() 220 const VectorComp_t yDistInv = VectorComp_t_CTR(1.0f / (endY - startY)); in RasterTrapezoid() 261 args.endY = endY; in RasterTrapezoid() 262 if (args.startY <= args.endY) { in RasterTrapezoid() 297 for (unsigned y = startY; y <= endY; y += 1 + USE_DUAL_THREAD) { in RasterTrapezoid()
|
D | pixelflinger2.h | 108 unsigned startY, endY, varyingCount; member
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | FEMorphology.cpp | 136 int endY = min(effectDrawingRect.height() - 1, y + radiusY); in apply() local 142 for (int i = startY; i <= endY; ++i) { in apply() 155 for (int i = startY; i <= endY; ++i) { in apply()
|
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
D | RenderDeviceJme.java | 274 float endY = startY + (srcH / imageHeight); in renderImage() local 277 endY = 1f - endY; in renderImage() 282 texCoords.put(endX).put(endY); in renderImage() 283 texCoords.put(startX).put(endY); in renderImage()
|
/external/webkit/Source/WebCore/platform/image-decoders/ |
D | ImageDecoder.h | 98 void copyRowNTimes(int startX, int endX, int startY, int endY) in copyRowNTimes() argument 103 ASSERT(endY <= height()); in copyRowNTimes() 106 for (int destY = startY + 1; destY < endY; ++destY) in copyRowNTimes()
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
D | ParticlePointMesh.java | 151 float endY = startY + (1f / imagesY); in updateParticleData() local 153 texcoords.put(startX).put(startY).put(endX).put(endY); in updateParticleData()
|
D | ParticleTriMesh.java | 255 float endY = startY + (1f / imagesY); in updateParticleData() local 257 texcoords.put(startX).put(endY); in updateParticleData() 258 texcoords.put(endX).put(endY); in updateParticleData()
|
/external/skia/gm/ |
D | bitmapscroll.cpp | 99 int endX, int endY) { in drawLabel() argument 104 path.lineTo(SkIntToScalar(endX), SkIntToScalar(endY)); in drawLabel()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | TiledVertexGrid.java | 195 final int endY = startY + verticalSlop + vertTileCount; in draw() local 209 for (int tileY = startY; tileY < endY && tileY < mTilesPerColumn; tileY++) { in draw()
|
D | CollisionSystem.java | 162 float endY = top; in testBox() local 174 endY = bottom; in testBox() 181 final int endTileY = Utils.clamp((int)(endY / mTileHeight), 0, mWorld.getHeight() - 1); in testBox() 563 final float endY = Utils.byteArrayToFloat(mWorkspaceBytes); in loadCollisionTiles() local 573 newSegment.mEndPoint.set(endX, endY); in loadCollisionTiles()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | PathOpenVG.cpp | 344 const VGfloat endY = -radius * sin(endAngle) + center.y(); in addArc() local 369 radius, radius, 0, endX, endY in addArc() 377 m_path->m_currentPoint.setY(endY); in addArc()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 524 void deleteText(int startX, int startY, int endX, int endY); 525 WTF::String getText(int startX, int startY, int endX, int endY); 572 int startX, int startY, int endX, int endY);
|
D | WebViewCore.cpp | 4212 int startX, int startY, int endX, int endY) in getTextRanges() argument 4219 endY--; in getTextRanges() 4221 VisiblePosition endSelect = visiblePositionForContentPoint(endX, endY); in getTextRanges() 4241 void WebViewCore::deleteText(int startX, int startY, int endX, int endY) in deleteText() argument 4244 getTextRanges(startX, startY, endX, endY); in deleteText() 4370 String WebViewCore::getText(int startX, int startY, int endX, int endY) in getText() argument 4375 getTextRanges(startX, startY, endX, endY); in getText() 4982 jint startX, jint startY, jint endX, jint endY) in DeleteText() argument 4985 viewImpl->deleteText(startX, startY, endX, endY); in DeleteText() 4997 jint startX, jint startY, jint endX, jint endY) in GetText() argument [all …]
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | PlatformPathWinCE.cpp | 719 float startX, startY, endX, endY; in addEllipse() local 725 getEllipsePointByAngle(ear, a, b, endX, endY); in addEllipse() 728 transformArcPoint(endX, endY, p); in addEllipse() 733 … PlatformPathElement::ArcTo data = { { endX, endY }, { p.x(), p.y() }, { a, b }, !anticlockwise }; in addEllipse()
|
D | GraphicsContextWinCE.cpp | 806 int startX, startY, endX, endY; in strokeArc() local 812 endY = stableRound(fendY); in strokeArc() 817 endY = centerY - endY; in strokeArc() 826 if (startY < endY) { in strokeArc() 828 clipRect.bottom = endY; in strokeArc() 830 clipRect.top = endY; in strokeArc()
|
/external/webkit/Source/WebCore/css/ |
D | CSSGradientValue.cpp | 521 float endY = perpendicularSlope * endX + c; in endPointsFromAngle() local 524 secondPoint.set(halfWidth + endX, size.height() - (halfHeight + endY)); in endPointsFromAngle()
|
/external/quake/quake/src/QW/scitech/include/ |
D | mgraph.h | 685 m_int endX,endY; /* Ending point on arc */ member
|
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
D | MGRAPH.H | 685 m_int endX,endY; /* Ending point on arc */ member
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 40039 startY -> m_top, endY -> m_bottom, left -> m_left, width -> m_width,
|