Searched defs:DeviceCM (Results 1 – 2 of 2) sorted by relevance
| /external/skia/src/core/ |
| D | SkCanvas.cpp | 115 struct DeviceCM { struct 116 DeviceCM* fNext; argument 122 DeviceCM(SkBaseDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas) in DeviceCM() argument 132 ~DeviceCM() { in ~DeviceCM() argument 140 void updateMC(const SkMatrix& totalMatrix, const SkRasterClip& totalClip, in updateMC() 197 DeviceCM* fLayer; argument
|
| /external/chromium_org/third_party/skia/src/core/ |
| D | SkCanvas.cpp | 115 struct DeviceCM { struct 116 DeviceCM* fNext; argument 122 DeviceCM(SkBaseDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas) in DeviceCM() argument 132 ~DeviceCM() { in ~DeviceCM() argument 140 void updateMC(const SkMatrix& totalMatrix, const SkRasterClip& totalClip, in updateMC() 197 DeviceCM* fLayer; argument
|