Searched defs:TransformState (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformState.java19 * $Id: TransformState.java 468645 2006-10-28 06:57:24Z minchau $
37 * handler can get a reference to a TransformState by implementing
40 * is implemented, pass in a TransformState reference to the
52 public interface TransformState extends TransformStateSetter interface in inherits:TransformStateSetter
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DTransformState.h39 class TransformState { class in namespace:WebCore
44 TransformState(TransformDirection mappingDirection, const FloatPoint& p, const FloatQuad& quad) function in class:WebCore::TransformState
54 TransformState(TransformDirection mappingDirection, const FloatPoint& p) function in class:WebCore::TransformState
63 TransformState(TransformDirection mappingDirection, const FloatQuad& quad) function in class:WebCore::TransformState
72 TransformState(const TransformState& other) { *this = other; } function in class:WebCore::TransformState
74 TransformState& operator=(const TransformState&);

Completed in 122 milliseconds