aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pipe/SkGPipePriv.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-05 15:18:15 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-05 15:18:15 +0000
commitbb6793bd7751f7a4e48c942567cd6c5270661a2f (patch)
tree3c72a6ab4bcb1a3622006c8785e287d966807b55 /src/pipe/SkGPipePriv.h
parentf7398c3ab61053597541fa0b3cfc710006a3e62b (diff)
update
git-svn-id: http://skia.googlecode.com/svn/trunk@1257 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/pipe/SkGPipePriv.h')
-rw-r--r--src/pipe/SkGPipePriv.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/pipe/SkGPipePriv.h b/src/pipe/SkGPipePriv.h
index b4c108ef53..611849fa14 100644
--- a/src/pipe/SkGPipePriv.h
+++ b/src/pipe/SkGPipePriv.h
@@ -56,9 +56,16 @@ enum DrawOps {
kSkew_DrawOp,
kTranslate_DrawOp,
- // these edit paints
kPaintOp_DrawOp,
- kDefineTypeface_DrawOp,
+
+ kDef_ColorFilter_DrawOp,
+ kDef_DrawLooper_DrawOp,
+ kDef_MaskFilter_DrawOp,
+ kDef_PathEffect_DrawOp,
+ kDef_Rasterizer_DrawOp,
+ kDef_Shader_DrawOp,
+ kDef_Typeface_DrawOp,
+ kDef_Xfermode_DrawOp,
// these are signals to playback, not drawing verbs
kDone_DrawOp,