Searched refs:firstState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp48 const BakedOpState& firstState = *(opList.states[0]); local
80 .setRoundRectClipState(firstState.roundRectClipState)
82 .setFillTexturePaint(*texture, textureFillFlags, firstState.op->paint, firstState.alpha)
94 const BakedOpState& firstState = *(opList.states[0]); local
186 .setRoundRectClipState(firstState.roundRectClipState)
188 .setFillTexturePaint(*texture, textureFillFlags, firstOp.paint, firstState.alpha)
H A DDisplayListOp.h634 const DeferredDisplayState& firstState = *(ops[0].state); variable
635 renderer.restoreDisplayState(firstState, true); // restore all but the clip
805 const DeferredDisplayState& firstState = *(ops[0].state); variable
806 renderer.restoreDisplayState(firstState, true); // restore all but the clip

Completed in 49 milliseconds