Searched refs:startX (Results 1 - 25 of 38) sorted by relevance

12

/external/mesa3d/src/pixelflinger2/
H A Dscanline.cpp199 const unsigned y = start->position.y, startX = start->position.x, local
202 assert(bufferWidth > startX && bufferWidth > endX);
207 frame += (y * bufferWidth + startX) * 4;
209 frame += (y * bufferWidth + startX) * 2;
212 const VectorComp_t div = VectorComp_t_CTR(1 / (float)(endX - startX));
231 int * depth = depthBuffer + y * bufferWidth + startX;
232 unsigned char * stencil = stencilBuffer + y * bufferWidth + startX;
238 if (endX >= startX)
239 scanLineFunction(&vertex, &vertexDx, constants, frame, depth, stencil, activeStencil, endX - startX + 1);
262 // const unsigned y = start->position.y, startX
[all...]
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontWx.cpp125 float startX = point.x(); local
140 startX += controller.runWidthSoFar() - afterWidth;
142 startX += controller.totalWidth() - afterWidth;
147 startX += beforeWidth;
149 // Draw the glyph buffer now at the starting point returned in startX.
150 FloatPoint startPoint(startX, point.y());
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTableTooltipHelper.java139 private void showTooltip(PropertyTooltipProvider provider, int startX, int endX) { argument
150 Control control = provider.createTooltipControl(m_property, m_tooltip, endX - startX, this);
160 tooltipLocation = m_table.toDisplay(new Point(startX, m_y));
162 tooltipLocation = m_table.toDisplay(new Point(startX, m_y + m_rowHeight));
/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.h95 // Copies the pixel data at [(startX, startY), (endX, startY)) to the
98 void copyRowNTimes(int startX, int endX, int startY, int endY) argument
100 ASSERT(startX < width());
104 const int rowBytes = (endX - startX) * sizeof(PixelData);
105 const PixelData* const startAddr = getAddr(startX, startY);
107 memcpy(getAddr(startX, destY), startAddr, rowBytes);
/external/replicaisland/tools/
H A DExtractPoints.js77 edge.startX = firstPoint.anchor[0];
84 var normalY = edge.endX - edge.startX;
105 var width = edge.endX - edge.startX;
146 edge.startX -= tile.xOffset;
176 outputString += x + ":" + Math.floor(edge.startX) + "," +
227 lineArray[y] = Array(offsetX + edge.startX, offsetY + edge.startY);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DBaseLayerAndroid.cpp202 float startX = startPoint.x(); local
210 backgroundRect.fLeft = origin.x() - startX;
231 ALOGV("repeatedQuadData: startX %f, startY %f , getWidth() %f, getHeight() %f,"
234 startX , startY , getWidth(), getHeight(), nbX , nbY,
238 // Adding startX and startY into the transform can handle the fixed right /
241 matrix.translate(repeatX ? -startX : 0, repeatY ? -startY : 0);
260 float startX = startPoint.x(); local
265 float dx = (j * getWidth()) - startX;
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java88 float startX = 0.0f;
93 startX = 200 * metrics.density;
97 startX = -200 * metrics.density;
106 Animation gameOverAnim = new TranslateAnimation(startX, 0, 0, 0);
H A DTiledVertexGrid.java192 final int startX = leftTile;
194 final int endX = startX + horizontalSlop + horzTileCount;
207 final int startOffset = (startX * indexesPerTile);
208 final int count = (endX - startX) * indexesPerTile;
H A DCollisionSystem.java159 float startX = left;
168 startX = right;
178 final int startTileX = Utils.clamp((int)(startX / mTileWidth), 0, mWorld.getWidth() - 1);
557 final float startX = Utils.byteArrayToFloat(mWorkspaceBytes);
572 newSegment.mStartPoint.set(startX, startY);
/external/skia/gm/
H A Dbitmapscroll.cpp98 void drawLabel(SkCanvas* canvas, const char *text, int startX, int startY, argument
103 path.moveTo(SkIntToScalar(startX), SkIntToScalar(startY));
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontComplexTextMac.cpp88 float startX = point.x() + getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer); local
94 // Draw the glyph buffer now at the starting point returned in startX.
95 FloatPoint startPoint(startX, point.y());
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontWin.cpp103 float startX = point.x() + getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer); local
109 // Draw the glyph buffer now at the starting point returned in startX.
110 FloatPoint startPoint(startX, point.y());
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticlePointMesh.java148 float startX = ((float) imgX) / imagesX;
150 float endX = startX + (1f / imagesX);
153 texcoords.put(startX).put(startY).put(endX).put(endY);
H A DParticleTriMesh.java252 float startX = ((float) imgX) / imagesX;
254 float endX = startX + (1f / imagesX);
257 texcoords.put(startX).put(endY);
259 texcoords.put(startX).put(startY);
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderDeviceJme.java271 float startX = srcX / imageWidth;
273 float endX = startX + (srcW / imageWidth);
280 texCoords.put(startX).put(startY);
283 texCoords.put(startX).put(endY);
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp588 int startX = rect.fLeft; local
594 &startX, &startY, &width, &height);
625 ((startX - rect.x()) / actualSampleSize == 0) &&
661 region.width(), region.height(), startX, startY);
696 ((startX - rect.x()) / actualSampleSize == 0) &&
746 region.width(), region.height(), startX, startY);
/external/opencv/
H A Dcvjni.cpp514 int startX = MAX(face->x - PAD_FACE_AREA, 0); local
516 int w = m_smallImage->width - startX - face->width - PAD_FACE_AREA_2;
519 m_faceCropArea = cvRect(startX, startY,
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h524 void deleteText(int startX, int startY, int endX, int endY);
525 WTF::String getText(int startX, int startY, int endX, int endY);
568 * to by startX, startY, endX, and endY. The vector will be empty
572 int startX, int startY, int endX, int endY);
/external/skia/src/core/
H A DSkScan_Hairline.cpp114 SkFixed startX = SkFDot6ToFixed(x0) + (slope * ((32 - y0) & 63) >> 6);
116 vertline(iy0, iy1, startX, slope, blitter);
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPathOpenVG.cpp341 const VGfloat startX = radius * cos(startAngle) + center.x(); local
368 startX, startY,
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.cpp719 float startX, startY, endX, endY; local
724 getEllipsePointByAngle(sar, a, b, startX, startY);
727 transformArcPoint(startX, startY, p);
730 FloatPoint start(startX, startY);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp606 int startX, startY; local
609 // startX, startY is the coordinate of the first image we need to put on the left-top of the rect
612 // startX, startY is at the left top side of the left-top of the rect
613 startX = r.x() >=0 ? r.x() - (r.x() % w) : r.x() - (w - qAbs(r.x()) % w);
621 startX = 0;
627 // startY is fixed, but startX change based on the left-top of the rect
630 startX = r.x() >=0 ? r.x() - (r.x() % w) : r.x() - (w - qAbs(r.x()) % w);
636 // startX is fixed, but startY change based on the left-top of the rect
639 startX = 0;
646 int x = startX;
[all...]
H A DFontQt.cpp357 int startX = QFontMetrics(font()).width(wholeText, from, Qt::TextBypassShaping); local
360 return FloatRect(pt.x() + startX, pt.y(), width, h);
/external/webkit/Source/WebCore/inspector/front-end/
H A DTimelineOverviewPane.js270 _windowDragging: function(startX, windowLeft, windowRight, event)
272 var delta = event.pageX - startX;
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFastPath.cpp358 float startX = point.x() + getGlyphsAndAdvancesForSimpleText(run, from, to, glyphBuffer); local
363 FloatPoint startPoint(startX, point.y());

Completed in 707 milliseconds

12