HomeSort by relevance Sort by last modified time
    Searched refs:bVertical (Results 1 - 8 of 8) sorted by null

  /external/parameter-framework/upstream/parameter/
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;
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/dib/
cfx_bitmapcomposer.h 31 bool bVertical,
cfx_bitmapcomposer.cpp 22 bool bVertical,
39 m_bVertical = bVertical;
  /external/pdfium/core/fxge/
cfx_font.h 39 bool bVertical);
cfx_renderdevice.cpp 34 bool bVertical = glyphs.back().m_Origin.x == glyphs.front().m_Origin.x;
35 if (!bVertical && (glyphs.back().m_Origin.y != glyphs.front().m_Origin.y))
40 int next_origin = bVertical ? next.m_Origin.y : next.m_Origin.x;
41 float next_origin_f = bVertical ? next.m_fOrigin.y : next.m_fOrigin.x;
44 int& current_origin = bVertical ? current.m_Origin.y : current.m_Origin.x;
46 bVertical ? current.m_fOrigin.y : current.m_fOrigin.x;
    [all...]
cfx_renderdevice.h 258 bool bVertical,
cfx_font.cpp 266 bool bVertical) {
268 m_bVertical = bVertical;

Completed in 169 milliseconds