Lines Matching refs:currentEntry
258 GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; }
429 if (clipStack == currentEntry()->fClipStack) {
435 if (clipStack == currentEntry()->fClipStack) {
441 currentEntry()->fClipStack = clipStack;
442 currentEntry()->fClipRegion = clipRegion;
506 if (matrix == currentEntry()->fMatrix) {
510 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) {
516 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask);
524 currentEntry()->fMatrix = matrix;
530 if (state.fShaderIndex != currentEntry()->fShaderIndex) {
532 currentEntry()->fShaderIndex = state.fShaderIndex;
535 if (state.fColor != currentEntry()->fColor ||
536 currentEntry()->fShaderIndex >= 0) {
541 currentEntry()->fColor = state.fColor;
542 currentEntry()->fShaderIndex = -1;
546 if (state.fGraphicStateIndex != currentEntry()->fGraphicStateIndex) {
548 currentEntry()->fGraphicStateIndex = state.fGraphicStateIndex;
552 if (state.fTextScaleX != currentEntry()->fTextScaleX) {
557 currentEntry()->fTextScaleX = state.fTextScaleX;
559 if (state.fTextFill != currentEntry()->fTextFill) {
565 currentEntry()->fTextFill = state.fTextFill;