Searched refs:isInverseFillType (Results 1 – 6 of 6) sorted by relevance
446 if (path.isInverseFillType()) { in AntiFillPath()455 if (path.isInverseFillType()) { in AntiFillPath()471 if (!path.isInverseFillType() && MaskSuperBlitter::CanHandleRect(ir)) { in AntiFillPath()480 if (path.isInverseFillType()) { in AntiFillPath()
473 if (path.isInverseFillType()) { in sk_fill_path()513 if (path.isInverseFillType()) { in sk_fill_path()614 if (path.isInverseFillType()) { in FillPath()626 if (path.isInverseFillType()) { in FillPath()631 if (path.isInverseFillType()) { in FillPath()
274 if (path.isInverseFillType()) { in setPath()
89 bool isInverseFillType() const { return (fFillType & 2) != 0; } in isInverseFillType() function
191 REPORTER_ASSERT(reporter, !p.isInverseFillType()); in TestPath()
321 (clipEntry->fPath && clipEntry->fPath->isInverseFillType())) { in updateClip()