Home | History | Annotate | Download | only in compositor

Lines Matching refs:c11

1654   scoped_ptr<Layer> c11(CreateLayer(LAYER_TEXTURED));
1659 c1->Add(c11.get());
1663 c11->SetBounds(gfx::Rect(1, 1, 10, 10));
1664 SnapLayerToPhysicalPixelBoundary(root.get(), c11.get());
1667 Vector2dFTo100thPercisionString(c11->subpixel_position_offset()));
1670 SnapLayerToPhysicalPixelBoundary(root.get(), c11.get());
1671 // c11 must already be aligned at 1.5 scale.
1673 Vector2dFTo100thPercisionString(c11->subpixel_position_offset()));
1675 c11->SetBounds(gfx::Rect(2, 2, 10, 10));
1676 SnapLayerToPhysicalPixelBoundary(root.get(), c11.get());
1677 // c11 is now off the pixel.
1680 Vector2dFTo100thPercisionString(c11->subpixel_position_offset()));