HomeSort by relevance Sort by last modified time
    Searched defs:hasX (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/include/
pub_tool_aspacemgr.h 88 hasR==hasW==hasX==anyTranslated == False
110 Bool hasX;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterEffect.h 126 bool hasX() const { return m_hasX; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/
PatternAttributes.h 126 bool hasX() const { return m_xSet; }
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 931 const bool hasX = !!x;
934 if ( !hasX && !hasY )
937 if( !hasX )
945 if( !hasX )
958 const bool hasX = !!x;
961 if ( !hasX && hasY )
966 else if ( hasX && !hasY )
971 else if ( hasX && hasY )

Completed in 143 milliseconds