Lines Matching refs:DeviceCM
138 struct DeviceCM { struct
139 DeviceCM* fNext; argument
145 DeviceCM(SkDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas) in DeviceCM() argument
155 ~DeviceCM() { in ~DeviceCM() argument
220 DeviceCM* fLayer; argument
227 DeviceCM* fTopLayer;
294 const DeviceCM* rec = fCurrLayer; in next()
325 const DeviceCM* fCurrLayer;
518 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL, NULL)); in init()
719 DeviceCM* layer = fMCRec->fTopLayer; in updateDeviceCMCache()
885 DeviceCM* layer = SkNEW_ARGS(DeviceCM, (device, ir.fLeft, ir.fTop, paint, this)); in internalSaveLayer()
922 DeviceCM* layer = fMCRec->fLayer; // may be null in internalRestore()