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

/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp115 struct DeviceCM { struct
116 DeviceCM* fNext;
122 DeviceCM(SkBaseDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas) function in struct:DeviceCM
132 ~DeviceCM() {
197 DeviceCM* fLayer;
204 DeviceCM* fTopLayer;
270 const DeviceCM* rec = fCurrLayer;
298 const DeviceCM* fCurrLayer;
454 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL, NULL));
770 DeviceCM* laye
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp115 struct DeviceCM { struct
116 DeviceCM* fNext;
122 DeviceCM(SkBaseDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas) function in struct:DeviceCM
132 ~DeviceCM() {
197 DeviceCM* fLayer;
204 DeviceCM* fTopLayer;
270 const DeviceCM* rec = fCurrLayer;
298 const DeviceCM* fCurrLayer;
454 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL, NULL));
770 DeviceCM* laye
[all...]

Completed in 137 milliseconds