Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp191 struct DeviceCM { struct
192 DeviceCM* fNext; argument
200 DeviceCM(SkBaseDevice* device, const SkPaint* paint, SkCanvas* canvas, in DeviceCM() argument
214 ~DeviceCM() { in ~DeviceCM() argument
279 DeviceCM* fLayer;
286 DeviceCM* fTopLayer;
346 const DeviceCM* rec = fCurrLayer; in next()
376 const DeviceCM* fCurrLayer;
664 SkASSERT(sizeof(DeviceCM) <= sizeof(fDeviceCMStorage)); in init()
665 fMCRec->fLayer = (DeviceCM*)fDeviceCMStorage; in init()
[all …]
/external/skia/include/core/
DSkBitmapDevice.h149 friend struct DeviceCM; //for setMatrixClip
DSkDevice.h381 friend struct DeviceCM; //for setMatrixClip