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

  /external/pdfium/core/include/fxge/
fpf.h 39 virtual FX_BOOL GetBBox(FX_RECT &rtBBox) = 0;
fx_font.h 108 FX_BOOL GetBBox(FX_RECT &bbox);
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.h 42 virtual FX_BOOL GetBBox(FX_RECT &rtBBox);
fpf_skiafont.cpp 130 FX_BOOL CFPF_SkiaFont::GetBBox(FX_RECT &rtBBox)
  /external/pdfium/core/src/reflow/
autoreflow.cpp 12 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);
layoutprocessor_reflow.cpp 337 rect = pObj->GetBBox(&matrix);
339 rect.Union(pObj->GetBBox(&matrix));
781 FX_RECT rect = pObj->GetBBox(&matrix);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 485 FX_RECT GetBBox(const CFX_AffineMatrix* pMatrix) const;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 719 CFX_FloatRect bbox = CFX_FloatRect::GetBBox(coords, point_count);
    [all...]
fpdf_render.cpp 378 rect = pObj->GetBBox(pObj2Device);
824 FX_RECT rect = pPageObj->GetBBox(pObj2Device);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 357 FX_BOOL CFX_Font::GetBBox(FX_RECT &bbox)
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 131 layer_rect = pTextObj->GetBBox(NULL);
134 layer_rect.Union(pTextObj->GetBBox(NULL));
fpdf_page.cpp 90 FX_RECT CPDF_PageObject::GetBBox(const CFX_AffineMatrix* pMatrix) const
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 736 static CFX_FloatRect GetBBox(const CFX_FloatPoint* pPoints, int nPoints);
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 230 CFX_FloatRect CFX_FloatRect::GetBBox(const CFX_FloatPoint* pPoints, int nPoints)
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp     [all...]

Completed in 1054 milliseconds