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

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

Completed in 190 milliseconds