Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathMeasure.h91 bool fIsClosed; // relative to the current contour variable
/external/skia/src/core/
DSkPathMeasure.cpp403 fIsClosed = isClosed; in buildSegments()
681 return fIsClosed; in isClosed()