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

  /external/webkit/Source/WebCore/platform/graphics/transforms/
TranslateTransformOperation.h 33 class TranslateTransformOperation : public TransformOperation {
35 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type)
37 return adoptRef(new TranslateTransformOperation(tx, ty, Length(0, Fixed), type));
40 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, const Length& tz, OperationType type)
42 return adoptRef(new TranslateTransformOperation(tx, ty, tz, type));
63 const TranslateTransformOperation* t = static_cast<const TranslateTransformOperation*>(&o);
75 TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType type)
  /external/webkit/Source/WebCore/css/
WebKitCSSTransformValue.h 40 TranslateTransformOperation,

Completed in 138 milliseconds