Home
last modified time | relevance | path

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

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