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

  /external/pdfium/core/src/reflow/
autoreflow.cpp 261 SpaceBefore = plastCell->m_BBox.bottom - pCell->m_BBox.top;
263 SpaceBefore = plastCell->m_BBox.left - pCell->m_BBox.right;
280 if(plastCell->m_BBox.Height() > plastCell->m_BBox.Width()) {
298 int WritingMode = GetRectEnd(pCell->m_BBox);
300 if(pCell->m_BBox.Height() > pCell->m_BBox.Width()) {
345 if(GetRectEnd(plastCell->m_BBox) - GetRectEnd(pCell->m_BBox) < GetRectWidth(imageBBox))
    [all...]
autoreflow.h 22 FX_RECT m_BBox;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 866 m_BBox = pCropBox->GetRect();
867 m_BBox.Normalize();
869 if (m_BBox.IsEmpty()) {
870 m_BBox = mediabox;
872 m_BBox.Intersect(mediabox);
875 m_PageHeight = m_BBox.right - m_BBox.left;
876 m_PageWidth = m_BBox.top - m_BBox.bottom;
878 m_PageWidth = m_BBox.right - m_BBox.left;
    [all...]
fpdf_page_parser_new.cpp 637 pPage->m_pResources, &pPage->m_BBox, &m_Options, NULL, 0);
695 m_pType3Char->m_BBox.left = FXSYS_round(m_pParser->m_Type3Data[2] * 1000);
696 m_pType3Char->m_BBox.bottom = FXSYS_round(m_pParser->m_Type3Data[3] * 1000);
697 m_pType3Char->m_BBox.right = FXSYS_round(m_pParser->m_Type3Data[4] * 1000);
698 m_pType3Char->m_BBox.top = FXSYS_round(m_pParser->m_Type3Data[5] * 1000);
fpdf_page_parser_old.cpp     [all...]
fpdf_page_pattern.cpp 48 m_BBox = pDict->GetRect(FX_BSTRC("BBox"));
fpdf_page_parser.cpp 119 m_BBox = *pBBox;
    [all...]
pageint.h 142 CFX_FloatRect m_BBox;
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 122 CFX_FloatRect m_BBox;
172 return m_BBox;
fpdf_resource.h 442 FX_RECT m_BBox;
768 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 110 milliseconds