Home
last modified time | relevance | path

Searched refs:SkDevice_Compute (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/compute/sk/
DSkDevice_Compute.cpp48 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()
[all …]
DSkDevice_Compute.h62 class SkDevice_Compute : public SkClipStackDevice {
64 SkDevice_Compute(sk_sp<SkContext_Compute>, int w, int h);
65 ~SkDevice_Compute() override;
162 SkDevice_ComputeLayerGroup(SkDevice_Compute* root, const CreateInfo&, const SkPaint*);
236 friend class SkDevice_Compute; variable
239 SkDevice_Compute* fRoot;
DSkSurface_Compute.cpp60 SkDevice_Compute * const device_compute = new SkDevice_Compute(compute,w,h); in onNewCanvas()
/external/skia/src/compute/sk/
DSkDevice_Compute.cpp48 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()
[all …]
DSkDevice_Compute.h62 class SkDevice_Compute : public SkClipStackDevice {
64 SkDevice_Compute(sk_sp<SkContext_Compute>, int w, int h);
65 ~SkDevice_Compute() override;
162 SkDevice_ComputeLayerGroup(SkDevice_Compute* root, const CreateInfo&, const SkPaint*);
236 friend class SkDevice_Compute; variable
239 SkDevice_Compute* fRoot;
DSkSurface_Compute.cpp60 SkDevice_Compute * const device_compute = new SkDevice_Compute(compute,w,h); in onNewCanvas()