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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 47 class BasicShape : public RefCounted<BasicShape> {
49 virtual ~BasicShape() { }
58 bool canBlend(const BasicShape*) const;
59 bool isSameType(const BasicShape& other) const { return type() == other.type(); }
63 virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const = 0;
64 virtual bool operator==(const BasicShape&) const = 0;
69 BasicShape()
76 DEFINE_TYPE_CASTS(thisType, BasicShape, value, value->type() == BasicShape::thisType##Type, value.type() == BasicShape::thisType##Type
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 

Completed in 408 milliseconds