Searched refs:DrawPoints (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/core/ |
D | SkPictureCommon.h | 35 void operator()(const SkRecords::DrawPoints& op) { in operator()
|
D | SkRecords.h | 70 M(DrawPoints) \ 298 RECORD(DrawPoints, kDraw_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 130 DRAW(DrawPoints, drawPoints(r.mode, r.count, r.pts, r.paint)); 403 Bounds bounds(const DrawPoints& op) const { in bounds()
|
D | SkRecorder.cpp | 149 this->append<SkRecords::DrawPoints>(paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints()
|
/external/skqp/src/core/ |
D | SkPictureCommon.h | 35 void operator()(const SkRecords::DrawPoints& op) { in operator()
|
D | SkRecords.h | 67 M(DrawPoints) \ 279 RECORD(DrawPoints, kDraw_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 60 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec) 401 struct DrawPoints final : Op { struct 402 static const auto kType = Type::DrawPoints; argument 403 DrawPoints(SkCanvas::PointMode mode, size_t count, const SkPaint& paint) in DrawPoints() function 610 void* pod = this->push<DrawPoints>(count*sizeof(SkPoint), mode, count, paint); in drawPoints()
|
D | SkRecordDraw.cpp | 124 DRAW(DrawPoints, drawPoints(r.mode, r.count, r.pts, r.paint)); 401 Bounds bounds(const DrawPoints& op) const { in bounds()
|
D | SkRecorder.cpp | 146 this->append<SkRecords::DrawPoints>(paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 83 static void DrawPoints(IDirect3DDevice9 *device, GLsizei count, const void *indices, int minIndex) in DrawPoints() function 1655 DrawPoints<GLubyte>(mDevice, count, indices, minIndex); in drawIndexedPoints() 1658 DrawPoints<GLushort>(mDevice, count, indices, minIndex); in drawIndexedPoints() 1661 DrawPoints<GLuint>(mDevice, count, indices, minIndex); in drawIndexedPoints()
|