Searched defs:below (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp262 // Return true if rect |a| is below |b|. False otherwise.
263 static inline bool below(const IntRect& a, const IntRect& b) function in namespace:WebCore
571 if (below(startingRect, potentialRect)) {
574 } else if (below(potentialRect, startingRect)) {
/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/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp122 // check if there are any ranges or matches below lo. If not, just jl to failure -
184 Jump below = branch32(LessThan, character, Imm32(lo)); local
186 below.link(this);
788 // data label cleared as a result of the clear() below
2030 // to mirror and revert operation of the sub32, just below.
2073 // the match failures to this point, and fall through to the return below.
2094 if (incrementForNextIter > 0) // We need to check for more input anyway, fall through to the checking below.

Completed in 97 milliseconds