HomeSort by relevance Sort by last modified time
    Searched refs:SetAnchorPoint (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/cc/test/
fake_picture_layer.cc 16 SetAnchorPoint(gfx::PointF(0.f, 0.f));
fake_painted_scrollbar_layer.cc 31 SetAnchorPoint(gfx::PointF(0.f, 0.f));
fake_content_layer.cc 27 SetAnchorPoint(gfx::PointF(0.f, 0.f));
layer_tree_pixel_test.cc 126 layer->SetAnchorPoint(gfx::PointF());
184 layer->SetAnchorPoint(gfx::PointF());
layer_tree_json_parser.cc 90 new_layer->SetAnchorPoint(gfx::Point());
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_video.cc 28 root->SetAnchorPoint(gfx::PointF());
35 video->SetAnchorPoint(gfx::PointF());
layer_tree_host_pixeltest_readback.cc 661 background->SetAnchorPoint(gfx::PointF());
666 green->SetAnchorPoint(gfx::PointF());
672 blue->SetAnchorPoint(gfx::PointF());
692 background->SetAnchorPoint(gfx::PointF());
697 green->SetAnchorPoint(gfx::PointF());
703 blue->SetAnchorPoint(gfx::PointF());
723 background->SetAnchorPoint(gfx::PointF());
728 green->SetAnchorPoint(gfx::PointF());
735 blue->SetAnchorPoint(gfx::PointF());
756 background->SetAnchorPoint(gfx::PointF())
    [all...]
layer_tree_host_pixeltest_masks.cc 104 clip->SetAnchorPoint(gfx::PointF(0.f, 0.f));
146 replica->SetAnchorPoint(gfx::PointF(0.5f, 0.5f));
170 clip->SetAnchorPoint(gfx::PointF(0.f, 0.f));
185 replica->SetAnchorPoint(gfx::PointF(0.5f, 0.5f));
220 replica->SetAnchorPoint(gfx::PointF(1.f, 1.f));
244 clip->SetAnchorPoint(gfx::PointF(0.f, 0.f));
263 replica->SetAnchorPoint(gfx::PointF(1.f, 1.f));
layer_tree_host_unittest_context.cc 357 root_->SetAnchorPoint(gfx::PointF());
362 content_->SetAnchorPoint(gfx::PointF());
470 root_->SetAnchorPoint(gfx::PointF());
475 content_->SetAnchorPoint(gfx::PointF());
890 root->SetAnchorPoint(gfx::PointF());
896 delegated->SetAnchorPoint(gfx::PointF());
902 content->SetAnchorPoint(gfx::PointF());
908 texture->SetAnchorPoint(gfx::PointF());
919 mask->SetAnchorPoint(gfx::PointF());
924 content_with_mask->SetAnchorPoint(gfx::PointF())
    [all...]
layer_tree_host_pixeltest_on_demand_raster.cc 98 layer->SetAnchorPoint(gfx::PointF());
damage_tracker_unittest.cc 83 root->SetAnchorPoint(gfx::PointF());
91 child->SetAnchorPoint(gfx::PointF());
117 root->SetAnchorPoint(gfx::PointF());
125 child1->SetAnchorPoint(gfx::PointF());
137 child2->SetAnchorPoint(gfx::PointF());
143 grand_child1->SetAnchorPoint(gfx::PointF());
149 grand_child2->SetAnchorPoint(gfx::PointF());
322 child->SetAnchorPoint(gfx::PointF(0.5f, 0.5f));
619 child2->SetAnchorPoint(gfx::PointF());
668 child2->SetAnchorPoint(gfx::PointF())
    [all...]
layer_tree_host_impl_unittest.cc 164 root->SetAnchorPoint(gfx::PointF());
213 root->SetAnchorPoint(gfx::PointF());
225 scroll->SetAnchorPoint(gfx::PointF());
233 contents->SetAnchorPoint(gfx::PointF());
751 overflow->SetAnchorPoint(gfx::PointF());
    [all...]
layer_tree_host_unittest.cc     [all...]
layer_tree_host_unittest_scroll.cc 411 root_scroll_layer_->SetAnchorPoint(gfx::PointF());
433 child_layer_->SetAnchorPoint(gfx::PointF());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux.cc 80 view_->SetAnchorPoint(FindAnchorPoint(view_->GetPreferredSize(), display,
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win.cc 105 view_->SetAnchorPoint(FindAnchorPoint(view_->GetPreferredSize(), display,
  /external/chromium_org/ui/app_list/views/
app_list_view.h 62 void SetAnchorPoint(const gfx::Point& anchor_point);
app_list_view.cc 166 void AppListView::SetAnchorPoint(const gfx::Point& anchor_point) {
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl_fixed_bounds.cc 33 void WebLayerImplFixedBounds::setAnchorPoint(
36 layer_->SetAnchorPoint(anchor_point);
web_layer_impl.cc 82 void WebLayerImpl::setAnchorPoint(const WebFloatPoint& anchor_point) {
83 layer_->SetAnchorPoint(anchor_point);
  /external/chromium_org/cc/layers/
texture_layer_unittest.cc 778 root_->SetAnchorPoint(gfx::PointF());
783 layer_->SetAnchorPoint(gfx::PointF());
    [all...]
layer_iterator_unittest.cc 41 SetAnchorPoint(gfx::Point());
layer.h 106 void SetAnchorPoint(gfx::PointF anchor_point);
layer_impl.h 192 void SetAnchorPoint(gfx::PointF anchor_point);
  /external/chromium_org/ui/compositor/
compositor.cc 254 root_web_layer_->SetAnchorPoint(gfx::PointF(0.f, 0.f));

Completed in 447 milliseconds

1 2