Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: src/gpu/GrStencilAndCoverTextContext.h

Issue 956363003: Cleanup in GrPipelineBuilder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrSWMaskHelper.cpp ('k') | src/gpu/gl/GrGLProgramDesc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrStencilAndCoverTextContext.h
diff --git a/src/gpu/GrStencilAndCoverTextContext.h b/src/gpu/GrStencilAndCoverTextContext.h
index 37537952dcf9132fc7ab8d4fb660d5079f1b7a13..d7871dcc31c3353dbbd69cb039bfb6fb6afa5ecc 100644
--- a/src/gpu/GrStencilAndCoverTextContext.h
+++ b/src/gpu/GrStencilAndCoverTextContext.h
@@ -51,21 +51,21 @@ private:
kMaxPerformance_RenderMode,
};
- GrPipelineBuilder fPipelineBuilder;
- GrPipelineBuilder::AutoRestoreEffects fStateRestore;
- SkScalar fTextRatio;
- float fTextInverseRatio;
- SkGlyphCache* fGlyphCache;
- GrPathRange* fGlyphs;
- SkStrokeRec fStroke;
- uint16_t fGlyphIndices[kGlyphBufferSize];
- SkPoint fGlyphPositions[kGlyphBufferSize];
- int fQueuedGlyphCount;
- int fFallbackGlyphsIdx;
- SkMatrix fContextInitialMatrix;
- SkMatrix fViewMatrix;
- SkMatrix fLocalMatrix;
- bool fUsingDeviceSpaceGlyphs;
+ GrPipelineBuilder fPipelineBuilder;
+ GrPipelineBuilder::AutoRestoreFragmentProcessors fStateRestore;
+ SkScalar fTextRatio;
+ float fTextInverseRatio;
+ SkGlyphCache* fGlyphCache;
+ GrPathRange* fGlyphs;
+ SkStrokeRec fStroke;
+ uint16_t fGlyphIndices[kGlyphBufferSize];
+ SkPoint fGlyphPositions[kGlyphBufferSize];
+ int fQueuedGlyphCount;
+ int fFallbackGlyphsIdx;
+ SkMatrix fContextInitialMatrix;
+ SkMatrix fViewMatrix;
+ SkMatrix fLocalMatrix;
+ bool fUsingDeviceSpaceGlyphs;
GrStencilAndCoverTextContext(GrContext*, const SkDeviceProperties&);
« no previous file with comments | « src/gpu/GrSWMaskHelper.cpp ('k') | src/gpu/gl/GrGLProgramDesc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698