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

  /external/chromium_org/skia/ext/
pixel_ref_utils.cc 48 class GatherPixelRefDevice : public SkBitmapDevice {
50 GatherPixelRefDevice(const SkBitmap& bm,
88 GatherPixelRefDevice::drawRect(draw, bounds, paint);
104 GatherPixelRefDevice::drawRect(draw, rect, paint);
109 GatherPixelRefDevice::drawRect(draw, rect.rect(), paint);
127 GatherPixelRefDevice::drawRect(draw, final_rect, paint);
154 GatherPixelRefDevice::drawBitmap(draw, bitmap, matrix, paint);
219 GatherPixelRefDevice::drawRect(draw, bounds, paint);
272 GatherPixelRefDevice::drawRect(draw, bounds, paint);
295 GatherPixelRefDevice::drawRect(draw, bounds, paint)
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 51 class GatherPixelRefDevice : public SkBaseDevice {
53 SK_DECLARE_INST_COUNT(GatherPixelRefDevice)
55 GatherPixelRefDevice(int width, int height, PixelRefSet* prset) {
163 return SkNEW_ARGS(GatherPixelRefDevice, (info.width(), info.height(), fPRSet));
206 GatherPixelRefDevice device(SkScalarCeilToInt(pict->cullRect().width()),
  /external/skia/src/utils/
SkPictureUtils.cpp 51 class GatherPixelRefDevice : public SkBaseDevice {
53 SK_DECLARE_INST_COUNT(GatherPixelRefDevice)
55 GatherPixelRefDevice(int width, int height, PixelRefSet* prset) {
163 return SkNEW_ARGS(GatherPixelRefDevice, (info.width(), info.height(), fPRSet));
208 GatherPixelRefDevice device(pict->width(), pict->height(), &prset);

Completed in 64 milliseconds