HomeSort by relevance Sort by last modified time
    Searched refs:GetBoundingBox (Results 1 - 8 of 8) 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 104 rect = GetPath(0).GetBoundingBox();
106 CPDF_Rect path_rect = GetPath(i).GetBoundingBox();
145 CPDF_Rect new_rect = path.GetBoundingBox();
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 70 CFX_FloatRect GetBoundingBox() const
72 return m_pObject->GetBoundingBox();
75 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const
77 return m_pObject->GetBoundingBox(line_width, miter_limit);
  /external/pdfium/core/include/fxge/
fx_ge.h 192 CFX_FloatRect GetBoundingBox() const;
194 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 203 CFX_FloatRect CFX_PathData::GetBoundingBox() const
337 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 773 CFX_FloatRect bbox_f = pPathData->GetBoundingBox();
    [all...]

Completed in 189 milliseconds