Lines Matching refs:SkDevice_Compute

48 SkDevice_Compute::SkDevice_Compute(sk_sp<SkContext_Compute> compute, int w, int h)  in SkDevice_Compute()  function in SkDevice_Compute
104 SkDevice_Compute::~SkDevice_Compute() { in ~SkDevice_Compute()
124 void SkDevice_Compute::flush() { in flush()
182 void SkDevice_Compute::styling_group_init() { in styling_group_init()
223 void SkDevice_Compute::path_rasterize_and_place(const SkPaint& paint, in path_rasterize_and_place()
301 void SkDevice_Compute::path_add(const SkPaint& paint, in path_add()
389 SkDevice_Compute::circles_add( in circles_add()
488 SkDevice_Compute::squares_add( in squares_add()
549 SkDevice_Compute::line_stroked_butt(SkPoint const xy0, in line_stroked_butt()
579 SkDevice_Compute::lines_stroked_add( in lines_stroked_add()
621 void SkDevice_Compute::drawPaint(const SkPaint& paint) { in drawPaint()
631 void SkDevice_Compute::drawPoints(SkCanvas::PointMode mode, size_t count, const SkPoint points[], in drawPoints()
688 void SkDevice_Compute::drawRect(const SkRect& rect, const SkPaint& paint) { in drawRect()
695 void SkDevice_Compute::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval()
702 void SkDevice_Compute::drawRRect(const SkRRect& rrect, const SkPaint& paint) { in drawRRect()
709 void SkDevice_Compute::drawPath(const SkPath& path, const SkPaint& paint, in drawPath()
723 void SkDevice_Compute::drawText(const void* text, in drawText()
735 SkDevice_Compute::drawPosText(const void * text, in drawPosText()
748 SkBaseDevice* SkDevice_Compute::onCreateDevice(const CreateInfo& cinfo, const SkPaint* paint) { in onCreateDevice()
757 void SkDevice_Compute::drawDevice(SkBaseDevice* device, int left, int top, const SkPaint& paint) { in drawDevice()
784 SkDevice_ComputeLayerGroup* SkDevice_Compute::createLayerGroup(const CreateInfo& cinfo, in createLayerGroup()
789 void SkDevice_Compute::onCtmChanged() { in onCtmChanged()
794 SkDevice_ComputeLayerGroup::SkDevice_ComputeLayerGroup(SkDevice_Compute* root, in SkDevice_ComputeLayerGroup()