Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp133 bool hasOnlyMoveTo() const { return 0 == fSegmentCount; } in hasOnlyMoveTo() function in SkPathStroker
1444 if (stroker.hasOnlyMoveTo()) { in strokePath()
/external/skqp/src/core/
DSkStroke.cpp133 bool hasOnlyMoveTo() const { return 0 == fSegmentCount; } in hasOnlyMoveTo() function in SkPathStroker
1448 if (stroker.hasOnlyMoveTo()) { in strokePath()