HomeSort by relevance Sort by last modified time
    Searched defs:endLine (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicBezierClip.cpp 20 LineParameters endLine;
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);
QuadraticBezierClip.cpp 22 LineParameters endLine;
23 endLine.quadEndPoints(q1);
24 if (!endLine.normalize()) {
30 double distance = endLine.controlPtDistance(q1);
41 endLine.quadDistanceY(q2, distance2y);
  /external/skia/experimental/Intersection/
CubicBezierClip.cpp 20 LineParameters endLine;
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);
QuadraticBezierClip.cpp 22 LineParameters endLine;
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/
ScriptDebugListener.h 49 , endLine(0)
60 int endLine;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
  /external/opencv/cvaux/src/
cvmorphing.cpp 64 float endLine; /* end of current run */
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/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js 204 var endLine = command.indexOf('\r\n');
205 if (endLine)
206 command = command.substring(0, endLine);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineLayoutState.h 85 RootInlineBox* endLine() const { return m_endLine; }
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java 60 endLine();
69 endLine();
80 endLine();
151 endLine();
185 endLine();
214 endLine();
224 endLine();
253 endLine();
260 endLine();
269 endLine();
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/
lint-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.0/
lint-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.1/
lint-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.3/
lint-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.8.0/
lint-22.8.0.jar 

Completed in 295 milliseconds

1 2 3