Searched refs:bVertical (Results 1 – 8 of 8) 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 | 21 bool bVertical, in Compose() argument 37 m_bVertical = bVertical; in Compose()
|
D | cfx_bitmapcomposer.h | 32 bool bVertical,
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 40 bool bVertical = glyphs.back().m_Origin.x == glyphs.front().m_Origin.x; in AdjustGlyphSpace() local 41 if (!bVertical && (glyphs.back().m_Origin.y != glyphs.front().m_Origin.y)) in AdjustGlyphSpace() 46 int next_origin = bVertical ? next.m_Origin.y : next.m_Origin.x; in AdjustGlyphSpace() 47 float next_origin_f = bVertical ? next.m_fOrigin.y : next.m_fOrigin.x; in AdjustGlyphSpace() 50 int& current_origin = bVertical ? current.m_Origin.y : current.m_Origin.x; in AdjustGlyphSpace() 52 bVertical ? current.m_fOrigin.y : current.m_fOrigin.x; in AdjustGlyphSpace() 1145 bool bVertical, in DrawShadow() argument 1153 if (bVertical) { in DrawShadow()
|
D | cfx_font.h | 50 bool bVertical);
|
D | cfx_renderdevice.h | 205 bool bVertical,
|
D | cfx_font.cpp | 349 bool bVertical) { in LoadSubst() argument 351 m_bVertical = bVertical; in LoadSubst()
|