Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkCanvas.cpp181 struct DeviceCM { struct
182 DeviceCM* fNext; argument
190 DeviceCM(sk_sp<SkBaseDevice> device, const SkPaint* paint, const SkMatrix& stashed, in DeviceCM() argument
200 void reset(const SkIRect& bounds) { in reset()