Searched refs:SkGatherPixelRefsAndRectsDevice (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkGatherPixelRefsAndRects.cpp18 SkGatherPixelRefsAndRectsDevice device(SkScalarCeilToInt(pict->cullRect().width()),
H A DSkGatherPixelRefsAndRects.h22 class SkGatherPixelRefsAndRectsDevice : public SkBaseDevice { class in inherits:SkBaseDevice
24 SK_DECLARE_INST_COUNT(SkGatherPixelRefsAndRectsDevice)
26 SkGatherPixelRefsAndRectsDevice(int width, int height, function in class:SkGatherPixelRefsAndRectsDevice
34 virtual ~SkGatherPixelRefsAndRectsDevice() {
313 return SkNEW_ARGS(SkGatherPixelRefsAndRectsDevice,
/external/skia/src/utils/
H A DSkGatherPixelRefsAndRects.cpp18 SkGatherPixelRefsAndRectsDevice device(pict->width(), pict->height(), prCont);
H A DSkGatherPixelRefsAndRects.h22 class SkGatherPixelRefsAndRectsDevice : public SkBaseDevice { class in inherits:SkBaseDevice
24 SK_DECLARE_INST_COUNT(SkGatherPixelRefsAndRectsDevice)
26 SkGatherPixelRefsAndRectsDevice(int width, int height, function in class:SkGatherPixelRefsAndRectsDevice
34 virtual ~SkGatherPixelRefsAndRectsDevice() {
318 return SkNEW_ARGS(SkGatherPixelRefsAndRectsDevice,

Completed in 163 milliseconds