Lines Matching defs:state
431 const LayerState& state = ols.second;
432 if (state.fSurface) {
433 if (state.fSurface->recordingContext() != canvas->recordingContext()) {
460 for (auto& [id, state] : fOffscreenLayerStates) {
461 state.fCurrCmd = -1;
469 LayerState& state = fOffscreenLayerStates[id];
470 if (!state.fSurface || state.fSurface->recordingContext() != canvas->recordingContext()) {
471 state.fCurrCmd = -1;
472 state.fSurface = MakeSurfaceForLayer(fOffscreenLayers[id], canvas);