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

/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp138 struct DeviceCM { struct
139 DeviceCM* fNext;
145 DeviceCM(SkBaseDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas) function in struct:DeviceCM
155 ~DeviceCM() {
221 DeviceCM* fLayer;
228 DeviceCM* fTopLayer;
295 const DeviceCM* rec = fCurrLayer;
326 const DeviceCM* fCurrLayer;
498 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL, NULL));
699 DeviceCM* laye
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp138 struct DeviceCM { struct
139 DeviceCM* fNext;
145 DeviceCM(SkBaseDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas) function in struct:DeviceCM
155 ~DeviceCM() {
221 DeviceCM* fLayer;
228 DeviceCM* fTopLayer;
295 const DeviceCM* rec = fCurrLayer;
326 const DeviceCM* fCurrLayer;
498 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL, NULL));
699 DeviceCM* laye
[all...]

Completed in 117 milliseconds