HomeSort by relevance Sort by last modified time
    Searched refs:midpoint (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/sync/internal_api/public/base/
ordinal.h 183 // Compute the midpoint ordinal byte string that is between |start|
439 std::string midpoint(max_size, kZeroDigit);
452 // midpoint[0] >= kMaxDigit, which one can show is impossible.
453 CHECK_EQ(AddDigitValue(&midpoint, i, digit_value), 0);
458 return midpoint;
472 std::string midpoint = ComputeMidpoint(start_bytes, end_bytes); local
473 const size_t proper_length = GetProperLength(start_bytes, midpoint);
474 midpoint.resize(proper_length, kZeroDigit);
476 DCHECK_GT(midpoint, start_bytes);
477 DCHECK_LT(midpoint, end_bytes)
    [all...]
unique_position_unittest.cc 265 UniquePosition midpoint = local
268 EXPECT_PRED_FORMAT2(LessThan, predecessor, midpoint);
269 EXPECT_PRED_FORMAT2(LessThan, midpoint, successor);
  /external/icu4c/test/perf/howExpensiveIs/
sieve.cpp 81 double midpoint(double *times, double i, int n) { function
95 return midpoint(times,n/4,n);
97 return midpoint(times,n/2,n);
99 return midpoint(times,(n/2)+(n/4),n);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 327 final int midpoint = getHeight() / 2; local
329 if (bottom > midpoint) {
  /external/chromium_org/ash/launcher/
launcher_view.h 76 // Repositions the icon for the specified item by the midpoint of the window.
77 void UpdatePanelIconPosition(LauncherID id, const gfx::Point& midpoint);
launcher_view.cc 499 const gfx::Point& midpoint) {
505 gfx::Point midpoint_in_view(GetMirroredXInView(midpoint.x()),
506 midpoint.y());
    [all...]
  /external/opencv/cvaux/src/
cv3dtracker.cpp 377 // Find the midpoint of the line segment between two points.
378 static CvPoint3D32f midpoint(const CvPoint3D32f &p1, const CvPoint3D32f &p2) function
481 total += midpoint(r1, r2);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 369 // Check to see if our last midpoint is a start point beyond the line break. If so,
389 static void deprecatedAddMidpoint(LineMidpointState& lineMidpointState, const InlineIterator& midpoint)
395 midpoints[lineMidpointState.numMidpoints++] = midpoint;
398 static inline void startIgnoringSpaces(LineMidpointState& lineMidpointState, const InlineIterator& midpoint)
401 deprecatedAddMidpoint(lineMidpointState, midpoint);
404 static inline void stopIgnoringSpaces(LineMidpointState& lineMidpointState, const InlineIterator& midpoint)
407 deprecatedAddMidpoint(lineMidpointState, midpoint);
414 InlineIterator midpoint(0, renderer, 0);
415 stopIgnoringSpaces(lineMidpointState, midpoint);
416 startIgnoringSpaces(lineMidpointState, midpoint);
    [all...]
  /external/freetype/src/cff/
cf2hints.c 629 CF2_Fixed midpoint = cf2_hintmap_map( local
639 firstHintEdge->dsCoord = midpoint - halfWidth;
640 secondHintEdge->dsCoord = midpoint + halfWidth;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 1098 int midpoint = numDecisions\/2; local
    [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1390 milliseconds