Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrokerPriv.h46 static JoinProc JoinFactory(SkPaint::Join);
DSkStrokerPriv.cpp264 SkStrokerPriv::JoinProc SkStrokerPriv::JoinFactory(SkPaint::Join join) in JoinFactory() function in SkStrokerPriv
DSkStroke.cpp210 fJoiner = SkStrokerPriv::JoinFactory(join); in SkPathStroker()