Home
last modified time | relevance | path

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

/external/skia/legacy/src/core/
DSkCanvas.cpp66 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/
DSkCanvas.cpp138 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/
DSkDevice.h339 friend struct DeviceCM; //for setMatrixClip
/external/skia/include/core/
DSkDevice.h418 friend struct DeviceCM; //for setMatrixClip