Searched refs:layer_mask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer.cc323 void Layer::SetMaskLayer(Layer* layer_mask) { argument
325 DCHECK(!layer_mask ||
326 (!layer_mask->layer_mask_layer() &&
327 layer_mask->children().empty() &&
328 !layer_mask->layer_mask_back_link_));
330 if (layer_mask_ == layer_mask)
336 layer_mask_ = layer_mask;
338 layer_mask ? layer_mask->cc_layer() : NULL);
341 if (layer_mask) {
[all...]
H A Dlayer.h219 // it have any children. The ownership of |layer_mask| will not be
222 void SetMaskLayer(Layer* layer_mask);

Completed in 53 milliseconds