Searched refs:fXor (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkOpContour.h | 193 fXor = isXor; in init() 202 return fXor; in isXor() 339 fXor = isXor; in setXor() 385 bool fXor; // set if original path had even-odd fill variable
|
/third_party/skia/src/pathops/ |
D | SkOpContour.h | 192 fXor = isXor; in init() 201 return fXor; in isXor() 338 fXor = isXor; in setXor() 384 bool fXor; // set if original path had even-odd fill variable
|
/third_party/flutter/skia/tests/ |
D | PathOpsDebug.cpp | 958 SkDebugf("contour=%d count=%d op=%d xor=%d\n", this->debugID(), fCount, fOperand, fXor); in dump() 972 SkDebugf("contour=%d count=%d op=%d xor=%d\n", this->debugID(), fCount, fOperand, fXor); in dumpAll()
|
/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 958 SkDebugf("contour=%d count=%d op=%d xor=%d\n", this->debugID(), fCount, fOperand, fXor); in dump() 972 SkDebugf("contour=%d count=%d op=%d xor=%d\n", this->debugID(), fCount, fOperand, fXor); in dumpAll()
|