Home
last modified time | relevance | path

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

/external/skia/tests/
DStrokeTest.cpp84 bool isMiter = SkPaint::kMiter_Join == joins[i]; in test_strokerect() local
/external/skia/src/gpu/ganesh/ops/
DStrokeRectOp.cpp34 inline bool allowed_stroke(const SkStrokeRec& stroke, GrAA aa, bool* isMiter) { in allowed_stroke()
111 bool isMiter; in Make() local
447 bool isMiter; in Make() local
472 const SkMatrix& viewMatrix, const RectInfo& infoExceptColor, bool isMiter) in AAStrokeRectOp()