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

/external/skia/tests/
H A DPathTest.cpp1239 SkPath triLeft; local
1240 triLeft.moveTo(0, 0);
1241 triLeft.lineTo(SK_Scalar1, 0);
1242 triLeft.lineTo(SK_Scalar1, SK_Scalar1);
1243 triLeft.close();
1244 check_convexity(reporter, triLeft, SkPath::kConvex_Convexity);
1245 check_direction(reporter, triLeft, SkPathPriv::kCW_FirstDirection);

Completed in 233 milliseconds