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

  /external/webkit/Source/WebCore/platform/graphics/transforms/
PerspectiveTransformOperation.h 41 Length perspective() const { return m_p; } function in class:WebCore::PerspectiveTransformOperation
45 virtual OperationType getOperationType() const { return PERSPECTIVE; }
46 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == PERSPECTIVE; }
TransformOperation.h 50 PERSPECTIVE,
80 opType == PERSPECTIVE;
  /external/collada/include/1.4/dom/
domCamera.h 197 * The perspective element describes the optics of a perspective camera.
202 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PERSPECTIVE; }
325 * The perspective element describes the optics of a perspective camera. @see
351 * Gets the perspective element.
352 * @return a daeSmartRef to the perspective element.
domTypes.h     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 77 case TransformOperation::PERSPECTIVE:
164 case TransformOperation::PERSPECTIVE:
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 936 milliseconds