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

  /external/openfst/src/include/fst/script/
draw.h 47 const int fontsize; member in struct:fst::script::FstDrawerArgs
65 int fontsize,
73 fontsize(fontsize), precision(precision),
86 args->nodesep, args->fontsize,
103 int fontsize,
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 135 FX_FLOAT fontsize = m_TextState.GetFontSize(); local
136 pInfo->m_OriginX -= fontsize * vx / 1000;
137 pInfo->m_OriginY -= fontsize * vy / 1000;
323 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; local
331 return pFont->GetCharWidthF(charcode, 0) * fontsize;
334 return pCIDFont->GetVertWidth(CID) * fontsize;
344 FX_FLOAT fontSize = m_TextState.GetFontSize() / 4000.0f;
352 fontSize *= bVertWriting ? (FX_FLOAT)fontRect.Height() : (FX_FLOAT)fontRect.Width();
353 return fontSize;
364 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000; local
409 FX_FLOAT fontsize = m_TextState.GetFontSize(); local
537 FX_FLOAT fontsize = m_TextState.GetFontSize(); local
    [all...]

Completed in 344 milliseconds