Searched refs:SkDevice_Compute (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/compute/sk/ |
D | SkDevice_Compute.cpp | 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() [all …]
|
D | SkDevice_Compute.h | 62 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;
|
D | SkSurface_Compute.cpp | 60 SkDevice_Compute * const device_compute = new SkDevice_Compute(compute,w,h); in onNewCanvas()
|
/external/skia/src/compute/sk/ |
D | SkDevice_Compute.cpp | 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() [all …]
|
D | SkDevice_Compute.h | 62 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;
|
D | SkSurface_Compute.cpp | 60 SkDevice_Compute * const device_compute = new SkDevice_Compute(compute,w,h); in onNewCanvas()
|