Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkCanvas.cpp183 struct DeviceCM { struct
184 DeviceCM* fNext; argument
192 DeviceCM(sk_sp<SkBaseDevice> device, const SkPaint* paint, const SkMatrix& stashed, in DeviceCM() argument
202 void reset(const SkIRect& bounds) { in reset()