Searched refs:bVertical (Results 1 – 7 of 7) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ConfigurableElement.cpp | 457 void CConfigurableElement::listBelongingDomains(std::string &strResult, bool bVertical) const in listBelongingDomains() 465 listDomains(configurableDomainList, strResult, bVertical); in listBelongingDomains() 549 void CConfigurableElement::listAssociatedDomains(std::string &strResult, bool bVertical) const in listAssociatedDomains() 552 listDomains(_configurableDomainList, strResult, bVertical); in listAssociatedDomains() 567 bool bVertical) const in listDomains() 578 if (!bVertical && !bFirst) { in listDomains() 585 if (bVertical) { in listDomains()
|
D | ConfigurableElement.h | 72 void listBelongingDomains(std::string &strResult, bool bVertical = true) const; 81 void listAssociatedDomains(std::string &strResult, bool bVertical = true) const; 224 std::string &strResult, bool bVertical) const;
|
/external/pdfium/core/fxge/dib/ |
D | cfx_bitmapcomposer.cpp | 28 bool bVertical, in Compose() argument 44 m_bVertical = bVertical; in Compose()
|
D | cfx_bitmapcomposer.h | 33 bool bVertical,
|
/external/pdfium/core/fxge/ |
D | cfx_font.h | 79 bool bVertical);
|
D | cfx_renderdevice.cpp | 47 bool bVertical = glyphs.back().m_Origin.x == glyphs.front().m_Origin.x; in AdjustGlyphSpace() local 48 if (!bVertical && (glyphs.back().m_Origin.y != glyphs.front().m_Origin.y)) in AdjustGlyphSpace() 53 int next_origin = bVertical ? next.m_Origin.y : next.m_Origin.x; in AdjustGlyphSpace() 55 bVertical ? next.m_fDeviceOrigin.y : next.m_fDeviceOrigin.x; in AdjustGlyphSpace() 58 int& current_origin = bVertical ? current.m_Origin.y : current.m_Origin.x; in AdjustGlyphSpace() 60 bVertical ? current.m_fDeviceOrigin.y : current.m_fDeviceOrigin.x; in AdjustGlyphSpace()
|
D | cfx_font.cpp | 400 bool bVertical) { in LoadSubst() argument 402 m_bVertical = bVertical; in LoadSubst()
|