HomeSort by relevance Sort by last modified time
    Searched defs:endX (Results 1 - 25 of 28) sorted by null

1 2

  /external/mesa3d/src/pixelflinger2/
scanline.cpp 200 endX = end->position.x;
202 assert(bufferWidth > startX && bufferWidth > endX);
212 const VectorComp_t div = VectorComp_t_CTR(1 / (float)(endX - startX));
238 if (endX >= startX)
239 scanLineFunction(&vertex, &vertexDx, constants, frame, depth, stencil, activeStencil, endX - startX + 1);
263 // endX = end->position.x;
265 // //assert(ctx->frameSurface.width > startX && ctx->frameSurface.width > endX);
270 // const VectorComp_t div = VectorComp_t_CTR(1 / (float)(endX - startX));
314 // if (endX >= startX) {
315 // scanLineFunction(&vertex, &vertexDx, ctx->glCtx->CurrentProgram->ValuesUniform, frame, depth, stencil, &ctx->activeStencil, endX - startX + 1)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.cpp 153 unsigned endX = min(x + radiusX, effectDrawingRect.width() - 1);
154 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel);
156 unsigned char pixel = srcPixelArray->get(i * effectWidth + endX * 4 + channel);
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 599 const int endX = std::min(m_coord.x() + count, m_parent->size().width());
607 fillRGBA(endX, m_data->data()[m_decodedOffset + 3], m_data->data()[m_decodedOffset + 2], code, 0xff);
620 for (int which = 0; m_coord.x() < endX; ) {
640 const int endX = m_coord.x() + numPixels;
641 if (endX > m_parent->size().width())
668 for (size_t pixel = 0; (pixel < pixelsPerByte) && (m_coord.x() < endX); ++pixel) {
691 while (m_coord.x() < endX) {
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 133 float endX = mActivity.mStartX + mActivity.mDeltaX;
134 ObjectAnimator xAnimator = ObjectAnimator.ofFloat(object, propertyX, startX, endX);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java 150 float endX = startX + (1f / imagesX);
153 texcoords.put(startX).put(startY).put(endX).put(endY);
ParticleTriMesh.java 254 float endX = startX + (1f / imagesX);
258 texcoords.put(endX).put(endY);
260 texcoords.put(endX).put(startY);
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 199 int endX = rect.maxX();
200 if (endX > size.width())
201 endX = size.width();
202 int numColumns = endX - originX;
283 int endX = destPoint.x() + sourceRect.maxX();
284 ASSERT(endX <= size.width());
286 int numColumns = endX - destX;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
PlayheadView.java 174 final float endX = mScrollX + mScreenWidth;
175 for (float i = startX; i <= endX; i += spacing, startMs += tickMs) {
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 343 const VGfloat endX = radius * cos(endAngle) + center.x();
369 radius, radius, 0, endX, endY
376 m_path->m_currentPoint.setX(endX);
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 273 float endX = startX + (srcW / imageWidth);
281 texCoords.put(endX).put(startY);
282 texCoords.put(endX).put(endY);
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 194 final int endX = startX + horizontalSlop + horzTileCount;
208 final int count = (endX - startX) * indexesPerTile;
CollisionSystem.java 160 float endX = right;
169 endX = left;
179 final int endTileX = Utils.clamp((int)(endX / mTileWidth), 0, mWorld.getWidth() - 1);
543 // read startx, starty, endx, endy, normalx, normaly
561 final float endX = Utils.byteArrayToFloat(mWorkspaceBytes);
573 newSegment.mEndPoint.set(endX, endY);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 520 float endX = c / (slope - perpendicularSlope);
521 float endY = perpendicularSlope * endX + c;
524 secondPoint.set(halfWidth + endX, size.height() - (halfHeight + endY));
    [all...]
  /frameworks/rs/
rsFont.cpp 116 uint32_t endX = glyph->mBitmapMinX + glyph->mBitmapWidth;
125 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
264 uint32_t endX = startX + bitmap->width;
277 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth;
451 uint32_t endX = startX + bitmap->width;
460 for (cacheX = startX, bX = 0; cacheX < endX; cacheX ++, bX ++) {
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 210 final float endX = mHoriz.convertToPoint(endTime);
213 if (endX < 0) continue;
228 mPathStroke.lineTo(endX, endY);
229 mPathFill.lineTo(endX, endY);
231 lastX = endX;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 543 int endX;
546 endX = sourceBounds.x2();
550 endX = targetBounds.x + 3 * targetBounds.w / 4;
556 graphics.drawLine(startX, sharedY, endX, sharedY);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 719 float startX, startY, endX, endY;
725 getEllipsePointByAngle(ear, a, b, endX, endY);
728 transformArcPoint(endX, endY, p);
733 PlatformPathElement::ArcTo data = { { endX, endY }, { p.x(), p.y() }, { a, b }, !anticlockwise };
GraphicsContextWinCE.cpp 806 int startX, startY, endX, endY;
811 endX = stableRound(fendX);
816 endX += centerX;
819 if (startX < endX) {
821 clipRect.right = endX;
823 clipRect.left = endX;
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 145 uint32_t endX = glyph->mStartX + glyph->mBitmapWidth;
154 for (cacheX = glyph->mStartX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
404 uint32_t endX = startX + skiaGlyph.fWidth;
417 glyph->mBitmapMaxU = (float) endX / (float) cacheWidth;
664 uint32_t endX = startX + glyph.fWidth;
680 for (cacheX = startX, bX = 0; cacheX < endX; cacheX++, bX++) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 590 int endX;
599 endX = y < target[1] ? mContent.getCountX() - 1 : target[0];
600 for (int x = startX; x <= endX; x++) {
616 endX = y > target[1] ? 0 : target[0];
617 for (int x = startX; x >= endX; x--) {
    [all...]
CellLayout.java     [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...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 

Completed in 831 milliseconds

1 2