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

  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 577 FX_FLOAT fMaxX = 0.0f, fMaxY = 0.0f;
665 fMaxY += (fLineAscent + m_pVT->GetLineLeading(m_pSection->m_SecInfo));
666 fMaxY += (-fLineDescent);
691 fMaxY += (fLineAscent + m_pVT->GetLineLeading(m_pSection->m_SecInfo));
692 fMaxY += (-fLineDescent);
714 fMaxY += (m_pVT->GetLineLeading(m_pSection->m_SecInfo) + fLineAscent +
717 m_rcRet = CPVT_FloatRect(0, 0, fMaxX, fMaxY);
722 FX_FLOAT fMinX = 0.0f, fMinY = 0.0f, fMaxX = 0.0f, fMaxY = 0.0f;
740 fMaxY = m_rcRet.Height();
790 m_rcRet = CPVT_FloatRect(fMinX, fMinY, fMaxX, fMaxY);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 635 int16_t fMaxY;
    [all...]

Completed in 2948 milliseconds