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

  /external/pdfium/xfa/fde/
ifde_txtedtengine.h 86 FX_FLOAT fLineSpace;
cfde_txtedtpage.cpp 271 FX_FLOAT fLineStep = pParams->fLineSpace;
341 TxtEdtPiece.rtPiece.height = pParams->fLineSpace;
388 m_rtPageContents.height -= pParams->fLineSpace - pParams->fFontSize;
cfde_txtedtengine.cpp 38 fLineSpace(10.0f),
    [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.h 93 void SetLineSpace(FX_FLOAT fLineSpace);
fde_textout.cpp 124 void CFDE_TextOut::SetLineSpace(FX_FLOAT fLineSpace) {
125 ASSERT(fLineSpace > 1.0f);
126 m_fLineSpace = fLineSpace;