HomeSort by relevance Sort by last modified time
    Searched refs:convexPath (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Outline.java 257 public void setConvexPath(@NonNull Path convexPath) {
258 if (convexPath.isEmpty()) {
263 if (!convexPath.isConvex()) {
268 mPath.set(convexPath);
  /external/skia/samplecode/
SampleClipDrawMatch.cpp 64 SkPath convexPath;
65 convexPath.moveTo(kMin, kMin);
66 convexPath.lineTo(kMax, kMax);
67 convexPath.lineTo(kMin, kMax);
68 convexPath.close();
69 convexPath.offset(offset.fX, offset.fY);
70 return convexPath;
  /prebuilts/sdk/21/
android.jar 

Completed in 130 milliseconds