Searched defs:startPoint (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceLinearGradient.cpp46 FloatPoint RenderSVGResourceLinearGradient::startPoint(const LinearGradientAttributes& attributes) const function in class:blink::RenderSVGResourceLinearGradient
58 gradientData->gradient = Gradient::create(startPoint(m_attributes), endPoint(m_attributes));
/external/replicaisland/src/com/replica/replicaisland/
H A DSolidSurfaceComponent.java75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { argument
76 mStartPoints.add(startPoint);
H A DCollisionSystem.java98 * @param startPoint The starting point for the ray in world units.
109 public boolean castRay(Vector2 startPoint, Vector2 endPoint, Vector2 movementDirection, argument
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, argument
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, fina argument
330 executeRay(Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, TileVisitor visitor) argument
431 testSegmentAgainstList(FixedSizeArray<LineSegment> segments, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, Vector2 movementDirection, GameObject excludeObject) argument
600 visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) argument
647 visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) argument
[all...]
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp67 void STDMETHODCALLTYPE SkDWriteGeometrySink::BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin) { argument
68 fPath->moveTo(startPoint.x, startPoint.y);
/external/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp67 void STDMETHODCALLTYPE SkDWriteGeometrySink::BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin) { argument
68 fPath->moveTo(startPoint.x, startPoint.y);
/external/srec/tools/grxmlcompile/
H A Dsub_grph.cpp369 void SubGraph::RemoveRuleStarts (int startPoint, int endPoint) argument
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) argument
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) argument
413 if (startPoint
446 RemoveForwardConnections(int startPoint, int endPoint) argument
518 RemoveBackwardConnections(int startPoint, int endPoint) argument
589 RemoveUnreachedConnections(int startPoint, int endPoint) argument
609 RemoveUnreachedConnectionsDebug(int startPoint, int endPoint) argument
754 RemoveTagConnections(int startPoint, int endPoint) argument
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1821 Addr startPoint = forClient ? aspacem_cStart : aspacem_vStart; local
1909 i = find_nsegment_idx(startPoint);
/external/opencv/cvaux/src/
H A Dcvepilines.cpp667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *point2) argument
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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp538 RenderLayer* RenderObject::findNextLayer(RenderLayer* parentLayer, RenderObject* startPoint, argument
553 for (RenderObject* curr = startPoint ? startPoint->nextSibling() : slowFirstChild();
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp839 XPS_POINT startPoint; local
842 startPoint = xps_point(info.fPoint[0]);
848 startPoint = xps_point(info.fPoint[0], localMatrix);
865 &startPoint,
1124 XPS_POINT startPoint = xps_point(points[0]); variable
1127 HRM(this->fXpsFactory->CreateGeometryFigure(&startPoint, xpsQuad),
1340 XPS_POINT startPoint = xps_point(points[0]); local
1342 HRM(this->fXpsFactory->CreateGeometryFigure(&startPoint,
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp840 XPS_POINT startPoint; local
843 startPoint = xps_point(info.fPoint[0]);
849 startPoint = xps_point(info.fPoint[0], localMatrix);
866 &startPoint,
1125 XPS_POINT startPoint = xps_point(points[0]); variable
1128 HRM(this->fXpsFactory->CreateGeometryFigure(&startPoint, xpsQuad),
1341 XPS_POINT startPoint = xps_point(points[0]); local
1343 HRM(this->fXpsFactory->CreateGeometryFigure(&startPoint,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2763 milliseconds