Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp249 struct DeviceCM { struct
250 DeviceCM* fNext; argument
258 DeviceCM(SkBaseDevice* device, const SkPaint* paint, SkCanvas* canvas, const SkMatrix& stashed) in DeviceCM() function
267 ~DeviceCM() { in ~DeviceCM() argument
290 DeviceCM* fLayer; argument
297 DeviceCM* fTopLayer;
349 const DeviceCM* rec = fCurrLayer; in next()
367 const DeviceCM* fCurrLayer;
373 DeviceCM* layer = fMCRec->fTopLayer; \
658 SkASSERT(sizeof(DeviceCM) <= sizeof(fDeviceCMStorage)); in init()
[all …]
DSkBitmapDevice.h141 friend struct DeviceCM; //for setMatrixClip
DSkDevice.h343 friend struct DeviceCM; //for setMatrixClip