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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPictureUtils.cpp28 class GrGatherDevice : public SkBaseDevice { class in inherits:SkBaseDevice
30 SK_DECLARE_INST_COUNT(GrGatherDevice)
32 GrGatherDevice(int width, int height, const SkPicture* picture, GPUAccelData* accelData, function in class:GrGatherDevice
49 virtual ~GrGatherDevice() { }
120 GrGatherDevice* device = static_cast<GrGatherDevice*>(deviceIn);
193 return SkNEW_ARGS(GrGatherDevice, (info.width(), info.height(), fPicture,
211 // GrGatherDevice dev(w, h, picture, accelData);
218 GrGatherCanvas(GrGatherDevice* device, const SkPicture* pict)
275 GrGatherDevice devic
[all...]
/external/skia/src/gpu/
H A DGrPictureUtils.cpp28 class GrGatherDevice : public SkBaseDevice { class in inherits:SkBaseDevice
30 SK_DECLARE_INST_COUNT(GrGatherDevice)
32 GrGatherDevice(int width, int height, const SkPicture* picture, GPUAccelData* accelData, function in class:GrGatherDevice
49 virtual ~GrGatherDevice() { }
120 GrGatherDevice* device = static_cast<GrGatherDevice*>(deviceIn);
193 return SkNEW_ARGS(GrGatherDevice, (info.width(), info.height(), fPicture,
211 // GrGatherDevice dev(w, h, picture, accelData);
218 GrGatherCanvas(GrGatherDevice* device, const SkPicture* pict)
275 GrGatherDevice devic
[all...]

Completed in 178 milliseconds