Searched refs:perspective (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DPerspectiveTransformOperation.h41 Length perspective() const { return m_p; } function in class:WebCore::PerspectiveTransformOperation
/external/skia/gm/
H A Dgradients.cpp137 // Based on the original gradient slide, but with perspective applied to the
169 // apply an increasing y perspective as we move to the right
170 SkMatrix perspective; local
171 perspective.setIdentity();
172 perspective.setPerspY(SkScalarDiv(SkIntToScalar((unsigned) i+1),
174 perspective.setSkewX(SkScalarDiv(SkIntToScalar((unsigned) i+1),
176 shader->setLocalMatrix(perspective);
192 // Based on the original gradient slide, but with perspective applied to
203 SkMatrix perspective; local
204 perspective
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSPropertyNames.in279 -webkit-perspective
280 -webkit-perspective-origin
281 -webkit-perspective-origin-x
282 -webkit-perspective-origin-y
H A DCSSComputedStyleDeclaration.cpp1595 return primitiveValueCache->createValue(style->perspective(), CSSPrimitiveValue::CSS_NUMBER);
H A DCSSStyleSelector.cpp5696 HANDLE_INHERIT_AND_INITIAL(perspective, Perspective)
/external/chromium/chrome/browser/resources/ntp/
H A Dapps.css28 -webkit-perspective: 400;
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h156 TransformationMatrix base, target, replica, forDescendants, perspective, local; member in struct:WebCore::TextureMapperNode::TransformData
H A DTextureMapperNode.cpp409 m_transforms.perspective = TransformationMatrix()
414 m_transforms.forDescendants.multiply(m_transforms.perspective);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp664 gPropertyWrappers->append(new PropertyWrapper<float>(CSSPropertyWebkitPerspective, &RenderStyle::perspective, &RenderStyle::setPerspective));
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm171 ;# From the "address-bit" perspective discussed above, we simply need to
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp1901 // hasTransform() indicates whether the object has transform, transform-style or perspective. We just care about transform,
1925 perspectiveMatrix.applyPerspective(containerObject->style()->perspective());
H A DRenderLayer.cpp431 // hasTransform() on the renderer is also true when there is transform-style: preserve-3d or perspective set,
759 // Maybe fetch the perspective from the backing?
767 // A perspective origin of 0,0 makes the vanishing point in the center of the element.
774 t.applyPerspective(style->perspective());
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h733 // Return true if any transform related property (currently transform, transformStyle3D or perspective)
765 float perspective() const { return rareNonInheritedData->m_perspective; } function in class:WebCore::RenderStyle

Completed in 319 milliseconds