Searched refs:GetBoundingBox (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_path.cpp | 27 CFX_FloatRect CPDF_Path::GetBoundingBox() const { in GetBoundingBox() function in CPDF_Path 28 return m_Ref.GetObject()->GetBoundingBox(); in GetBoundingBox() 31 CFX_FloatRect CPDF_Path::GetBoundingBox(float line_width, in GetBoundingBox() function in CPDF_Path 33 return m_Ref.GetObject()->GetBoundingBox(line_width, miter_limit); in GetBoundingBox()
|
D | cpdf_path.h | 31 CFX_FloatRect GetBoundingBox() const; 32 CFX_FloatRect GetBoundingBox(float line_width, float miter_limit) const;
|
D | cpdf_pathobject.cpp | 41 rect = m_Path.GetBoundingBox(width, m_GraphState.GetMiterLimit()); in CalcBoundingBox() 43 rect = m_Path.GetBoundingBox(); in CalcBoundingBox()
|
D | cpdf_clippath.cpp | 46 rect = GetPath(0).GetBoundingBox(); in GetClipBox() 48 CFX_FloatRect path_rect = GetPath(i).GetBoundingBox(); in GetClipBox() 86 CFX_FloatRect new_rect = path.GetBoundingBox(); in AppendPath()
|
/external/pdfium/core/fxge/ |
D | cfx_pathdata.h | 49 CFX_FloatRect GetBoundingBox() const; 50 CFX_FloatRect GetBoundingBox(float line_width, float miter_limit) const;
|
D | cfx_pathdata.cpp | 229 CFX_FloatRect CFX_PathData::GetBoundingBox() const { in GetBoundingBox() function in CFX_PathData 240 CFX_FloatRect CFX_PathData::GetBoundingBox(float line_width, in GetBoundingBox() function in CFX_PathData
|
D | cfx_renderdevice.cpp | 629 bbox = pPathData->GetBoundingBox(pGraphState->m_LineWidth, in DrawFillStrokePath() 632 bbox = pPathData->GetBoundingBox(); in DrawFillStrokePath()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_transformpage.cpp | 40 bool GetBoundingBox(CPDF_Page* page, in GetBoundingBox() function 93 return pPage && GetBoundingBox(pPage, "MediaBox", left, bottom, right, top); in FPDFPage_GetMediaBox() 102 return pPage && GetBoundingBox(pPage, "CropBox", left, bottom, right, top); in FPDFPage_GetCropBox()
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 217 CFX_FloatRect rect = pPathData->GetBoundingBox(); in SetClip_PathFill() 246 CFX_FloatRect rect = pPathData->GetBoundingBox(pGraphState->m_LineWidth, in SetClip_PathStroke()
|
D | fx_win32_device.cpp | 980 CFX_FloatRect bbox_f = pPathData->GetBoundingBox(); in DrawPath()
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 286 matrix.TransformRect(path->GetPathData()->GetBoundingBox()); in FillPathWithPattern()
|