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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 112 m_FontBBox.left = m_FontBBox.right = m_FontBBox.top = m_FontBBox.bottom = 0;
276 m_FontBBox.left = pBBox->GetInteger(0);
277 m_FontBBox.bottom = pBBox->GetInteger(1);
278 m_FontBBox.right = pBBox->GetInteger(2);
279 m_FontBBox.top = pBBox->GetInteger(3);
311 if (m_FontBBox.top == 0 && m_FontBBox.bottom == 0 && m_FontBBox.left == 0 && m_FontBBox.right == 0) {
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 197 rect = m_FontBBox;
281 FX_RECT m_FontBBox;

Completed in 36 milliseconds