Home | History | Annotate | Download | only in Main

Lines Matching refs:updateState

120 		updateState = {};
121 updateState.width = width;
122 updateState.height = height;
123 updateState.destFormat = format;
124 updateState.destStride = stride;
125 updateState.sourceFormat = source->getInternalFormat();
126 updateState.sourceStride = topLeftOrigin ? sourceStride : -sourceStride;
127 updateState.cursorWidth = cursor.width;
128 updateState.cursorHeight = cursor.height;
158 if(memcmp(&blitState, &updateState, sizeof(BlitState)) != 0)
160 blitState = updateState;