Lines Matching refs:DeviceCM
70 struct DeviceCM { struct
71 DeviceCM* fNext; argument
78 DeviceCM(SkDevice* device, int x, int y, const SkPaint* paint) in DeviceCM() argument
90 ~DeviceCM() { in ~DeviceCM() argument
161 DeviceCM* fLayer; argument
168 DeviceCM* fTopLayer;
234 const DeviceCM* rec = fCurrLayer; in next()
266 const DeviceCM* fCurrLayer;
398 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL)); in init()
533 DeviceCM* layer = fMCRec->fTopLayer; in updateDeviceCMCache()
656 DeviceCM* layer = SkNEW_ARGS(DeviceCM, (device, ir.fLeft, ir.fTop, paint)); in saveLayer()
691 DeviceCM* layer = fMCRec->fLayer; // may be null in internalRestore()