Home
last modified time | relevance | path

Searched refs:inverseFill (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsOp.cpp250 bool inverseFill = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()]; in OpDebug() local
251 SkPathFillType fillType = inverseFill ? SkPathFillType::kInverseEvenOdd : in OpDebug()
284 if (inverseFill != work.isInverseFillType()) { in OpDebug()
/third_party/skia/src/gpu/ops/
DTriangulatingPathRenderer.cpp238 bool inverseFill = shape.inverseFilled(); in CreateKey() local
246 if (inverseFill) { in CreateKey()