Searched refs:GetBoundingBox (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_path.cpp37 rect = m_Path.GetBoundingBox(width, m_GraphState.GetObject()->m_MiterLimit);
39 rect = m_Path.GetBoundingBox();
H A Dfpdf_page_graph_state.cpp108 rect = GetPath(0).GetBoundingBox();
110 CPDF_Rect path_rect = GetPath(i).GetBoundingBox();
149 CPDF_Rect new_rect = path.GetBoundingBox();
/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/chromium_org/tools/telemetry/telemetry/core/
H A Dvideo.py78 content_box, pixel_count = bmp.GetBoundingBox(color,
H A Dbitmap_unittest.py151 box, count = bmp.GetBoundingBox(bitmap.RgbaColor(1, 0, 0))
155 box, count = bmp.GetBoundingBox(bitmap.RgbaColor(0, 1, 0))
H A Dbitmap.py322 def GetBoundingBox(self, color, tolerance=0): member in class:Bitmap
/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);
/external/pdfium/core/include/fxge/
H A Dfx_ge.h195 CFX_FloatRect GetBoundingBox() const;
197 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp225 bbox = pPathData->GetBoundingBox(pGraphState->m_LineWidth, pGraphState->m_MiterLimit);
227 bbox = pPathData->GetBoundingBox();
H A Dfx_ge_path.cpp221 CFX_FloatRect CFX_PathData::GetBoundingBox() const
355 CFX_FloatRect CFX_PathData::GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const
H A Dfx_ge_ps.cpp143 CFX_FloatRect rect = pPathData->GetBoundingBox();
169 CFX_FloatRect rect = pPathData->GetBoundingBox(pGraphState->m_LineWidth, pGraphState->m_MiterLimit);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp762 CFX_FloatRect bbox_f = pPathData->GetBoundingBox();

Completed in 1430 milliseconds