Searched refs:Skew (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | SkewTransformOperation.cpp | 45 return other.type() == Skew in canBlendWith()
|
D | TransformOperation.h | 44 SkewX, SkewY, Skew, enumerator
|
D | TransformOperationsTest.cpp | 417 fromOps.operations().append(SkewTransformOperation::create(-45, 0, TransformOperation::Skew)); in TEST() 418 toOps.operations().append(SkewTransformOperation::create(0, 45, TransformOperation::Skew)); in TEST()
|
D | TransformOperations.cpp | 276 case TransformOperation::Skew: in blendedBoundsForBox()
|
/external/skia/src/animator/ |
D | SkMatrixParts.h | 58 DECLARE_MEMBER_INFO(Skew);
|
D | SkDisplayType.cpp | 184 CASE_NEW(Skew); in CreateInstance() 339 CASE_GET_INFO(Skew); in GetMembers()
|
D | SkAnimateSchema.xsd | 1813 <!-- @element skew Skew slants horizontally, vertically, or both. --> 2618 Skew creates a matrix that skews a unit vector about a center point, and concatenated
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkMatrixParts.h | 58 DECLARE_MEMBER_INFO(Skew);
|
D | SkDisplayType.cpp | 184 CASE_NEW(Skew); in CreateInstance() 339 CASE_GET_INFO(Skew); in GetMembers()
|
D | SkAnimateSchema.xsd | 1813 <!-- @element skew Skew slants horizontally, vertically, or both. --> 2618 Skew creates a matrix that skews a unit vector about a center point, and concatenated
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimationTranslationUtil.cpp | 79 case TransformOperation::Skew: { in toWebTransformOperations()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | TransformBuilder.cpp | 71 case CSSTransformValue::SkewTransformOperation: return TransformOperation::Skew; in getTransformOperationType()
|
/external/skia/src/xml/ |
D | SkJSDisplayable.cpp | 171 JS_INIT(Sk, Skew) in JS_INIT()
|
/external/chromium_org/third_party/skia/src/xml/ |
D | SkJSDisplayable.cpp | 171 JS_INIT(Sk, Skew) in JS_INIT()
|
/external/chromium_org/third_party/skia/tests/ |
D | CanvasTest.cpp | 319 SIMPLE_TEST_STEP(Skew, skew(SkIntToScalar(1), SkIntToScalar(2)));
|
/external/skia/tests/ |
D | CanvasTest.cpp | 319 SIMPLE_TEST_STEP(Skew, skew(SkIntToScalar(1), SkIntToScalar(2)));
|
/external/tinyxml/ |
D | readme.txt | 168 The <a href="http://skew.org/xml/tutorial/">Skew.org link</a> does a great
|