Home | History | Annotate | Download | only in trees

Lines Matching refs:mask

55   scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client);
56 mask->SetBounds(gfx::Size(100, 100));
57 mask->SetIsDrawable(true);
58 mask->SetIsMask(true);
59 green->SetMaskLayer(mask.get());
70 scoped_refptr<ImageLayer> mask = ImageLayer::Create();
71 mask->SetIsDrawable(true);
72 mask->SetIsMask(true);
73 mask->SetBounds(gfx::Size(100, 100));
84 mask->SetBitmap(bitmap);
88 green->SetMaskLayer(mask.get());
113 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client);
114 mask->SetBounds(gfx::Size(100, 100));
115 mask->SetIsDrawable(true);
116 mask->SetIsMask(true);
117 green->SetMaskLayer(mask.get());
129 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client);
130 mask->SetBounds(gfx::Size(100, 100));
131 mask->SetIsDrawable(true);
132 mask->SetIsMask(true);
137 green->SetMaskLayer(mask.get());
158 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client);
159 mask->SetBounds(gfx::Size(100, 100));
160 mask->SetIsDrawable(true);
161 mask->SetIsMask(true);
175 green->SetMaskLayer(mask.get());
197 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client);
198 mask->SetBounds(gfx::Size(100, 100));
199 mask->SetIsDrawable(true);
200 mask->SetIsMask(true);
218 replica->SetMaskLayer(mask.get());
231 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client);
232 mask->SetBounds(gfx::Size(100, 100));
233 mask->SetIsDrawable(true);
234 mask->SetIsMask(true);
260 replica->SetMaskLayer(mask.get());