HomeSort by relevance Sort by last modified time
    Searched defs:isConvex (Results 1 - 11 of 11) sorted by null

  /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
PathPerfTest.java 88 path.isConvex();
  /external/skia/include/core/
SkPath.h 271 bool isConvex() const {
    [all...]
  /external/skia/src/core/
SkScan_DAAPath.cpp 331 bool isConvex = path.isConvex();
333 bool skipRect = isConvex && !isInverse;
372 deltaMask.convertCoverageToAlpha(isEvenOdd, isInverse, isConvex);
389 blitter->blitCoverageDeltas(record->fList, clipBounds, isEvenOdd, isInverse, isConvex);
  /external/skqp/include/core/
SkPath.h 271 bool isConvex() const {
    [all...]
  /external/skqp/src/core/
SkScan_DAAPath.cpp 331 bool isConvex = path.isConvex();
333 bool skipRect = isConvex && !isInverse;
372 deltaMask.convertCoverageToAlpha(isEvenOdd, isInverse, isConvex);
389 blitter->blitCoverageDeltas(record->fList, clipBounds, isEvenOdd, isInverse, isConvex);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 340 assertTrue(path.isConvex());
343 assertFalse(path.isConvex()); // path is concave
350 assertTrue(path.isConvex());
353 assertFalse(path.isConvex()); // path has hole, isn't convex
360 assertTrue(path.isConvex());
363 assertFalse(path.isConvex()); // path isn't one convex shape
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPath.java 240 protected boolean isConvex() {
241 Log.w(TAG, "android.graphics.Path#isConvex() not supported yet.");
  /external/skia/src/utils/
SkLua.cpp     [all...]
  /external/skqp/src/utils/
SkLua.cpp     [all...]
  /external/skia/tests/
PathTest.cpp 55 REPORTER_ASSERT(reporter, !path.isConvex());
544 bool smallConvex = smallPath.isConvex();
552 bool largeConvex = largePath.isConvex();
    [all...]
  /external/skqp/tests/
PathTest.cpp 55 REPORTER_ASSERT(reporter, !path.isConvex());
544 bool smallConvex = smallPath.isConvex();
552 bool largeConvex = largePath.isConvex();
    [all...]

Completed in 369 milliseconds