Home
last modified time | relevance | path

Searched defs:xorMask (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsOp.cpp88 const int xorMask, const int xorOpMask, SkPathWriter* simple, SkChunkAlloc* allocator) { in bridgeOp()
260 const int xorMask = builder.xorMask(); in OpDebug() local
DSkOpEdgeBuilder.h53 SkPathOpsMask xorMask() const { return fXorMask[fOperand]; } in xorMask() function