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

  /external/skia/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));
615 DeviceCM* layer = fMCRec->fTopLayer
    [all...]
  /external/skia/include/core/
SkDevice.h 339 friend struct DeviceCM; //for setMatrixClip

Completed in 63 milliseconds