HomeSort by relevance Sort by last modified time
    Searched refs:RoundRectClipState (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/hwui/
Glop.h 35 class RoundRectClipState;
86 * vertex/index/Texture/RoundRectClipState pointers prevent this from
159 const RoundRectClipState* roundRectClipState = nullptr;
Snapshot.h 45 class RoundRectClipState {
49 return allocator.alloc<RoundRectClipState>(size);
300 const RoundRectClipState* roundRectClipState;
DeferredDisplayList.h 61 const RoundRectClipState* mRoundRectClipState;
Snapshot.cpp 36 , roundRectClipState(nullptr)
55 , roundRectClipState(s->roundRectClipState)
191 if (roundRectClipState && roundRectClipState->highPriority) {
196 RoundRectClipState* state = new (allocator) RoundRectClipState;
226 roundRectClipState = state;
BakedOpState.h 136 const RoundRectClipState* roundRectClipState;
146 , roundRectClipState(snapshot.roundRectClipState)
153 , roundRectClipState(snapshot.roundRectClipState)
159 , roundRectClipState(snapshot.roundRectClipState)
165 , roundRectClipState(nullptr)
GlopBuilder.h 107 GlopBuilder& setRoundRectClipState(const RoundRectClipState* roundRectClipState);
GlopBuilder.cpp 258 || mOutGlop->roundRectClipState
352 || mOutGlop->roundRectClipState) {
587 GlopBuilder& GlopBuilder::setRoundRectClipState(const RoundRectClipState* roundRectClipState) {
590 mOutGlop->roundRectClipState = roundRectClipState;
591 mDescription.hasRoundRectClip = roundRectClipState != nullptr;
718 ALOGD_IF(glop.roundRectClipState, "Glop RRCS %p", glop.roundRectClipState);
  /frameworks/base/libs/hwui/renderstate/
RenderState.cpp 273 if (glop.roundRectClipState) {
275 const RoundRectClipState* state = glop.roundRectClipState;

Completed in 71 milliseconds