Home
last modified time | relevance | path

Searched refs:DrawPointsOp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp354 addDrawOp(new (alloc()) DrawPointsOp(points, count, paint)); in drawPoints()
DDisplayListOp.h1283 class DrawPointsOp : public DrawLinesOp {
1285 DrawPointsOp(const float* points, int count, const SkPaint* paint) in DrawPointsOp() function