/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);
|
/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) {
|
/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/chromium_org/third_party/skia/src/utils/win/ |
SkDWriteGeometrySink.h | 37 virtual void STDMETHODCALLTYPE BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin) SK_OVERRIDE;
|
SkDWriteGeometrySink.cpp | 67 void STDMETHODCALLTYPE SkDWriteGeometrySink::BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin) { 68 fPath->moveTo(startPoint.x, startPoint.y);
|
/external/skia/src/utils/win/ |
SkDWriteGeometrySink.h | 37 virtual void STDMETHODCALLTYPE BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin) SK_OVERRIDE;
|
SkDWriteGeometrySink.cpp | 67 void STDMETHODCALLTYPE SkDWriteGeometrySink::BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin) { 68 fPath->moveTo(startPoint.x, startPoint.y);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResourceLinearGradient.cpp | 46 FloatPoint RenderSVGResourceLinearGradient::startPoint(const LinearGradientAttributes& attributes) const 58 gradientData->gradient = Gradient::create(startPoint(m_attributes), endPoint(m_attributes));
|
RenderSVGResourceLinearGradient.h | 46 FloatPoint startPoint(const LinearGradientAttributes&) const;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
AnnotatedBytes.java | 138 AnnotationEndpoint startPoint = annotatations.get(cursor); 139 if (startPoint == null) { 154 AnnotationItem existingRangeAnnotation = startPoint.rangeAnnotation; 201 // If startPoint is null, we need to create a new one and add it to annotations. Otherwise, we just need to add 204 if (startPoint == null) { 205 startPoint = new AnnotationEndpoint(); 206 annotatations.put(cursor, startPoint); 209 startPoint.pointAnnotations.add(new AnnotationItem(indentLevel, formattedMsg)); 211 startPoint.rangeAnnotation = new AnnotationItem(indentLevel, formattedMsg);
|
/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);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapVcardManager.java | 344 final int startPoint, final int endPoint, final boolean vcardType21, 346 if (startPoint < 1 || startPoint > endPoint) { 347 Log.e(TAG, "internal error: startPoint or endPoint is not correct."); 366 callsCursor.moveToPosition(startPoint - 1); 369 if (startPoint == endPoint) { 387 if (startPoint == endPoint) { 408 public final int composeAndSendPhonebookVcards(Operation op, final int startPoint, 411 if (startPoint < 1 || startPoint > endPoint) [all...] |
BluetoothPbapObexServer.java | 611 int startPoint = listStartOffset; 612 int endPoint = startPoint + requestSize; 618 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/platform/fonts/ |
Font.cpp | 723 FloatPoint startPoint(point.x() + initialAdvance, point.y()); 724 return drawGlyphBuffer(context, runInfo, glyphBuffer, startPoint); 742 FloatPoint startPoint(point); 743 FloatPoint nextPoint = startPoint + glyphBuffer.advanceAt(0); 758 renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint); 761 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint, runInfo.bounds); 765 startPoint = nextPoint; 774 renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint); 777 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint, runInfo.bounds); [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
clickhold_button_cell.mm | 61 - (BOOL)startTrackingAt:(NSPoint)startPoint 64 [super startTrackingAt:startPoint
|
framed_browser_window.mm | 448 NSPoint startPoint = NSMakePoint(NSMinX(bounds), NSMaxY(bounds)); 449 NSPoint endPoint = startPoint; 451 [gradient drawFromPoint:startPoint toPoint:endPoint options:0];
|
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_render_widget_host_view_mac_history_swiper.mm | 223 startPoint:gestureStartPoint_]) { 246 startPoint:(NSPoint)startPoint { 247 CGFloat yDelta = fabs(currentPoint.y - startPoint.y); 248 CGFloat xDelta = fabs(currentPoint.x - startPoint.x); 279 NSPoint startPoint = gestureStartPoint_; 284 progress = (currentPoint.x - startPoint.x) / kHistorySwipeThreshold;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
FontComplexTextMac.cpp | 113 FloatPoint startPoint(startX, point.y()); 114 return drawGlyphBuffer(context, runInfo, glyphBuffer, startPoint);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBoxModelObject.cpp | 235 LayoutPoint RenderBoxModelObject::adjustedPositionRelativeToOffsetParent(const LayoutPoint& startPoint) const 242 LayoutPoint referencePoint = startPoint; 285 // startPoint to adjustedPositionRelativeToOffsetParent. 292 // startPoint to adjustedPositionRelativeToOffsetParent.
|
/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1helper.h | 132 D2D1FORCEINLINE D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES LinearGradientBrushProperties(const D2D1_POINT_2F &startPoint, const D2D1_POINT_2F &endPoint) { 133 D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES r = {startPoint, endPoint};
|