Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp111 struct DeviceCM { struct
112 DeviceCM* fNext; argument
120 DeviceCM(SkBaseDevice* device, const SkPaint* paint, SkCanvas* canvas, in DeviceCM() argument
134 ~DeviceCM() { in ~DeviceCM() argument
199 DeviceCM* fLayer;
206 DeviceCM* fTopLayer;
266 const DeviceCM* rec = fCurrLayer; in next()
294 const DeviceCM* fCurrLayer;
529 SkASSERT(sizeof(DeviceCM) <= sizeof(fDeviceCMStorage)); in init()
530 fMCRec->fLayer = (DeviceCM*)fDeviceCMStorage; in init()
[all …]
/external/skia/include/core/
DSkBitmapDevice.h131 friend struct DeviceCM; //for setMatrixClip
DSkDevice.h371 friend struct DeviceCM; //for setMatrixClip