Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSnapshot.h45 class RoundRectClipState {
49 return allocator.alloc<RoundRectClipState>(size); in new()
238 const RoundRectClipState* roundRectClipState;
DGlop.h33 class RoundRectClipState; variable
156 const RoundRectClipState* roundRectClipState = nullptr;
DSnapshot.cpp128 RoundRectClipState* state = new (allocator) RoundRectClipState; in setClippingRoundRect()
DBakedOpState.h137 const RoundRectClipState* roundRectClipState;
DGlopBuilder.h107 GlopBuilder& setRoundRectClipState(const RoundRectClipState* roundRectClipState);
DGlopBuilder.cpp559 GlopBuilder& GlopBuilder::setRoundRectClipState(const RoundRectClipState* roundRectClipState) { in setRoundRectClipState()
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp297 const RoundRectClipState* state = glop.roundRectClipState; in render()