Searched defs:newEnd (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp195 float PathTraversalState::quadraticBezierTo(const FloatPoint& newControl, const FloatPoint& newEnd) argument
197 float distance = curveLength<QuadraticBezier>(*this, QuadraticBezier(m_current, newControl, newEnd));
200 m_current = newEnd;
205 float PathTraversalState::cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint& newEnd) argument
207 float distance = curveLength<CubicBezier>(*this, CubicBezier(m_current, newControl1, newControl2, newEnd));
210 m_current = newEnd;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp182 void ApplyStyleCommand::updateStartEnd(const Position& newStart, const Position& newEnd) argument
184 ASSERT(comparePositions(newEnd, newStart) >= 0);
186 if (!m_useEndingSelection && (newStart != m_start || newEnd != m_end))
189 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY, endingSelection().isDirectional()));
191 m_end = newEnd;
1199 Position newEnd; local
1201 newEnd = Position(end.containerText(), end.offsetInContainerNode() - start.offsetInContainerNode());
1203 newEnd = end;
1207 updateStartEnd(firstPositionInNode(text.get()), newEnd); local
1230 Position newEnd; local
1237 updateStartEnd(positionBeforeNode(start.containerNode()), newEnd); local
1542 Position newEnd = end; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.cpp1007 SMILTime newEnd = findInstanceTime(End, m_interval.begin, false); local
1008 if (newEnd < m_interval.end) {
1009 newEnd = resolveActiveEnd(m_interval.begin, newEnd);
1010 if (newEnd != m_interval.end) {
1011 m_interval.end = newEnd;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp831 int newEnd = fEnd; local
832 if (fStart < fEnd ? ++newEnd < fSpans->count() : --newEnd >= 0) {
833 fEnd = newEnd;
844 int newEnd = fStart; local
845 if (fStart > fEnd ? ++newEnd < fSpans->count() : --newEnd >= 0) {
846 fEnd = newEnd;
/external/skia/experimental/Intersection/
H A DSimplify.cpp831 int newEnd = fEnd; local
832 if (fStart < fEnd ? ++newEnd < fSpans->count() : --newEnd >= 0) {
833 fEnd = newEnd;
844 int newEnd = fStart; local
845 if (fStart > fEnd ? ++newEnd < fSpans->count() : --newEnd >= 0) {
846 fEnd = newEnd;
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/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.text_3.5.0.v20100601-1300.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.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 219 milliseconds