HomeSort by relevance Sort by last modified time
    Searched full:perspectivetransformoperation (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
PerspectiveTransformOperation.cpp 27 #include "core/platform/graphics/transforms/PerspectiveTransformOperation.h"
36 PassRefPtr<TransformOperation> PerspectiveTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
44 return PerspectiveTransformOperation::create(Length(clampToPositiveInteger(p), Fixed));
47 const PerspectiveTransformOperation* fromOp = static_cast<const PerspectiveTransformOperation*>(from);
61 return PerspectiveTransformOperation::create(Length(clampToPositiveInteger(val), Fixed));
63 return PerspectiveTransformOperation::create(Length(0, Fixed));
PerspectiveTransformOperation.h 35 class PerspectiveTransformOperation : public TransformOperation {
37 static PassRefPtr<PerspectiveTransformOperation> create(const Length& p)
39 return adoptRef(new PerspectiveTransformOperation(p));
53 const PerspectiveTransformOperation* p = static_cast<const PerspectiveTransformOperation*>(&o);
65 PerspectiveTransformOperation(const Length& p)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTransformValue.h 58 PerspectiveTransformOperation,
CSSParser-in.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 36 #include "core/platform/graphics/transforms/PerspectiveTransformOperation.h"
114 PerspectiveTransformOperation* transform = static_cast<PerspectiveTransformOperation*>(transformOperations.operations()[j].get());
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 36 #include "core/platform/graphics/transforms/PerspectiveTransformOperation.h"
82 case CSSTransformValue::PerspectiveTransformOperation: return TransformOperation::Perspective;
307 case CSSTransformValue::PerspectiveTransformOperation: {
320 operations.operations().append(PerspectiveTransformOperation::create(p));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 265 third_party/WebKit/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
    [all...]
webcore_platform.target.darwin-mips.mk 265 third_party/WebKit/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
    [all...]
webcore_platform.target.darwin-x86.mk 265 third_party/WebKit/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
    [all...]
webcore_platform.target.linux-arm.mk 265 third_party/WebKit/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
    [all...]
webcore_platform.target.linux-mips.mk 265 third_party/WebKit/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
    [all...]
webcore_platform.target.linux-x86.mk 265 third_party/WebKit/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
    [all...]
core.gypi     [all...]

Completed in 277 milliseconds