Searched defs:kLine_SegmentMask (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkPath.h1299 instance, if SkPath only contains lines, only the kLine_SegmentMask bit is set.
1302 kLine_SegmentMask = 1 << 0, //!< Set if verb array contains kLine_Verb. enumerator in enum:SkPath::SegmentMask
/external/skqp/include/core/
H A DSkPath.h1341 instance, if SkPath only contains lines, only the kLine_SegmentMask bit is set.
1344 kLine_SegmentMask = 1 << 0, //!< Set if verb array contains kLine_Verb. enumerator in enum:SkPath::SegmentMask

Completed in 3782 milliseconds