Searched defs:endLine (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicBezierClip.cpp20 LineParameters endLine; local
21 endLine.cubicEndPoints(cubic1);
22 if (!endLine.normalize()) {
28 distance[0] = endLine.controlPtDistance(cubic1, 1);
29 distance[1] = endLine.controlPtDistance(cubic1, 2);
54 endLine.cubicDistanceY(cubic2, distance2y);
H A DQuadraticBezierClip.cpp22 LineParameters endLine; local
23 endLine.quadEndPoints(q1);
24 if (!endLine.normalize()) {
30 double distance = endLine.controlPtDistance(q1);
41 endLine.quadDistanceY(q2, distance2y);
/external/skia/experimental/Intersection/
H A DCubicBezierClip.cpp20 LineParameters endLine; local
21 endLine.cubicEndPoints(cubic1);
22 if (!endLine.normalize()) {
28 distance[0] = endLine.controlPtDistance(cubic1, 1);
29 distance[1] = endLine.controlPtDistance(cubic1, 2);
54 endLine.cubicDistanceY(cubic2, distance2y);
H A DQuadraticBezierClip.cpp22 LineParameters endLine; local
23 endLine.quadEndPoints(q1);
24 if (!endLine.normalize()) {
30 double distance = endLine.controlPtDistance(q1);
41 endLine.quadDistanceY(q2, distance2y);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptDebugListener.h49 , endLine(0)
60 int endLine; member in class:WebCore::ScriptDebugListener::Script
H A DInspectorTimelineAgent.cpp653 void InspectorTimelineAgent::didWriteHTML(unsigned endLine) argument
657 entry.data->setNumber("endLine", endLine);
/external/chromium_org/chrome/test/ext_auto/auto_provider/
H A Dconnection_handler.js204 var endLine = command.indexOf('\r\n'); variable
205 if (endLine)
206 command = command.substring(0, endLine);
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineLayoutState.h85 RootInlineBox* endLine() const { return m_endLine; } function in class:WebCore::LineLayoutState
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaSourceWriter.java60 endLine();
69 endLine();
80 endLine();
151 endLine();
185 endLine();
214 endLine();
224 endLine();
253 endLine();
260 endLine();
269 endLine();
307 private void endLine() { method in class:JavaSourceWriter
[all...]
/external/opencv/cvaux/src/
H A Dcvmorphing.cpp64 float endLine; /* end of current run */ local
98 endLine = (float) endLineIndex;
101 endDestLine = (int) (alpha * endLine + alpha1 * endCorr);
107 step = (endLine - begLine) / ((float) (endDestLine - begDestLine));
167 begLine = endLine;
187 endLine = (float) endLineIndex;
190 endDestLine = (int) (alpha1 * endLine + alpha * endCorr);
196 step = (endLine - begLine) / ((float) (endDestLine - begDestLine));
267 begLine = endLine;
/external/clang/tools/c-index-test/
H A Dc-index-test.c1076 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn; local
1086 &endLine, &endColumn);
/external/clang/tools/libclang/
H A DCIndex.cpp4983 unsigned *endLine,
4994 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc());
4978 clang_getDefinitionSpellingAndExtent(CXCursor C, const char **startBuf, const char **endBuf, unsigned *startLine, unsigned *startColumn, unsigned *endLine, unsigned *endColumn) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.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.apache.lucene_1.9.1.v20100518-1140.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 ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.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 ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 5562 milliseconds