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

  /external/chromium_org/cc/quads/
shared_quad_state.cc 13 SharedQuadState::SharedQuadState()
20 SharedQuadState::~SharedQuadState() {
23 "cc::SharedQuadState", this);
26 void SharedQuadState::CopyFrom(const SharedQuadState* other) {
30 void SharedQuadState::SetAll(const gfx::Transform& content_to_target_transform,
48 scoped_ptr<base::Value> SharedQuadState::AsValue() const {
62 value.get(), "cc::SharedQuadState", this)
    [all...]
shared_quad_state.h 20 // SharedQuadState holds a set of properties that are common across multiple
22 // same way as if they were replicated on each DrawQuad. A given SharedQuadState
25 class CC_EXPORT SharedQuadState {
27 SharedQuadState();
28 ~SharedQuadState();
30 void CopyFrom(const SharedQuadState* other);

Completed in 206 milliseconds