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

  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 596 FX_FLOAT fMaxX = 0.0f, fMaxY = 0.0f;
682 fMaxY += (fLineAscent + m_pVT->GetLineLeading(m_pSection->m_SecInfo));
683 fMaxY += (-fLineDescent);
708 fMaxY += (fLineAscent + m_pVT->GetLineLeading(m_pSection->m_SecInfo));
709 fMaxY += (-fLineDescent);
729 fMaxY += (m_pVT->GetLineLeading(m_pSection->m_SecInfo) + fLineAscent + (-fLineDescent));
731 m_rcRet = CPVT_FloatRect(0, 0, fMaxX, fMaxY);
737 FX_FLOAT fMinX = 0.0f, fMinY = 0.0f, fMaxX = 0.0f, fMaxY = 0.0f;
755 fMaxY = m_rcRet.Height();
804 m_rcRet = CPVT_FloatRect(fMinX, fMinY, fMaxX, fMaxY);
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 642 int16_t fMaxY;
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 642 int16_t fMaxY;
932 rect.fMaxY = SkEndian_SwapBE16(glyphData->yMax);
    [all...]

Completed in 138 milliseconds