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

/frameworks/base/libs/hwui/
H A DGlop.h33 class RoundRectClipState;
84 * vertex/index/Texture/RoundRectClipState pointers prevent this from
156 const RoundRectClipState* roundRectClipState = nullptr;
H A DSnapshot.h45 class RoundRectClipState { class in namespace:android::uirenderer
49 return allocator.alloc<RoundRectClipState>(size);
238 const RoundRectClipState* roundRectClipState;
H A DSnapshot.cpp128 RoundRectClipState* state = new (allocator) RoundRectClipState;
H A DBakedOpState.h137 const RoundRectClipState* roundRectClipState;
H A DGlopBuilder.h107 GlopBuilder& setRoundRectClipState(const RoundRectClipState* roundRectClipState);
H A DGlopBuilder.cpp559 GlopBuilder& GlopBuilder::setRoundRectClipState(const RoundRectClipState* roundRectClipState) {
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp297 const RoundRectClipState* state = glop.roundRectClipState;

Completed in 369 milliseconds