Searched refs:DrawPoints (Results 1 – 7 of 7) sorted by relevance
/external/skia/include/private/ |
D | SkRecords.h | 60 M(DrawPoints) \ 297 RECORD(DrawPoints, kDraw_Tag,
|
/external/opencv/cvaux/src/ |
D | cvcalibfilter.cpp | 505 void CvCalibFilter::DrawPoints( IplImage** dst ) in DrawPoints() function in CvCalibFilter 507 DrawPoints( (CvMat**)dst ); in DrawPoints() 511 void CvCalibFilter::DrawPoints( CvMat** dstarr ) in DrawPoints() function in CvCalibFilter
|
/external/skia/src/core/ |
D | SkPictureCommon.h | 108 void operator()(const SkRecords::DrawPoints& op) { in operator()
|
D | SkRecordDraw.cpp | 109 DRAW(DrawPoints, drawPoints(r.mode, r.count, r.pts, r.paint)); 433 Bounds bounds(const DrawPoints& op) const { in bounds()
|
D | SkRecorder.cpp | 140 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1524 virtual void DrawPoints( IplImage** dst ); 1527 virtual void DrawPoints( CvMat** dst );
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 282 INSTALL_FACTORY(DrawPoints); in fromJSON()
|