Searched refs:crre (Results 1 – 2 of 2) sorted by relevance
105 const CircularRRectEffect& crre = CastEffect<CircularRRectEffect>(other); in onIsEqual() local107 return fEdgeType == crre.fEdgeType && fRRect == crre.fRRect; in onIsEqual()169 const CircularRRectEffect& crre = drawEffect.castEffect<CircularRRectEffect>(); in emitCode() local200 switch (crre.getCircularCornerFlags()) { in emitCode()286 if (kInverseFillAA_GrEffectEdgeType == crre.getEdgeType()) { in emitCode()296 const CircularRRectEffect& crre = drawEffect.castEffect<CircularRRectEffect>(); in GenKey() local298 return (crre.getCircularCornerFlags() << 3) | crre.getEdgeType(); in GenKey()303 const CircularRRectEffect& crre = drawEffect.castEffect<CircularRRectEffect>(); in setData() local304 const SkRRect& rrect = crre.getRRect(); in setData()308 switch (crre.getCircularCornerFlags()) { in setData()