Searched refs:xorMask (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsOp.cpp | 110 const int xorMask, const int xorOpMask, SkPathWriter* writer) { in bridgeOp() argument 124 if (current->activeOp(start, end, xorMask, xorOpMask, op)) { in bridgeOp() 134 &unsortable, &simple, op, xorMask, xorOpMask); in bridgeOp() 312 const int xorMask = builder.xorMask(); in OpDebug() local 321 const int xorOpMask = builder.xorMask(); in OpDebug() 322 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask, in OpDebug() 354 if (!bridgeOp(contourList, op, xorMask, xorOpMask, &wrapper)) { in OpDebug()
|
D | SkOpEdgeBuilder.h | 53 SkPathOpsMask xorMask() const { return fXorMask[fOperand]; } in xorMask() function
|
D | SkPathOpsSimplify.cpp | 206 if (builder.xorMask() == kWinding_PathOpsMask ? !bridgeWinding(contourList, &wrapper) in SimplifyDebug()
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 110 const int xorMask, const int xorOpMask, SkPathWriter* writer) { in bridgeOp() argument 124 if (current->activeOp(start, end, xorMask, xorOpMask, op)) { in bridgeOp() 134 &unsortable, &simple, op, xorMask, xorOpMask); in bridgeOp() 312 const int xorMask = builder.xorMask(); in OpDebug() local 321 const int xorOpMask = builder.xorMask(); in OpDebug() 322 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask, in OpDebug() 354 if (!bridgeOp(contourList, op, xorMask, xorOpMask, &wrapper)) { in OpDebug()
|
D | SkOpEdgeBuilder.h | 53 SkPathOpsMask xorMask() const { return fXorMask[fOperand]; } in xorMask() function
|
D | SkPathOpsSimplify.cpp | 206 if (builder.xorMask() == kWinding_PathOpsMask ? !bridgeWinding(contourList, &wrapper) in SimplifyDebug()
|
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | gfx9addrlib.cpp | 1560 CoordEq xorMask; in GetPipeEquation() local 1568 xorMask.resize(numPipeLog2); in GetPipeEquation() 1572 xorMask[pipeIdx].add(xorMask2[2 * pipeIdx]); in GetPipeEquation() 1573 xorMask[pipeIdx].add(xorMask2[2 * pipeIdx + 1]); in GetPipeEquation() 1579 dataEq.copy(xorMask, pipeInterleaveLog2 + pipeStart + numPipeLog2, numPipeLog2); in GetPipeEquation() 1598 xorMask.reverse(); in GetPipeEquation() 1599 pPipeEq->xorin(xorMask); in GetPipeEquation()
|