Home | History | Annotate | Download | only in core

Lines Matching full:case

54         case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break;
55 case CLIP_PATH: return "CLIP_PATH";
56 case CLIP_REGION: return "CLIP_REGION";
57 case CLIP_RECT: return "CLIP_RECT";
58 case CONCAT: return "CONCAT";
59 case DRAW_BITMAP: return "DRAW_BITMAP";
60 case DRAW_BITMAP_MATRIX: return "DRAW_BITMAP_MATRIX";
61 case DRAW_BITMAP_RECT: return "DRAW_BITMAP_RECT";
62 case DRAW_PAINT: return "DRAW_PAINT";
63 case DRAW_PATH: return "DRAW_PATH";
64 case DRAW_PICTURE: return "DRAW_PICTURE";
65 case DRAW_POINTS: return "DRAW_POINTS";
66 case DRAW_POS_TEXT: return "DRAW_POS_TEXT";
67 case DRAW_POS_TEXT_H: return "DRAW_POS_TEXT_H";
68 case DRAW_RECT_GENERAL: return "DRAW_RECT_GENERAL";
69 case DRAW_RECT_SIMPLE: return "DRAW_RECT_SIMPLE";
70 case DRAW_SPRITE: return "DRAW_SPRITE";
71 case DRAW_TEXT: return "DRAW_TEXT";
72 case DRAW_TEXT_ON_PATH: return "DRAW_TEXT_ON_PATH";
73 case RESTORE: return "RESTORE";
74 case ROTATE: return "ROTATE";
75 case SAVE: return "SAVE";
76 case SAVE_LAYER: return "SAVE_LAYER";
77 case SCALE: return "SCALE";
78 case SKEW: return "SKEW";
79 case TRANSLATE: return "TRANSLATE";