HomeSort by relevance Sort by last modified time
    Searched refs:startPoint (Results 1 - 25 of 34) sorted by null

1 2

  /libcore/luni/src/main/java/java/math/
Primality.java 102 BigInt startPoint = ni.copy();
105 // Fix startPoint to "next odd number":
106 startPoint.addPositiveInt(BigInt.remainderByPositiveInt(ni, 2) + 1);
109 // j = startPoint.bitLength();
116 modules[i] = BigInt.remainderByPositiveInt(startPoint, primes[i]) - gapSize;
134 probPrime.putCopy(startPoint);
141 startPoint.addPositiveInt(gapSize);
Conversion.java 273 int startPoint = currentChar + 1;
275 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint);
279 if (endPoint - startPoint >= 1) {
373 int startPoint = currentChar + 1;
375 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint);
379 if (endPoint - startPoint >= 1) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceLinearGradient.cpp 47 FloatPoint RenderSVGResourceLinearGradient::startPoint(const LinearGradientAttributes& attributes) const
59 gradientData->gradient = Gradient::create(startPoint(m_attributes), endPoint(m_attributes));
RenderSVGResourceLinearGradient.h 46 FloatPoint startPoint(const LinearGradientAttributes&) const;
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
Timer.java 156 PerformancePoint startPoint = values.get(i);
159 cpuDurationNanos += endPoint.mCpuTimeNanos - startPoint.mCpuTimeNanos;
160 wallDurationMillis += endPoint.mWallTimeMillis - startPoint.mWallTimeMillis;
211 PerformancePoint startPoint = sPerformanceCollector.get(tag);
212 if (startPoint == null) {
215 long cpuDurationNanos = endPoint.mCpuTimeNanos - startPoint.mCpuTimeNanos;
216 long wallDurationMillis = endPoint.mWallTimeMillis - startPoint.mWallTimeMillis;
  /external/srec/tools/grxmlcompile/
sub_grph.cpp 369 void SubGraph::RemoveRuleStarts (int startPoint, int endPoint)
371 if (startPoint == -1 && endPoint == -1) {
372 startPoint= startId;
382 ProcessBegins (startPoint, endPoint, BEGINRULE_LABEL, nodeList, 0, visitList, numVertex);
390 void SubGraph::RemoveRuleEnds (int startPoint, int endPoint)
392 if (startPoint == -1 && endPoint == -1) {
393 startPoint= startId;
403 ProcessEnds (endPoint, startPoint, ENDRULE_LABEL, nodeList, 0, visitList, numVertex);
411 void SubGraph::RemoveNulls (int startPoint, int endPoint)
413 if (startPoint == -1 && endPoint == -1)
    [all...]
sub_grph.h 171 void RemoveUnreachedConnections (int startPoint, int endPoint);
172 void RemoveUnreachedConnectionsDebug (int startPoint, int endPoint);
173 void RemoveTagConnections (int startPoint, int endPoint);
237 void RemoveNulls (int startPoint, int endPoint);
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 98 * @param startPoint The starting point for the ray in world units.
109 public boolean castRay(Vector2 startPoint, Vector2 endPoint, Vector2 movementDirection,
117 executeRay(startPoint, endPoint, hitPoint, hitNormal, mTileSegmentTester) != -1) {
126 if (testSegmentAgainstList(mTemporarySegments, startPoint, endPoint, tempHitPoint,
131 final float firstCollisionDistance = startPoint.distance2(hitPoint);
132 if (firstCollisionDistance > startPoint.distance2(tempHitPoint)) {
235 public void addTemporarySurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal,
239 newSegment.set(startPoint, endPoint, normal);
270 * @param startPoint The starting point for the ray, in world space.
277 protected int executeStraigtRay(final Vector2 startPoint, final Vector2 endPoint,
    [all...]
SolidSurfaceComponent.java 75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) {
76 mStartPoints.add(startPoint);
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteGeometrySink.cpp 67 void STDMETHODCALLTYPE SkDWriteGeometrySink::BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin) {
68 fPath->moveTo(SkFloatToScalar(startPoint.x), SkFloatToScalar(startPoint.y));
SkDWriteGeometrySink.h 37 virtual void STDMETHODCALLTYPE BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin) SK_OVERRIDE;
  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 67 void STDMETHODCALLTYPE SkDWriteGeometrySink::BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin) {
68 fPath->moveTo(SkFloatToScalar(startPoint.x), SkFloatToScalar(startPoint.y));
SkDWriteGeometrySink.h 37 virtual void STDMETHODCALLTYPE BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin) SK_OVERRIDE;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 319 final int startPoint, final int endPoint, final boolean vcardType21) {
320 if (startPoint < 1 || startPoint > endPoint) {
321 Log.e(TAG, "internal error: startPoint or endPoint is not correct.");
340 callsCursor.moveToPosition(startPoint - 1);
343 if (startPoint == endPoint) {
358 if (startPoint == endPoint) {
379 public final int composeAndSendPhonebookVcards(Operation op, final int startPoint,
381 if (startPoint < 1 || startPoint > endPoint)
    [all...]
BluetoothPbapObexServer.java 572 int startPoint = listStartOffset;
573 int endPoint = startPoint + requestSize;
579 for (int j = startPoint; j < endPoint; j++) {
    [all...]
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 46 int startPoint;
141 mLines[i].startPoint = Integer.valueOf(idx[0]);
282 ThreeDPoint start = mRotatedPoints[l.startPoint];
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontFastPath.cpp 435 FloatPoint startPoint(startX, point.y());
436 drawGlyphBuffer(context, runInfo, glyphBuffer, startPoint);
454 FloatPoint startPoint(point);
455 float nextX = startPoint.x() + glyphBuffer.advanceAt(0);
467 renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint);
470 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint, runInfo.bounds);
474 startPoint.setX(nextX);
482 renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint);
485 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint, runInfo.bounds);
520 FloatPoint startPoint(point.x() + middleOfLastGlyph - offsetToMiddleOfGlyph(markFontData, markGlyph), point.y())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontComplexTextMac.cpp 116 FloatPoint startPoint(startX, point.y());
117 drawGlyphBuffer(context, runInfo, glyphBuffer, startPoint);
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 385 int startPoint;
389 startPoint = findStartPoint(faceInfos, edgeInfos);
392 startPoint = (int) (((float) numFaces - 1) * meshJump);
394 if (startPoint == -1) {
395 startPoint = (int) (((float) numFaces - 1) * meshJump);
402 int i = startPoint;
415 } while (i != startPoint);
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 839 XPS_POINT startPoint;
842 startPoint = xps_point(info.fPoint[0]);
848 startPoint = xps_point(info.fPoint[0], localMatrix);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 839 XPS_POINT startPoint;
842 startPoint = xps_point(info.fPoint[0]);
848 startPoint = xps_point(info.fPoint[0], localMatrix);
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *point2)
690 if( startPoint.x < 0 )
692 if( startPoint.y < 0)
697 else if( startPoint.y > imageSize.height-1 )
708 else if ( startPoint.x > imageSize.width-1 )
710 if( startPoint.y < 0 )
715 else if ( startPoint.y > imageSize.height-1 )
728 if( startPoint.y < 0 )
730 if( startPoint.x < imageSize.width/2 )
741 else if( startPoint.y > imageSize.height-1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.cpp 396 LayoutPoint RenderFlowThread::adjustedPositionRelativeToOffsetParent(const RenderBoxModelObject& boxModelObject, const LayoutPoint& startPoint)
398 LayoutPoint referencePoint = startPoint;
    [all...]
InlineTextBox.cpp     [all...]
RenderObject.h 201 RenderLayer* findNextLayer(RenderLayer* parentLayer, RenderObject* startPoint, bool checkParent = true);
    [all...]

Completed in 1403 milliseconds

1 2