Searched refs:endPoint (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceLinearGradient.cpp51 FloatPoint RenderSVGResourceLinearGradient::endPoint(const LinearGradientAttributes& attributes) const function in class:blink::RenderSVGResourceLinearGradient
58 gradientData->gradient = Gradient::create(startPoint(m_attributes), endPoint(m_attributes));
H A DRenderSVGResourceLinearGradient.h47 FloatPoint endPoint(const LinearGradientAttributes&) const;
H A DSVGRenderTreeAsText.cpp557 ts << " [start=" << gradient->startPoint(attributes) << "] [end=" << gradient->endPoint(attributes) << "]\n";
/external/srec/tools/grxmlcompile/
H A Dsub_grph.cpp369 void SubGraph::RemoveRuleStarts (int startPoint, int endPoint) argument
371 if (startPoint == -1 && endPoint == -1) {
373 endPoint= lastId;
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) {
394 endPoint= lastId;
403 ProcessEnds (endPoint, startPoint, ENDRULE_LABEL, nodeList, 0, visitList, numVertex);
411 void SubGraph::RemoveNulls (int startPoint, int endPoint) argument
413 if (startPoint == -1 && endPoint
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...]
H A Dsub_grph.h171 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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp288 int endPoint = m_end; local
298 endPoint = m_start;
308 newPos = std::min(newPos, endPoint);
310 newPos = std::max(newPos, endPoint);
313 if (newPos == endPoint) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DAnnotatedBytes.java135 AnnotationEndpoint endPoint = null;
195 endPoint = nextEntry.getValue();
213 // If endPoint is null, we need to create a new, empty one and add it to annotations
214 if (endPoint == null) {
215 endPoint = new AnnotationEndpoint();
216 annotatations.put(exclusiveEndOffset, endPoint);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.h119 void addQuadCurveTo(const FloatPoint& controlPoint, const FloatPoint& endPoint);
120 void addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const FloatPoint& endPoint);
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java99 * @param endPoint The end 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,
235 public void addTemporarySurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal, argument
239 newSegment.set(startPoint, endPoint, normal);
271 * @param endPoint The ending point for the ray in world space.
277 protected int executeStraigtRay(final Vector2 startPoint, final Vector2 endPoint, argument
304 if (visitor.visit(mCollisionTiles[tileIndex], startPoint, endPoint,
324 * @param endPoint Th
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...]
H A DSolidSurfaceComponent.java75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { argument
77 mEndPoints.add(endPoint);
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp477 if (LRQ.endPoint() < MBBEnd) {
478 LI->removeSegment(Kill, LRQ.endPoint());
479 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
510 if (LRQ.endPoint() < MBBEnd) {
511 LI->removeSegment(MBBStart, LRQ.endPoint());
512 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
H A DRegisterCoalescer.cpp1612 if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def)
1664 if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB))
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h136 SlotIndex endPoint() const { function in class:llvm::LiveQueryResult
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPinchViewportTest.cpp743 WebPoint endPoint(extentRect.x, extentRect.y);
750 mainFrame->moveRangeSelection(initialPoint, endPoint);
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp840 XPS_POINT endPoint; local
843 endPoint = xps_point(info.fPoint[1]);
849 endPoint = xps_point(info.fPoint[1], localMatrix);
866 &endPoint,
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp841 XPS_POINT endPoint; local
844 endPoint = xps_point(info.fPoint[1]);
850 endPoint = xps_point(info.fPoint[1], localMatrix);
867 &endPoint,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp3725 WebPoint endPoint(rect.x + rect.width, rect.y + rect.height);
3727 VisiblePosition endVisiblePosition = frame->visiblePositionForWindowPoint(endPoint);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.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 ...
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 ...

Completed in 893 milliseconds