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

  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.cc 224 GetBoundingBox(e, ET_GESTURE_PINCH_BEGIN),
260 GetBoundingBox(e, pinch_details.type()),
311 GetBoundingBox(e2, scroll_details.type()),
327 const gfx::RectF bounding_box = GetBoundingBox(e2, scroll_details.type());
401 GetBoundingBox(e2, two_finger_tap_details.type()),
549 GetBoundingBox(event, details.type()),
566 gfx::RectF GetBoundingBox(const MotionEvent& event, EventType type) {
772 gesture_listener_->GetBoundingBox(event, ET_GESTURE_BEGIN),
  /external/chromium_org/tools/telemetry/telemetry/core/
video.py 78 content_box, pixel_count = bmp.GetBoundingBox(color,
bitmap_unittest.py 151 box, count = bmp.GetBoundingBox(bitmap.RgbaColor(1, 0, 0))
155 box, count = bmp.GetBoundingBox(bitmap.RgbaColor(0, 1, 0))
bitmap.py 322 def GetBoundingBox(self, color, tolerance=0):

Completed in 234 milliseconds