Lines Matching refs:currentEntry
290 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
296 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
300 SkASSERT(currentEntry()->fClipStackGenID == SkClipStack::kWideOpenGenID); in updateClip()
305 currentEntry()->fClipStackGenID = clipStackGenID; in updateClip()
323 if (matrix == currentEntry()->fMatrix) { in updateMatrix()
327 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) { in updateMatrix()
333 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask); in updateMatrix()
341 currentEntry()->fMatrix = matrix; in updateMatrix()
347 if (state.fShaderIndex != currentEntry()->fShaderIndex) { in updateDrawingState()
349 currentEntry()->fShaderIndex = state.fShaderIndex; in updateDrawingState()
352 if (state.fColor != currentEntry()->fColor || in updateDrawingState()
353 currentEntry()->fShaderIndex >= 0) { in updateDrawingState()
358 currentEntry()->fColor = state.fColor; in updateDrawingState()
359 currentEntry()->fShaderIndex = -1; in updateDrawingState()
363 if (state.fGraphicStateIndex != currentEntry()->fGraphicStateIndex) { in updateDrawingState()
365 currentEntry()->fGraphicStateIndex = state.fGraphicStateIndex; in updateDrawingState()
369 if (state.fTextScaleX != currentEntry()->fTextScaleX) { in updateDrawingState()
373 currentEntry()->fTextScaleX = state.fTextScaleX; in updateDrawingState()