Lines Matching refs:updateState
116 updateState = {}; in copy()
117 updateState.width = width; in copy()
118 updateState.height = height; in copy()
119 updateState.destFormat = format; in copy()
120 updateState.destStride = stride; in copy()
121 updateState.sourceFormat = source->getInternalFormat(); in copy()
122 updateState.sourceStride = topLeftOrigin ? sourceStride : -sourceStride; in copy()
123 updateState.cursorWidth = cursor.width; in copy()
124 updateState.cursorHeight = cursor.height; in copy()
154 if(memcmp(&blitState, &updateState, sizeof(BlitState)) != 0) in copyLocked()
156 blitState = updateState; in copyLocked()