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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 325 FX_BOOL bVertWriting = FALSE;
328 bVertWriting = pCIDFont->IsVertWriting();
330 if (!bVertWriting) {
345 FX_BOOL bVertWriting = FALSE;
348 bVertWriting = pCIDFont->IsVertWriting();
352 fontSize *= bVertWriting ? (FX_FLOAT)fontRect.Height() : (FX_FLOAT)fontRect.Width();
359 FX_BOOL bVertWriting = FALSE;
362 bVertWriting = pCIDFont->IsVertWriting();
378 if (!bVertWriting) {
404 FX_BOOL bVertWriting = FALSE;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 546 FX_BOOL bVertWriting = pCIDFont && pCIDFont->IsVertWriting();
573 if (bVertWriting) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 141 FX_BOOL bVertWriting = FALSE;
144 bVertWriting = pCIDFont->IsVertWriting();
146 bVertWriting = m_Font.IsVertical();
148 return bVertWriting;
    [all...]

Completed in 909 milliseconds