Searched refs:m_bVertical (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfont_int.h96 return m_bVertical;
112 FX_BOOL m_bVertical; member in class:CPDF_CMap
H A Dfpdf_font_cid.cpp249 m_pCMap->m_bVertical = CMap_GetCode(word);
283 m_bVertical = 0;
355 m_bVertical = pName[9] == 'V';
360 m_bVertical = cmapid.Right(1) == FX_BSTRC("V");
/external/pdfium/core/include/fxge/
H A Dfx_font.h93 return m_bVertical;
141 FX_BOOL m_bVertical; member in class:CFX_Font
H A Dfx_dib.h482 FX_BOOL m_bVertical, m_bFlipX, m_bFlipY; member in class:CFX_BitmapComposer
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp17 m_bVertical = FALSE;
70 m_bVertical = bVertical;
H A Dfx_ge_text.cpp1614 if (m_bVertical) {
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_composite.cpp4424 m_bVertical = bVertical;
4439 if (m_bVertical) {
4447 m_pAddClipScan = FX_Alloc(FX_BYTE, m_bVertical ? m_pBitmap->GetHeight() : m_pBitmap->GetWidth());
4474 if (m_bVertical) {

Completed in 523 milliseconds