Searched refs:isInverseFillType (Results 1 – 10 of 10) sorted by relevance
638 if (path.isInverseFillType()) { in AntiFillPath()648 if (path.isInverseFillType()) { in AntiFillPath()685 if (path.isInverseFillType()) { in AntiFillPath()694 if (path.isInverseFillType()) { in AntiFillPath()710 if (!path.isInverseFillType() && MaskSuperBlitter::CanHandleRect(ir) && !forceRLE) { in AntiFillPath()719 if (path.isInverseFillType()) { in AntiFillPath()
426 if (path.isInverseFillType()) { in sk_fill_path()466 if (path.isInverseFillType()) { in sk_fill_path()571 if (path.isInverseFillType()) { in FillPath()583 if (path.isInverseFillType()) { in FillPath()588 if (path.isInverseFillType()) { in FillPath()
650 if (src.isInverseFillType()) { in strokePath()651 SkASSERT(!dst->isInverseFillType()); in strokePath()
266 if (path.isInverseFillType()) { in setPath()
1391 if (!path.isInverseFillType() && paint.canComputeFastBounds()) { in drawPath()1400 if (path.isInverseFillType()) { in drawPath()
1300 if (path.isInverseFillType()) { in setPath()
144 bool shouldDraw = path.isInverseFillType(); in test_emptydrawing()
1077 REPORTER_ASSERT(reporter, !p.isInverseFillType()); in TestPath()
82 bool isInverseFillType() const { return (fFillType & 2) != 0; } in isInverseFillType() function
316 (clipEntry->fPath && clipEntry->fPath->isInverseFillType())) { in updateClip()