Home
last modified time | relevance | path

Searched refs:GatherPixelRefDevice (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/skia/ext/
Dpixel_ref_utils.cc48 class GatherPixelRefDevice : public SkBitmapDevice { class
50 GatherPixelRefDevice(const SkBitmap& bm, in GatherPixelRefDevice() function in skia::__anon24191a5b0111::GatherPixelRefDevice
88 GatherPixelRefDevice::drawRect(draw, bounds, paint); in drawPoints()
104 GatherPixelRefDevice::drawRect(draw, rect, paint); in drawOval()
109 GatherPixelRefDevice::drawRect(draw, rect.rect(), paint); in drawRRect()
127 GatherPixelRefDevice::drawRect(draw, final_rect, paint); in drawPath()
154 GatherPixelRefDevice::drawBitmap(draw, bitmap, matrix, paint); in drawBitmapRect()
219 GatherPixelRefDevice::drawRect(draw, bounds, paint); in drawText()
272 GatherPixelRefDevice::drawRect(draw, bounds, paint); in drawPosText()
295 GatherPixelRefDevice::drawRect(draw, bounds, paint); in drawTextOnPath()
[all …]
/external/chromium_org/third_party/skia/src/utils/
DSkPictureUtils.cpp51 class GatherPixelRefDevice : public SkBaseDevice { class
53 SK_DECLARE_INST_COUNT(GatherPixelRefDevice)
55 GatherPixelRefDevice(int width, int height, PixelRefSet* prset) { in GatherPixelRefDevice() function in GatherPixelRefDevice
163 return SkNEW_ARGS(GatherPixelRefDevice, (info.width(), info.height(), fPRSet)); in onCreateDevice()
206 GatherPixelRefDevice device(SkScalarCeilToInt(pict->cullRect().width()), in GatherPixelRefs()
/external/skia/src/utils/
DSkPictureUtils.cpp51 class GatherPixelRefDevice : public SkBaseDevice { class
53 SK_DECLARE_INST_COUNT(GatherPixelRefDevice)
55 GatherPixelRefDevice(int width, int height, PixelRefSet* prset) { in GatherPixelRefDevice() function in GatherPixelRefDevice
163 return SkNEW_ARGS(GatherPixelRefDevice, (info.width(), info.height(), fPRSet)); in onCreateDevice()
208 GatherPixelRefDevice device(pict->width(), pict->height(), &prset); in GatherPixelRefs()