Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkStroke.h42 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
/external/skia/src/core/
DSkStroke.cpp587 SkPathStroker stroker(radius, fMiterLimit, this->getCap(), in strokePath()