Home
last modified time | relevance | path

Searched refs:GetBBox (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/src/reflow/
Dautoreflow.cpp12 FX_RECT PreRect = pPrevObj->GetBBox(&matrix); in FPDF_ProcessInterObj()
13 FX_RECT rect = pObj->GetBBox(&matrix); in FPDF_ProcessInterObj()
344 FX_RECT imageBBox = pImage->GetBBox(&m_PDFDisplayMatrix); in GenerateParagraph()
370 FX_RECT rect = pLastObj->GetBBox(&m_PDFDisplayMatrix); in GenerateParagraph()
523 FX_RECT ObjBBox = pObj->GetBBox(&m_PDFDisplayMatrix); in GenerateLine()
749 FX_RECT rect = pObj->GetBBox(&matrix); in GetObjMinCell()
769 FX_RECT rect = pObj->GetBBox(&matrix); in GetObjMinCell()
779 FX_RECT rect = pObj->GetBBox(&matrix); in GetObjMinCell()
Dlayoutprocessor_reflow.cpp337 rect = pObj->GetBBox(&matrix); in GetElmBBox()
339 rect.Union(pObj->GetBBox(&matrix)); in GetElmBBox()
781 FX_RECT rect = pObj->GetBBox(&matrix); in ProcessObject()
1000 ObjBBox = pTextObj->GetBBox(pObjMatrix); in CreateRFData()
1005 ObjBBox = pTextObj->GetBBox(&matrix); in CreateRFData()
1106 ObjBBox = pImageObj->GetBBox(pObjMatrix); in CreateRFData()
1109 ObjBBox = pImageObj->GetBBox(&matrix); in CreateRFData()
1362 m_fCurrLineWidth += pTextObj->GetBBox(&objMatrix).Height() / 3; in ProcessTextObject()
1481 m_fCurrLineWidth += pTextObj->GetBBox(&objMatrix).Height() / 3; in ProcessTextObject()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.h42 virtual FX_BOOL GetBBox(FX_RECT &rtBBox);
Dfpf_skiafont.cpp130 FX_BOOL CFPF_SkiaFont::GetBBox(FX_RECT &rtBBox) in GetBBox() function in CFPF_SkiaFont
/external/pdfium/core/include/fxge/
Dfpf.h39 virtual FX_BOOL GetBBox(FX_RECT &rtBBox) = 0;
Dfx_font.h108 FX_BOOL GetBBox(FX_RECT &bbox);
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp131 layer_rect = pTextObj->GetBBox(NULL); in GetClipBox()
134 layer_rect.Union(pTextObj->GetBBox(NULL)); in GetClipBox()
Dfpdf_page.cpp90 FX_RECT CPDF_PageObject::GetBBox(const CFX_AffineMatrix* pMatrix) const in GetBBox() function in CPDF_PageObject
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp719 CFX_FloatRect bbox = CFX_FloatRect::GetBBox(coords, point_count); in _DrawCoonPatchMeshes()
823 FX_RECT rect = pPageObj->GetBBox(pObj2Device); in DrawShadingPattern()
842 FX_RECT rect = pShadingObj->GetBBox(pObj2Device); in ProcessShading()
902 FX_RECT rect = pPageObj->GetBBox(pObj2Device); in DrawTilingPattern()
Dfpdf_render.cpp378 rect = pObj->GetBBox(pObj2Device); in GetObjectClippedRect()
824 FX_RECT rect = pPageObj->GetBBox(pObj2Device); in ProcessTransparency()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp357 FX_BOOL CFX_Font::GetBBox(FX_RECT &bbox) in GetBBox() function in CFX_Font
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h485 FX_RECT GetBBox(const CFX_AffineMatrix* pMatrix) const;
/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp230 CFX_FloatRect CFX_FloatRect::GetBBox(const CFX_FloatPoint* pPoints, int nPoints) in GetBBox() function in CFX_FloatRect
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h736 static CFX_FloatRect GetBBox(const CFX_FloatPoint* pPoints, int nPoints);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp1026 pFont->GetBBox(bbox); in AddFont()