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

1 2

  /external/chromium_org/third_party/skia/include/pathops/
SkPathOps.h 19 enum SkPathOp {
42 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
  /external/skia/include/pathops/
SkPathOps.h 18 enum SkPathOp {
41 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
  /external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.h 31 extern void showOp(const SkPathOp op);
33 const SkPathOp , const char* testName);
35 const SkPathOp , const char* testName);
37 const SkPathOp , const char* testName);
44 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op);
53 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo);
PathOpsInverseTest.cpp 25 testPathOp(reporter, one, two, (SkPathOp) op, "inverseTest");
PathOpsOpCubicThreadedTest.cpp 57 outputProgress(state.fPathStr, pathStr, (SkPathOp) op);
59 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics");
PathOpsOpRectThreadedTest.cpp 64 outputProgress(state.fPathStr, pathStr, (SkPathOp) op);
66 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects");
PathOpsBattles.cpp 113 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename);
135 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename);
160 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename);
188 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename);
213 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename);
245 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename);
269 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename);
296 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename);
321 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename);
345 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename)
    [all...]
PathOpsExtendedTest.cpp 111 void showOp(const SkPathOp op) {
291 static SkTDArray<SkPathOp> gTestOp;
295 const SkPathOp shapeOp, const SkMatrix& scale) {
325 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale) {
466 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) {
475 const SkPathOp shapeOp, const char* testName, bool threaded) {
522 const SkPathOp shapeOp, const char* testName) {
527 const SkPathOp shapeOp, const char* testName) {
541 const SkPathOp shapeOp, const char* testName) {
585 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op)
    [all...]
PathOpsDebug.cpp 136 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) {
143 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp,
  /external/skia/tests/
PathOpsExtendedTest.h 28 extern void showOp(const SkPathOp op);
30 const SkPathOp , const char* testName);
32 const SkPathOp , const char* testName);
34 const SkPathOp , const char* testName);
41 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op);
50 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo);
PathOpsInverseTest.cpp 25 testPathOp(reporter, one, two, (SkPathOp) op, "inverseTest");
PathOpsOpCubicThreadedTest.cpp 57 outputProgress(state.fPathStr, pathStr, (SkPathOp) op);
59 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics");
PathOpsOpRectThreadedTest.cpp 64 outputProgress(state.fPathStr, pathStr, (SkPathOp) op);
66 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects");
PathOpsExtendedTest.cpp 205 void showOp(const SkPathOp op) {
244 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo) {
408 static SkTDArray<SkPathOp> gTestOp;
412 const SkPathOp shapeOp, const SkMatrix& scale) {
438 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale) {
582 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp,
593 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) {
602 const SkPathOp shapeOp, const char* testName, bool threaded) {
649 const SkPathOp shapeOp, const char* testName) {
654 const SkPathOp shapeOp, const char* testName)
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 121 static bool bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op,
230 static const SkPathOp gOpInverse[kReverseDifference_PathOp + 1][2][2] = {
248 bool Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) {
SkOpSegment.h 274 bool activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op);
317 bool* unsortable, SkPathOp op, int xorMiMask, int xorSuMask);
398 bool activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op,
SkPathOpsDebug.h 173 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
SkPathOpsDebug.cpp 96 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) {
  /external/skia/src/pathops/
SkPathOpsOp.cpp 121 static bool bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op,
230 static const SkPathOp gOpInverse[kReverseDifference_PathOp + 1][2][2] = {
248 bool Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) {
SkOpSegment.h 272 bool activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op);
315 bool* unsortable, SkPathOp op, int xorMiMask, int xorSuMask);
396 bool activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op,
SkPathOpsDebug.h 172 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
SkPathOpsDebug.cpp 96 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) {
  /external/chromium_org/third_party/skia/gm/
pathopsinverse.cpp 87 Op(one, two, (SkPathOp) op, &result);
  /external/skia/gm/
pathopsinverse.cpp 91 Op(one, two, (SkPathOp) op, &result);
  /frameworks/base/core/jni/android/graphics/
Path.cpp 269 SkPathOp op = static_cast<SkPathOp>(opHandle);

Completed in 343 milliseconds

1 2