Home
last modified time | relevance | path

Searched refs:JoinFactory (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkStrokerPriv.h40 static JoinProc JoinFactory(SkPaint::Join);
DSkStrokerPriv.cpp228 SkStrokerPriv::JoinProc SkStrokerPriv::JoinFactory(SkPaint::Join join) { in JoinFactory() function in SkStrokerPriv
DSkStroke.cpp365 fJoiner = SkStrokerPriv::JoinFactory(join); in SkPathStroker()
705 fJoiner = SkStrokerPriv::JoinFactory(SkPaint::kRound_Join); in conicTo()
743 fJoiner = SkStrokerPriv::JoinFactory(SkPaint::kRound_Join); in quadTo()
1257 fJoiner = SkStrokerPriv::JoinFactory(SkPaint::kRound_Join); in cubicTo()
/third_party/skia/src/core/
DSkStrokerPriv.h40 static JoinProc JoinFactory(SkPaint::Join);
DSkStrokerPriv.cpp228 SkStrokerPriv::JoinProc SkStrokerPriv::JoinFactory(SkPaint::Join join) { in JoinFactory() function in SkStrokerPriv
DSkStroke.cpp398 fJoiner = SkStrokerPriv::JoinFactory(join); in SkPathStroker()
738 fJoiner = SkStrokerPriv::JoinFactory(SkPaint::kRound_Join); in conicTo()
776 fJoiner = SkStrokerPriv::JoinFactory(SkPaint::kRound_Join); in quadTo()
1297 fJoiner = SkStrokerPriv::JoinFactory(SkPaint::kRound_Join); in cubicTo()