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

  /external/chromium_org/tools/telemetry/telemetry/core/
bitmap.py 322 def GetBoundingBox(self, color, tolerance=0):
  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.cc 33 gfx::RectF GetBoundingBox(const MotionEvent& event) {
95 GetBoundingBox(event));
178 GetBoundingBox(e)));
211 GetBoundingBox(e)));
352 GetBoundingBox(e2)));
356 const gfx::RectF bounding_box = GetBoundingBox(e2);
416 GetBoundingBox(e2)));
746 GetBoundingBox(event)));
765 const gfx::RectF bounding_box = GetBoundingBox(event);
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 72 CFX_FloatRect GetBoundingBox() const
74 return m_pObject->GetBoundingBox();
77 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const
79 return m_pObject->GetBoundingBox(line_width, miter_limit);

Completed in 87 milliseconds