Home | History | Annotate | Download | only in core

Lines Matching defs:DeviceCM

138 struct DeviceCM {
139 DeviceCM* fNext;
145 DeviceCM(SkBaseDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas)
155 ~DeviceCM() {
221 DeviceCM* fLayer;
228 DeviceCM* fTopLayer;
295 const DeviceCM* rec = fCurrLayer;
326 const DeviceCM* fCurrLayer;
498 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL, NULL));
699 DeviceCM* layer = fMCRec->fTopLayer;
866 DeviceCM* layer = SkNEW_ARGS(DeviceCM, (device, ir.fLeft, ir.fTop, paint, this));
906 DeviceCM* layer = fMCRec->fLayer; // may be null