Searched refs:RoundRectClipState (Results 1 – 7 of 7) sorted by relevance
45 class RoundRectClipState {49 return allocator.alloc<RoundRectClipState>(size); in new()238 const RoundRectClipState* roundRectClipState;
33 class RoundRectClipState; variable156 const RoundRectClipState* roundRectClipState = nullptr;
128 RoundRectClipState* state = new (allocator) RoundRectClipState; in setClippingRoundRect()
137 const RoundRectClipState* roundRectClipState;
107 GlopBuilder& setRoundRectClipState(const RoundRectClipState* roundRectClipState);
559 GlopBuilder& GlopBuilder::setRoundRectClipState(const RoundRectClipState* roundRectClipState) { in setRoundRectClipState()
297 const RoundRectClipState* state = glop.roundRectClipState; in render()