Searched refs:bVertical (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dfx_unicode.cpp23 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, bool bRTL, bool bVertical) { argument
33 if (bVertical) {
48 bool bVertical) {
57 if (bVertical) {
45 FX_GetMirrorChar(FX_WCHAR wch, uint32_t dwProps, bool bRTL, bool bVertical) argument
H A Dfx_ucd.h49 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, bool bRTL, bool bVertical);
119 bool bVertical);
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp195 bool bVertical = !!(m_dwStyles & FDE_TTOSTYLE_VerticalLayout); local
198 FX_FLOAT fStartPos = bVertical ? rect.bottom() : rect.right();
225 if (bVertical) {
234 if (bVertical) {
444 bool bVertical = !!(m_dwStyles & FDE_TTOSTYLE_VerticalLayout); local
448 FX_FLOAT fLineStop = bVertical ? rect.left : rect.bottom();
449 m_fLinePos = bVertical ? rect.right() : rect.top;
450 if (bVertical) {
479 if ((bVertical && m_fLinePos + fLineStep < fLineStop) ||
480 (!bVertical
504 bool bVertical = !!(m_dwStyles & FDE_TTOSTYLE_VerticalLayout); local
646 bool bVertical = !!(m_dwStyles & FDE_TTOSTYLE_VerticalLayout); local
770 bool bVertical = !!(m_dwStyles & FDE_TTOSTYLE_VerticalLayout); local
[all...]
/external/parameter-framework/upstream/parameter/
H A DConfigurableElement.h72 void listBelongingDomains(std::string &strResult, bool bVertical = true) const;
81 void listAssociatedDomains(std::string &strResult, bool bVertical = true) const;
226 std::string &strResult, bool bVertical) const;
H A DConfigurableElement.cpp457 void CConfigurableElement::listBelongingDomains(std::string &strResult, bool bVertical) const
465 listDomains(configurableDomainList, strResult, bVertical);
549 void CConfigurableElement::listAssociatedDomains(std::string &strResult, bool bVertical) const
552 listDomains(_configurableDomainList, strResult, bVertical);
567 bool bVertical) const
578 if (!bVertical && !bFirst) {
585 if (bVertical) {
/external/pdfium/core/fxge/ge/
H A Dcfx_renderdevice.cpp30 bool bVertical = glyphs.back().m_Origin.x == glyphs.front().m_Origin.x; local
31 if (!bVertical && (glyphs.back().m_Origin.y != glyphs.front().m_Origin.y))
36 int next_origin = bVertical ? next.m_Origin.y : next.m_Origin.x;
37 FX_FLOAT next_origin_f = bVertical ? next.m_fOrigin.y : next.m_fOrigin.x;
40 int& current_origin = bVertical ? current.m_Origin.y : current.m_Origin.x;
42 bVertical ? current.m_fOrigin.y : current.m_fOrigin.x;
H A Dcfx_font.cpp305 bool bVertical) {
307 m_bVertical = bVertical;
299 LoadSubst(const CFX_ByteString& face_name, bool bTrueType, uint32_t flags, int weight, int italic_angle, int CharsetCP, bool bVertical) argument
/external/pdfium/core/fxge/
H A Dfx_font.h112 bool bVertical);
H A Dfx_dib.h528 bool bVertical,
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.h131 bool bVertical,
H A DPWL_Utils.cpp1002 bool bVertical,
1010 if (bVertical) {
/external/pdfium/xfa/fgas/layout/
H A Dfgas_textbreak.cpp1541 bool bVertical = !!(pTxtRun->dwStyles & FX_TXTLAYOUTSTYLE_VerticalLayout); local
1549 if (bVertical)
1573 if (bVertical) {
1604 if (bVertical) {
/external/pdfium/core/fxge/dib/
H A Dfx_dib_composite.cpp4858 bool bVertical,
4877 m_bVertical = bVertical;
4853 Compose(CFX_DIBitmap* pDest, const CFX_ClipRgn* pClipRgn, int bitmap_alpha, uint32_t mask_color, FX_RECT& dest_rect, bool bVertical, bool bFlipX, bool bFlipY, bool bRgbByteOrder, int alpha_flag, void* pIccTransform, int blend_type) argument

Completed in 224 milliseconds