Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp247 struct DeviceCM { struct
248 DeviceCM* fNext; argument
256 DeviceCM(sk_sp<SkBaseDevice> device, const SkPaint* paint, const SkMatrix& stashed, in DeviceCM() argument
284 DeviceCM* fLayer; argument
291 DeviceCM* fTopLayer;
338 const DeviceCM* rec = fCurrLayer; in next()
356 const DeviceCM* fCurrLayer;
362 DeviceCM* layer = fMCRec->fTopLayer; \
643 SkASSERT(sizeof(DeviceCM) <= sizeof(fDeviceCMStorage)); in init()
644 fMCRec->fLayer = (DeviceCM*)fDeviceCMStorage; in init()
[all …]
DSkBitmapDevice.h142 friend struct DeviceCM; //for setMatrixClip
DSkDevice.h350 friend struct DeviceCM; //for setMatrixClip