Searched refs:bVertical (Results 1 - 13 of 13) sorted by relevance
/external/pdfium/core/fxcrt/ |
H A D | fx_unicode.cpp | 23 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 D | fx_ucd.h | 49 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, bool bRTL, bool bVertical); 119 bool bVertical);
|
/external/pdfium/xfa/fde/tto/ |
H A D | fde_textout.cpp | 195 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 D | ConfigurableElement.h | 72 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 D | ConfigurableElement.cpp | 457 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 D | cfx_renderdevice.cpp | 30 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 D | cfx_font.cpp | 305 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 D | fx_font.h | 112 bool bVertical);
|
H A D | fx_dib.h | 528 bool bVertical,
|
/external/pdfium/fpdfsdk/pdfwindow/ |
H A D | PWL_Utils.h | 131 bool bVertical,
|
H A D | PWL_Utils.cpp | 1002 bool bVertical, 1010 if (bVertical) {
|
/external/pdfium/xfa/fgas/layout/ |
H A D | fgas_textbreak.cpp | 1541 bool bVertical = !!(pTxtRun->dwStyles & FX_TXTLAYOUTSTYLE_VerticalLayout); local 1549 if (bVertical) 1573 if (bVertical) { 1604 if (bVertical) {
|
/external/pdfium/core/fxge/dib/ |
H A D | fx_dib_composite.cpp | 4858 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 1170 milliseconds