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

/frameworks/base/libs/hwui/
H A DDisplayListOp.h1241 class DrawPointsOp : public DrawLinesOp { class in namespace:android::uirenderer
1243 DrawPointsOp(const float* points, int count, const SkPaint* paint) function in class:android::uirenderer::DrawPointsOp
H A DDisplayListCanvas.cpp415 addDrawOp(new (alloc()) DrawPointsOp(points, count, refPaint(&paint)));

Completed in 11 milliseconds