/external/chromium_org/third_party/skia/include/pathops/ |
SkPathOps.h | 18 enum SkPathOp { 41 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/skia/tests/ |
PathOpsExtendedTest.h | 28 extern void showOp(const SkPathOp op); 30 const SkPathOp , const char* testName = NULL); 32 const SkPathOp , const char* testName = NULL); 39 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op); 47 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo);
|
PathOpsInverseTest.cpp | 25 testPathOp(reporter, one, two, (SkPathOp) op);
|
PathOpsOpCubicThreadedTest.cpp | 58 outputProgress(state.fPathStr, pathStr, (SkPathOp) op); 60 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op);
|
PathOpsOpRectThreadedTest.cpp | 64 outputProgress(state.fPathStr, pathStr, (SkPathOp) op); 66 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op);
|
PathOpsExtendedTest.cpp | 191 void showOp(const SkPathOp op) { 230 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo) { 411 const SkPath& scaledOne, const SkPath& scaledTwo, const SkPathOp shapeOp, 425 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, 557 void DebugShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, const char* testName) { 566 const SkPathOp shapeOp, const char* testName, bool threaded) { 620 const SkPathOp shapeOp, const char* testName) { 625 const SkPathOp shapeOp, const char* testName) { 665 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op) {
|
PathOpsOpTest.cpp | [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsOp.cpp | 129 static bool bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op, 216 static const SkPathOp gOpInverse[kReverseDifference_PathOp + 1][2][2] = { 234 bool Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) {
|
SkPathOpsDebug.h | 153 extern void DebugShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
|
SkOpSegment.h | 236 bool activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op); 237 bool activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op, 262 bool* unsortable, SkPathOp op, const int xorMiMask,
|
SkOpSegment.cpp | 156 bool SkOpSegment::activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op) { 167 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op, [all...] |
/external/skia/src/pathops/ |
SkPathOpsOp.cpp | 129 static bool bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op, 216 static const SkPathOp gOpInverse[kReverseDifference_PathOp + 1][2][2] = { 234 bool Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) {
|
SkPathOpsDebug.h | 153 extern void DebugShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
|
SkOpSegment.h | 236 bool activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op); 237 bool activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op, 262 bool* unsortable, SkPathOp op, const int xorMiMask,
|
SkOpSegment.cpp | 156 bool SkOpSegment::activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op) { 167 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op, [all...] |
/external/skia/gm/ |
pathopsinverse.cpp | 88 Op(one, two, (SkPathOp) op, &result);
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 265 static jboolean op(JNIEnv* env, jobject clazz, SkPath* p1, SkPath* p2, SkPathOp op, SkPath* r) {
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDevice.cpp | 361 static SkPathOp region_op_to_pathops_op(SkRegion::Op op) { 364 return (SkPathOp)op; 399 SkPathOp op = region_op_to_pathops_op(clipEntry->getOp()); [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 378 static SkPathOp region_op_to_pathops_op(SkRegion::Op op) { 381 return (SkPathOp)op; 416 SkPathOp op = region_op_to_pathops_op(clipEntry->getOp()); [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkCanvas.cpp | [all...] |
/external/skia/src/core/ |
SkCanvas.cpp | [all...] |