Home | History | Annotate | Download | only in core

Lines Matching defs:DeviceCM

139 struct DeviceCM {
140 DeviceCM* fNext;
146 DeviceCM(SkDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas)
156 ~DeviceCM() {
221 DeviceCM* fLayer;
228 DeviceCM* fTopLayer;
295 const DeviceCM* rec = fCurrLayer;
326 const DeviceCM* fCurrLayer;
497 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL, NULL));
698 DeviceCM* layer = fMCRec->fTopLayer;
864 DeviceCM* layer = SkNEW_ARGS(DeviceCM, (device, ir.fLeft, ir.fTop, paint, this));
901 DeviceCM* layer = fMCRec->fLayer; // may be null