Searched refs:fRoundCaps (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 1026 fRoundCaps = false; in CircleOp() 1089 fRoundCaps = style.strokeRec().getWidth() > 0 && in CircleOp() 1092 if (fRoundCaps) { in CircleOp() 1241 !fAllFill, fClipPlane, fClipPlaneIsect, fClipPlaneUnion, fRoundCaps, fWideColor, in onPrepareDraws() 1308 if (fRoundCaps) { in onPrepareDraws() 1330 if (fRoundCaps) { in onPrepareDraws() 1346 if (fRoundCaps) { in onPrepareDraws() 1393 fRoundCaps |= that->fRoundCaps; in onCombineIfPossible() 1424 bool fRoundCaps; member in CircleOp
|
/external/skqp/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 952 fRoundCaps = false; in CircleOp() 1015 fRoundCaps = style.strokeRec().getWidth() > 0 && in CircleOp() 1018 if (fRoundCaps) { in CircleOp() 1166 !fAllFill, fClipPlane, fClipPlaneIsect, fClipPlaneUnion, fRoundCaps, fWideColor, in onPrepareDraws() 1233 if (fRoundCaps) { in onPrepareDraws() 1255 if (fRoundCaps) { in onPrepareDraws() 1271 if (fRoundCaps) { in onPrepareDraws() 1315 fRoundCaps |= that->fRoundCaps; in onCombineIfPossible() 1346 bool fRoundCaps; member in CircleOp
|