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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_path.cpp 37 rect = m_Path.GetBoundingBox(width, m_GraphState.GetObject()->m_MiterLimit);
39 rect = m_Path.GetBoundingBox();
fpdf_page_graph_state.cpp 108 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/
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);
  /external/chromium_org/tools/telemetry/telemetry/core/
video.py 77 content_box, pixel_count = bmp.GetBoundingBox(color,
bitmap_unittest.py 152 box, count = bmp.GetBoundingBox(bitmap.RgbaColor(1, 0, 0))
156 box, count = bmp.GetBoundingBox(bitmap.RgbaColor(0, 1, 0))
bitmap.py 322 def GetBoundingBox(self, color, tolerance=0):
  /external/pdfium/core/include/fxge/
fx_ge.h 195 CFX_FloatRect GetBoundingBox() const;
197 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const;
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 225 bbox = pPathData->GetBoundingBox(pGraphState->m_LineWidth, pGraphState->m_MiterLimit);
227 bbox = pPathData->GetBoundingBox();
fx_ge_path.cpp 221 CFX_FloatRect CFX_PathData::GetBoundingBox() const
355 CFX_FloatRect CFX_PathData::GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const
fx_ge_ps.cpp 143 CFX_FloatRect rect = pPathData->GetBoundingBox();
169 CFX_FloatRect rect = pPathData->GetBoundingBox(pGraphState->m_LineWidth, pGraphState->m_MiterLimit);
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 762 CFX_FloatRect bbox_f = pPathData->GetBoundingBox();
    [all...]

Completed in 230 milliseconds