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

  /external/chromium_org/content/renderer/compositor_bindings/
web_transform_operations_impl.h 15 class WebTransformOperationsImpl : public blink::WebTransformOperations {
17 CONTENT_EXPORT WebTransformOperationsImpl();
18 virtual ~WebTransformOperationsImpl();
36 DISALLOW_COPY_AND_ASSIGN(WebTransformOperationsImpl);
web_transform_operations_impl.cc 13 WebTransformOperationsImpl::WebTransformOperationsImpl() {
17 WebTransformOperationsImpl::AsTransformOperations() const {
21 bool WebTransformOperationsImpl::canBlendWith(
23 const WebTransformOperationsImpl& other_impl =
24 static_cast<const WebTransformOperationsImpl&>(other);
28 void WebTransformOperationsImpl::appendTranslate(double x, double y, double z) {
32 void WebTransformOperationsImpl::appendRotate(double x,
39 void WebTransformOperationsImpl::appendScale(double x, double y, double z) {
43 void WebTransformOperationsImpl::appendSkew(double x, double y)
    [all...]

Completed in 41 milliseconds