Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrStrokeRectOp.cpp29 inline static bool allowed_stroke(const SkStrokeRec& stroke, GrAA aa, bool* isMiter) { in allowed_stroke()
116 bool isMiter; in Make() local
355 bool isMiter; in Make() local
365 bool isMiter) in AAStrokeRectOp()
/third_party/skia/tests/
DStrokeTest.cpp77 bool isMiter = SkPaint::kMiter_Join == joins[i]; in test_strokerect() local
/third_party/flutter/skia/tests/
DStrokeTest.cpp76 bool isMiter = SkPaint::kMiter_Join == joins[i]; in test_strokerect() local
/third_party/skia/src/gpu/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()