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

  /external/chromium_org/cc/animation/
transform_operations.cc 52 bool from_identity = from.IsIdentity();
53 bool to_identity = IsIdentity();
82 if (IsIdentity() || other.IsIdentity())
90 && !operations_[i].IsIdentity()
91 && !other.operations_[i].IsIdentity())
175 bool TransformOperations::IsIdentity() const {
177 if (!operations_[i].IsIdentity())
186 bool from_identity = from.IsIdentity();
187 bool to_identity = IsIdentity();
    [all...]
transform_operation.h 58 bool IsIdentity() const;
transform_operations.h 76 bool IsIdentity() const;
transform_operation.cc 27 bool TransformOperation::IsIdentity() const {
28 return matrix.IsIdentity();
32 return !operation || operation->IsIdentity();
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_transform_operations_impl.cc 60 bool WebTransformOperationsImpl::isIdentity() const {
61 return transform_operations_.IsIdentity();
  /external/chromium_org/ui/compositor/
debug_utils.cc 72 if (!layer->transform().IsIdentity() &&
layer_animation_element_unittest.cc 126 EXPECT_TRUE(target.transform.IsIdentity())
layer.cc 404 if (!p->GetTargetTransform().IsIdentity())
layer_animator_unittest.cc     [all...]
  /external/chromium_org/ash/magnifier/
magnification_controller_unittest.cc 82 EXPECT_TRUE(GetRootWindow()->layer()->transform().IsIdentity());
88 EXPECT_FALSE(GetRootWindow()->layer()->transform().IsIdentity());
94 EXPECT_TRUE(GetRootWindow()->layer()->transform().IsIdentity());
100 EXPECT_TRUE(GetRootWindow()->layer()->transform().IsIdentity());
108 EXPECT_FALSE(GetRootWindow()->layer()->transform().IsIdentity());
  /external/chromium_org/ui/gfx/
transform.h 116 bool IsIdentity() const { return matrix_.isIdentity(); }
transform_unittest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc 276 if (!combined_scroll_pinch_.IsIdentity()) {
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc     [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 857 panel->layer()->GetTargetTransform().IsIdentity()) {
    [all...]
  /external/chromium_org/ui/views/
view.cc 494 if (transform.IsIdentity()) {
    [all...]

Completed in 373 milliseconds