Home
last modified time | relevance | path

Searched refs:strokeOnly (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp2333 bool strokeOnly) { in Make() argument
2336 devStrokeWidth, strokeOnly); in Make()
2340 float devStrokeWidth, bool strokeOnly) in CircularRRectOp() argument
2345 SkASSERT(!(devStrokeWidth <= 0 && strokeOnly)); in CircularRRectOp()
2357 if (strokeOnly) { in CircularRRectOp()
2664 bool strokeOnly) { in Make() argument
2668 SkASSERT(!(strokeOnly && devStrokeWidths.fX <= 0)); in Make()
2696 strokeOnly); in Make()
2701 float devYRadius, SkVector devStrokeHalfWidths, bool strokeOnly) in EllipticalRRectOp() argument
2711 if (strokeOnly) { in EllipticalRRectOp()
/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp2208 bool strokeOnly) { in Make() argument
2211 devStrokeWidth, strokeOnly); in Make()
2215 float devStrokeWidth, bool strokeOnly) in CircularRRectOp() argument
2220 SkASSERT(!(devStrokeWidth <= 0 && strokeOnly)); in CircularRRectOp()
2232 if (strokeOnly) { in CircularRRectOp()
2535 bool strokeOnly) { in Make() argument
2539 SkASSERT(!(strokeOnly && devStrokeWidths.fX <= 0)); in Make()
2567 strokeOnly); in Make()
2572 float devYRadius, SkVector devStrokeHalfWidths, bool strokeOnly) in EllipticalRRectOp() argument
2580 if (strokeOnly) { in EllipticalRRectOp()