Searched defs:openPt (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp1019 SkPath openPt; local
1020 openPt.moveTo(0, 0);
1021 check_close(reporter, openPt);
/external/skia/tests/
H A DPathTest.cpp992 SkPath openPt; local
993 openPt.moveTo(0, 0);
994 check_close(reporter, openPt);

Completed in 253 milliseconds