HomeSort by relevance Sort by last modified time
    Searched defs:double_sided (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
layer.h 251 void SetDoubleSided(bool double_sided);
252 bool double_sided() const { return double_sided_; } function in class:cc::Layer
layer_impl.h 372 void SetDoubleSided(bool double_sided);
373 bool double_sided() const { return double_sided_; } function in class:cc::LayerImpl

Completed in 353 milliseconds