Searched defs:below (Results 1 - 10 of 10) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.cpp245 // Return true if rect |a| is below |b|. False otherwise.
246 // For overlapping rects, |a| is considered to be below |b|
247 // if both edges of |a| are below the respective ones of |b|
248 static inline bool below(const LayoutRect& a, const LayoutRect& b) function in namespace:blink
271 return below(curRect, targetRect);
273 return below(targetRect, curRect);
578 if (below(startingRect, potentialRect)) {
584 } else if (below(potentialRect, startingRect)) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontTest.cpp39 UChar below[1]; local
45 below[0] = rangeStart - 1;
51 EXPECT_EQ(SimplePath, Character::characterRangeCodePath(below, 1));
/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 ...
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c111 const MODE_INFO *below = NULL; local
133 below = here + cm->mode_info_stride;
134 belowleft = below - 1;
135 GET_MV_SIGN(below)
142 belowright = below + 1;
162 below = here + cm->mode_info_stride;
163 belowleft = below - 1;
164 GET_MV(below)
171 belowright = below + 1;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp266 const SkPoint& below) {
268 const _Line bLine = {{above.fX, above.fY}, {below.fX, below.fY}};
1464 // an additional t value must be added, requiring the cast below.
1952 // test below should be lastPtr - 2
2252 SkDebugf("%*s edge=%d above==below\n", tab, "", activeEdge.ID());
2256 SkDebugf("%*s edge=%d above=(%1.9g,%1.9g) (%1.9g) below=(%1.9g,%1.9g)"
2464 " above=%1.9g below=%1.9g\n",
2631 // intersect edges below 'bottom', but above the active edge segment.
2637 InEdge** lastPtr = currentPtr; // find the edge below th
265 IsCoincident(const SkPoint a[2], const SkPoint& above, const SkPoint& below) argument
[all...]
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h69 below = 2, enumerator in enum:Condition
/external/chromium_org/v8/src/
H A Djsregexp.cc758 // detail below.
860 // explained in the section below.
1768 Label* below) {
1769 if (below != fall_through) {
1770 masm->CheckCharacterLT(border, below);
3491 // optimization for greedy loops (see below).
3827 * Here is the desired flow graph. Nodes directly below each other imply
1764 EmitBoundaryTest(RegExpMacroAssembler* masm, int border, Label* fall_through, Label* above_or_equal, Label* below) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c110 const MODE_INFO *below = NULL; local
132 below = here + cm->mode_info_stride;
133 belowleft = below - 1;
134 GET_MV_SIGN(below)
141 belowright = below + 1;
161 below = here + cm->mode_info_stride;
162 belowleft = below - 1;
163 GET_MV(below)
170 belowright = below + 1;
/external/opencv/cv/src/
H A Dcvcalibinit.cpp1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local
1282 right = below = 0;
1292 else if( !below )
1293 below = c;
1298 !below || (below->count != 2 && below->count != 3) )
1304 first = below; // remember the first corner in the next row
1323 if( c->neighbors[kk] == below )
1327 below
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp266 const SkPoint& below) {
268 const _Line bLine = {{above.fX, above.fY}, {below.fX, below.fY}};
1464 // an additional t value must be added, requiring the cast below.
1952 // test below should be lastPtr - 2
2252 SkDebugf("%*s edge=%d above==below\n", tab, "", activeEdge.ID());
2256 SkDebugf("%*s edge=%d above=(%1.9g,%1.9g) (%1.9g) below=(%1.9g,%1.9g)"
2464 " above=%1.9g below=%1.9g\n",
2631 // intersect edges below 'bottom', but above the active edge segment.
2637 InEdge** lastPtr = currentPtr; // find the edge below th
265 IsCoincident(const SkPoint a[2], const SkPoint& above, const SkPoint& below) argument
[all...]

Completed in 462 milliseconds