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

  /external/pdfium/core/src/reflow/
autoreflow.cpp 260 SpaceBefore = plastCell->m_BBox.bottom - pCell->m_BBox.top;
262 SpaceBefore = plastCell->m_BBox.left - pCell->m_BBox.right;
279 if(plastCell->m_BBox.Height() > plastCell->m_BBox.Width()) {
297 int WritingMode = GetRectEnd(pCell->m_BBox);
299 if(pCell->m_BBox.Height() > pCell->m_BBox.Width()) {
344 if(GetRectEnd(plastCell->m_BBox) - GetRectEnd(pCell->m_BBox) < GetRectWidth(imageBBox))
    [all...]
autoreflow.h 24 FX_RECT m_BBox;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 849 m_BBox = pCropBox->GetRect();
850 m_BBox.Normalize();
852 if (m_BBox.IsEmpty()) {
853 m_BBox = mediabox;
855 m_BBox.Intersect(mediabox);
858 m_PageHeight = m_BBox.right - m_BBox.left;
859 m_PageWidth = m_BBox.top - m_BBox.bottom;
861 m_PageWidth = m_BBox.right - m_BBox.left
    [all...]
fpdf_page_parser_old.cpp     [all...]
fpdf_page_parser.cpp 83 m_BBox = *pBBox;
    [all...]
fpdf_page_pattern.cpp 60 m_BBox = pDict->GetRect(FX_BSTRC("BBox"));
pageint.h 140 CFX_FloatRect m_BBox;
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 118 CFX_FloatRect m_BBox;
168 return m_BBox;
fpdf_resource.h 455 FX_RECT m_BBox;
754 CFX_FloatRect m_BBox;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]

Completed in 936 milliseconds