Searched refs:DeviceCM (Results 1 – 4 of 4) sorted by relevance
/external/skia/legacy/src/core/ |
D | SkCanvas.cpp | 66 struct DeviceCM { struct 67 DeviceCM* fNext; argument 76 DeviceCM(SkDevice* device, int x, int y, const SkPaint* paint) in DeviceCM() argument 86 ~DeviceCM() { in ~DeviceCM() argument 161 DeviceCM* fLayer; argument 168 DeviceCM* fTopLayer; 235 const DeviceCM* rec = fCurrLayer; in next() 269 const DeviceCM* fCurrLayer; 413 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL)); in init() 616 DeviceCM* layer = fMCRec->fTopLayer; in updateDeviceCMCache() [all …]
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 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() [all …]
|
/external/skia/legacy/include/core/ |
D | SkDevice.h | 339 friend struct DeviceCM; //for setMatrixClip
|
/external/skia/include/core/ |
D | SkDevice.h | 418 friend struct DeviceCM; //for setMatrixClip
|