HomeSort by relevance Sort by last modified time
    Searched refs:DeviceCM (Results 1 - 4 of 4) sorted by null

  /external/skia/legacy/src/core/
SkCanvas.cpp 66 struct DeviceCM {
67 DeviceCM* fNext;
76 DeviceCM(SkDevice* device, int x, int y, const SkPaint* paint)
86 ~DeviceCM() {
161 DeviceCM* fLayer;
168 DeviceCM* fTopLayer;
235 const DeviceCM* rec = fCurrLayer;
269 const DeviceCM* fCurrLayer;
413 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL));
616 DeviceCM* layer = fMCRec->fTopLayer
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 138 struct DeviceCM {
139 DeviceCM* fNext;
145 DeviceCM(SkDevice* device, int x, int y, const SkPaint* paint, SkCanvas* canvas)
155 ~DeviceCM() {
220 DeviceCM* fLayer;
227 DeviceCM* fTopLayer;
294 const DeviceCM* rec = fCurrLayer;
325 const DeviceCM* fCurrLayer;
518 fMCRec->fLayer = SkNEW_ARGS(DeviceCM, (NULL, 0, 0, NULL, NULL));
719 DeviceCM* layer = fMCRec->fTopLayer
    [all...]
  /external/skia/legacy/include/core/
SkDevice.h 339 friend struct DeviceCM; //for setMatrixClip
  /external/skia/include/core/
SkDevice.h 418 friend struct DeviceCM; //for setMatrixClip

Completed in 196 milliseconds