Searched refs:RoundRectClipState (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
H A DGlop.h35 class RoundRectClipState;
86 * vertex/index/Texture/RoundRectClipState pointers prevent this from
159 const RoundRectClipState* roundRectClipState = nullptr;
H A DSnapshot.h45 class RoundRectClipState { class in namespace:android::uirenderer
49 return allocator.alloc<RoundRectClipState>(size);
300 const RoundRectClipState* roundRectClipState;
H A DDeferredDisplayList.h61 const RoundRectClipState* mRoundRectClipState;
H A DSnapshot.cpp196 RoundRectClipState* state = new (allocator) RoundRectClipState;
H A DBakedOpState.h136 const RoundRectClipState* roundRectClipState;
H A DGlopBuilder.h107 GlopBuilder& setRoundRectClipState(const RoundRectClipState* roundRectClipState);
H A DGlopBuilder.cpp587 GlopBuilder& GlopBuilder::setRoundRectClipState(const RoundRectClipState* roundRectClipState) {
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp275 const RoundRectClipState* state = glop.roundRectClipState;

Completed in 32 milliseconds