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

  /frameworks/base/libs/hwui/
BakedOpState.h 137 const RoundRectClipState* roundRectClipState;
147 , roundRectClipState(snapshot.roundRectClipState)
154 , roundRectClipState(snapshot.roundRectClipState)
160 , roundRectClipState(snapshot.roundRectClipState)
166 , roundRectClipState(nullptr)
Glop.h 33 class RoundRectClipState;
84 * vertex/index/Texture/RoundRectClipState pointers prevent this from
156 const RoundRectClipState* roundRectClipState = nullptr;
Snapshot.h 45 class RoundRectClipState {
49 return allocator.alloc<RoundRectClipState>(size);
238 const RoundRectClipState* roundRectClipState;

Completed in 448 milliseconds