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

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmap.py322 def GetBoundingBox(self, color, tolerance=0): member in class:Bitmap
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_provider.cc224 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) { function in class:ui::GestureProvider::GestureListenerImpl
772 gesture_listener_->GetBoundingBox(event, ET_GESTURE_BEGIN),
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h72 CFX_FloatRect GetBoundingBox() const function in class:CPDF_Path
74 return m_pObject->GetBoundingBox();
77 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const function in class:CPDF_Path
79 return m_pObject->GetBoundingBox(line_width, miter_limit);

Completed in 1661 milliseconds