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

  /external/chromium_org/cc/layers/
layer.h 103 bool masks_to_bounds() const { return masks_to_bounds_; }
500 bool masks_to_bounds_; member in class:cc::Layer
layer_impl.cc 47 masks_to_bounds_(false),
193 if (masks_to_bounds_) {
404 layer->SetMasksToBounds(masks_to_bounds_);
716 if (masks_to_bounds_ == masks_to_bounds)
719 masks_to_bounds_ = masks_to_bounds;
    [all...]
layer_impl.h 167 bool masks_to_bounds() const { return masks_to_bounds_; }
516 bool masks_to_bounds_; member in class:cc::LayerImpl
layer.cc 50 masks_to_bounds_(false),
429 if (masks_to_bounds_ == masks_to_bounds)
431 masks_to_bounds_ = masks_to_bounds;
757 layer->SetMasksToBounds(masks_to_bounds_);

Completed in 86 milliseconds