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

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_transform_operations_impl.cc 13 WebTransformOperationsImpl::WebTransformOperationsImpl() {}
16 WebTransformOperationsImpl::AsTransformOperations() const {
20 bool WebTransformOperationsImpl::canBlendWith(
22 const WebTransformOperationsImpl& other_impl =
23 static_cast<const WebTransformOperationsImpl&>(other);
27 void WebTransformOperationsImpl::appendTranslate(double x, double y, double z) {
31 void WebTransformOperationsImpl::appendRotate(double x,
38 void WebTransformOperationsImpl::appendScale(double x, double y, double z) {
42 void WebTransformOperationsImpl::appendSkew(double x, double y)
    [all...]
web_transform_operations_impl.h 15 class WebTransformOperationsImpl : public blink::WebTransformOperations {
17 WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebTransformOperationsImpl();
18 virtual ~WebTransformOperationsImpl();
36 DISALLOW_COPY_AND_ASSIGN(WebTransformOperationsImpl);
web_transform_animation_curve_impl.cc 34 static_cast<const webkit::WebTransformOperationsImpl&>(keyframe.value())
46 static_cast<const webkit::WebTransformOperationsImpl&>(keyframe.value())
web_compositor_support_impl.cc 115 return new WebTransformOperationsImpl();

Completed in 28 milliseconds