OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortestDistance
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp
229
double
shortestDistance
= std::numeric_limits<double>::infinity();
242
if (distance >
shortestDistance
)
244
if (distance <
shortestDistance
) {
246
shortestDistance
= distance;
/external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp
432
double
shortestDistance
= std::numeric_limits<double>::infinity();
452
if (distance >
shortestDistance
)
454
if (distance <
shortestDistance
) {
456
shortestDistance
= distance;
462
if (hasVisibleCheckers &&
shortestDistance
> 0)
Completed in 1042 milliseconds