Searched refs:temporaryFillType (Results 1 – 1 of 1) sorted by relevance
1329 …SkPath::FillType temporaryFillType = m_state->m_fillRule == RULE_EVENODD ? SkPath::kEvenOdd_FillTy… in fillPath() local1330 path.setFillType(temporaryFillType); in fillPath()1492 …SkPath::FillType temporaryFillType = clipRule == RULE_EVENODD ? SkPath::kEvenOdd_FillType : SkPath… in clipPath() local1493 path.setFillType(temporaryFillType); in clipPath()1536 …SkPath::FillType temporaryFillType = clipRule == RULE_EVENODD ? SkPath::kEvenOdd_FillType : SkPath… in canvasClip() local1537 path.setFillType(temporaryFillType); in canvasClip()