Home | History | Annotate | Download | only in pdf

Lines Matching defs:currentEntry

266     GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; }
442 if (clipStack == currentEntry()->fClipStack) {
448 if (clipStack == currentEntry()->fClipStack) {
454 currentEntry()->fClipStack = clipStack;
455 currentEntry()->fClipRegion = clipRegion;
519 if (matrix == currentEntry()->fMatrix) {
523 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) {
529 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask);
537 currentEntry()->fMatrix = matrix;
543 if (state.fShaderIndex != currentEntry()->fShaderIndex) {
545 currentEntry()->fShaderIndex = state.fShaderIndex;
548 if (state.fColor != currentEntry()->fColor ||
549 currentEntry()->fShaderIndex >= 0) {
554 currentEntry()->fColor = state.fColor;
555 currentEntry()->fShaderIndex = -1;
559 if (state.fGraphicStateIndex != currentEntry()->fGraphicStateIndex) {
561 currentEntry()->fGraphicStateIndex = state.fGraphicStateIndex;
565 if (state.fTextScaleX != currentEntry()->fTextScaleX) {
570 currentEntry()->fTextScaleX = state.fTextScaleX;
572 if (state.fTextFill != currentEntry()->fTextFill) {
580 currentEntry()->fTextFill = state.fTextFill;