OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touchRect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h
214
virtual bool didTapMultipleTargets(const WebSize& pinchViewportOffset, const WebRect&
touchRect
, const WebVector<WebRect>& targetRects) { return false; }
/external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp
356
float hybridDistanceFunction(const IntPoint& touchHotspot, const IntRect&
touchRect
, const SubtargetGeometry& subtarget)
363
float radiusSquared = 0.25f * (
touchRect
.size().diagonalLengthSquared());
366
int maxOverlapWidth = std::min(
touchRect
.width(), rect.width());
367
int maxOverlapHeight = std::min(
touchRect
.height(), rect.height());
369
rect.intersect(
touchRect
);
EventHandler.cpp
[
all
...]
Completed in 152 milliseconds