Home
last modified time | relevance | path

Searched refs:DeviceCM (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkCanvas.cpp70 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()
[all …]