Home
last modified time | relevance | path

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

/external/skia/gm/
Dpoints.cpp12 class PointsGM : public GM { class
14 PointsGM() {} in PointsGM() function in skiagm::PointsGM
70 static GM* MyFactory(void*) { return new PointsGM; } in MyFactory()