Home
last modified time | relevance | path

Searched defs:isMiter (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DStrokeRectOp.cpp76 inline bool allowed_stroke(const GrCaps* caps, const SkStrokeRec& stroke, GrAA aa, bool* isMiter) { in allowed_stroke()
156 bool isMiter; in Make() local
492 bool isMiter; in Make() local
517 const SkMatrix& viewMatrix, const RectInfo& infoExceptColor, bool isMiter) in AAStrokeRectOp()
/aosp_15_r20/external/skia/tests/
H A DStrokeTest.cpp84 bool isMiter = SkPaint::kMiter_Join == joins[i]; in test_strokerect() local