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

Unified Diff: src/core/SkLinearBitmapPipeline.h

Issue 1868723003: Add specialized rgba8888 unit sampler. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | src/core/SkLinearBitmapPipeline.cpp » ('j') | src/core/SkLinearBitmapPipeline.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkLinearBitmapPipeline.h
diff --git a/src/core/SkLinearBitmapPipeline.h b/src/core/SkLinearBitmapPipeline.h
index e304ef85e718ef0407539940502eca0ea2d699c1..32e464100fc2144696193d77a5547ece56befd02 100644
--- a/src/core/SkLinearBitmapPipeline.h
+++ b/src/core/SkLinearBitmapPipeline.h
@@ -62,6 +62,7 @@ public:
class PointProcessorInterface;
class SampleProcessorInterface;
class PixelPlacerInterface;
+ class DestinationInterface;
// These values were generated by the assert above in PolymorphicUnion.
using MatrixStage = PolymorphicUnion<PointProcessorInterface, 160>;
@@ -75,6 +76,7 @@ private:
TileStage fTiler;
SampleStage fSampleStage;
PixelStage fPixelStage;
+ DestinationInterface* fLastStage;
};
#endif // SkLinearBitmapPipeline_DEFINED
« no previous file with comments | « no previous file | src/core/SkLinearBitmapPipeline.cpp » ('j') | src/core/SkLinearBitmapPipeline.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698