HomeSort by relevance Sort by last modified time
    Searched refs:setFillType (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/skia/tests/
PathOpsOpTest.cpp 34 path.setFillType(SkPath::kWinding_FillType);
38 pathB.setFillType(SkPath::kWinding_FillType);
47 path.setFillType(SkPath::kWinding_FillType);
51 pathB.setFillType(SkPath::kWinding_FillType);
60 path.setFillType(SkPath::kWinding_FillType);
64 pathB.setFillType(SkPath::kWinding_FillType);
73 path.setFillType(SkPath::kWinding_FillType);
77 pathB.setFillType(SkPath::kWinding_FillType);
86 path.setFillType(SkPath::kWinding_FillType);
90 pathB.setFillType(SkPath::kWinding_FillType)
    [all...]
PathOpsInverseTest.cpp 16 one.setFillType((SkPath::FillType) oneFill);
23 two.setFillType((SkPath::FillType) twoFill);
FillPathTest.cpp 41 path.setFillType(SkPath::kInverseWinding_FillType);
PathOpsSkpTest.cpp 13 path.setFillType(SkPath::kEvenOdd_FillType);
21 pathB.setFillType(SkPath::kWinding_FillType);
374 path.setFillType(SkPath::kEvenOdd_FillType);
398 pathB.setFillType(SkPath::kWinding_FillType);
408 path.setFillType(SkPath::kEvenOdd_FillType);
420 pathB.setFillType(SkPath::kWinding_FillType);
431 path.setFillType(SkPath::kEvenOdd_FillType);
    [all...]
PathOpsBattles.cpp 45 path1.setFillType((SkPath::FillType) 0);
55 path2.setFillType((SkPath::FillType) 1);
67 path1.setFillType((SkPath::FillType) 1);
79 path2.setFillType((SkPath::FillType) 0);
93 path.setFillType((SkPath::FillType) 0);
103 path.setFillType((SkPath::FillType) 0);
118 path.setFillType((SkPath::FillType) 1);
125 path.setFillType((SkPath::FillType) 0);
140 path.setFillType((SkPath::FillType) 0);
150 path.setFillType((SkPath::FillType) 0)
    [all...]
PathOpsSimplifyTest.cpp 22 path.setFillType(SkPath::kEvenOdd_FillType);
67 path.setFillType(SkPath::kEvenOdd_FillType);
82 path.setFillType(SkPath::kEvenOdd_FillType);
97 path.setFillType(SkPath::kEvenOdd_FillType);
112 path.setFillType(SkPath::kEvenOdd_FillType);
127 path.setFillType(SkPath::kEvenOdd_FillType);
142 path.setFillType(SkPath::kEvenOdd_FillType);
163 path.setFillType(SkPath::kEvenOdd_FillType);
190 path.setFillType(SkPath::kEvenOdd_FillType);
213 path.setFillType(SkPath::kEvenOdd_FillType)
    [all...]
PathOpsOpCircleThreadedTest.cpp 32 str += sprintf(str, " path.setFillType(SkPath::k%s_FillType);\n",
37 str += sprintf(str, " pathB.setFillType(SkPath::k%s_FillType);\n",
46 pathA.setFillType((SkPath::FillType) e);
49 pathB.setFillType((SkPath::FillType) f);
PathOpsBuildUseTest.cpp 16 path.setFillType((SkPath::FillType) 0);
31 path.setFillType((SkPath::FillType) 0);
46 path.setFillType((SkPath::FillType) 0);
61 path.setFillType((SkPath::FillType) 0);
76 path.setFillType((SkPath::FillType) 0);
91 path.setFillType((SkPath::FillType) 0);
106 path.setFillType((SkPath::FillType) 0);
121 path.setFillType((SkPath::FillType) 0);
136 path.setFillType((SkPath::FillType) 0);
151 path.setFillType((SkPath::FillType) 0)
    [all...]
PathOpsOpCubicThreadedTest.cpp 30 pathA.setFillType((SkPath::FillType) e);
35 pathB.setFillType((SkPath::FillType) f);
49 str += sprintf(str, " path.setFillType(SkPath::k%s_FillType);\n",
56 str += sprintf(str, " pathB.setFillType(SkPath::k%s_FillType);\n",
PathOpsOpRectThreadedTest.cpp 39 str += sprintf(str, " path.setFillType(SkPath::k%s_FillType);\n",
46 str += sprintf(str, " pathB.setFillType(SkPath::k%s_FillType);\n",
58 pathA.setFillType((SkPath::FillType) e);
64 pathB.setFillType((SkPath::FillType) f);
PathOpsSimplifyDegenerateThreadedTest.cpp 38 path.setFillType(SkPath::kWinding_FillType);
60 path.setFillType(SkPath::kEvenOdd_FillType);
PathOpsSimplifyFailTest.cpp 61 result.setFillType(SkPath::kWinding_FillType);
87 result.setFillType(SkPath::kWinding_FillType);
PathOpsSimplifyQuadThreadedTest.cpp 40 path.setFillType(SkPath::kWinding_FillType);
70 path.setFillType(SkPath::kEvenOdd_FillType);
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
PathTest.java 33 path.setFillType(fillType);
  /external/skia/gm/
hittestpath.cpp 51 path.setFillType(SkPath::kEvenOdd_FillType);
57 path.setFillType(SkPath::kWinding_FillType);
complexclip3.cpp 84 firstClip->setFillType(doInvA ? SkPath::kInverseEvenOdd_FillType :
86 secondClip->setFillType(doInvB ? SkPath::kInverseEvenOdd_FillType :
complexclip.cpp 60 path.setFillType(SkPath::kInverseEvenOdd_FillType);
62 path.setFillType(SkPath::kEvenOdd_FillType);
130 clipA.setFillType(doInvA ? SkPath::kInverseEvenOdd_FillType :
132 clipB.setFillType(doInvB ? SkPath::kInverseEvenOdd_FillType :
inversepaths.cpp 109 path.setFillType(SkPath::kInverseWinding_FillType);
112 path.setFillType(SkPath::kWinding_FillType);
pathopsinverse.cpp 71 one.setFillType(oneF);
74 two.setFillType(twoF);
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 176 result->setFillType(fillType);
196 result->setFillType(fillType);
217 result->setFillType(fillType);
228 temp.setFillType(fillType);
232 result->setFillType(fillType);
SkOpBuilder.cpp 42 path->setFillType(fillType);
71 path->setFillType(fillType);
85 path->setFillType(fillType);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathFillTypes.java 56 mPath.setFillType(ft);
  /external/skia/samplecode/
SampleLayerMask.cpp 52 p.setFillType(SkPath::kInverseWinding_FillType);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 110 // set FillType by {@link Path#setFillType(FillType)}
111 path.setFillType(Path.FillType.EVEN_ODD);
113 path.setFillType(Path.FillType.INVERSE_EVEN_ODD);
115 path.setFillType(Path.FillType.INVERSE_WINDING);
117 path.setFillType(Path.FillType.WINDING);
261 path.setFillType(Path.FillType.EVEN_ODD);
344 path.setFillType(Path.FillType.INVERSE_EVEN_ODD);
  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 51 fPath->setFillType(SkPath::kEvenOdd_FillType);
54 fPath->setFillType(SkPath::kWinding_FillType);

Completed in 543 milliseconds

1 2 3 4