Home
last modified time | relevance | path

Searched refs:getJoin (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkStroke.h45 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
/external/skia/src/core/
DSkStroke.cpp588 this->getJoin()); in strokePath()