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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileTexture.h 78 void setPure(bool pure) { m_isPureColor = pure; }
80 void setPureColor(const Color& color) { m_pureColor = color; setPure(true); }
TransferQueue.cpp 373 destTexture->setPure(false);
  /external/clang/include/clang/AST/
DeclCXX.h 644 friend void FunctionDecl::setPure(bool);
    [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 138 milliseconds