Home
last modified time | relevance | path

Searched refs:allowPartial (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkPathPriv.h336 static bool IsRectContour(const SkPath&, bool allowPartial, int* currVerb,
DSkPath.cpp3435 bool SkPathPriv::IsRectContour(const SkPath& path, bool allowPartial, int* currVerb, in IsRectContour() argument
3453 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) { in IsRectContour()
3526 if (allowPartial && !autoClose && directions[0] >= 0) { in IsRectContour()
/external/skqp/include/core/
DSkPath.h1736 bool isRectContour(bool allowPartial, int* currVerb, const SkPoint** pts,
/external/skqp/src/core/
DSkPath.cpp474 bool SkPath::isRectContour(bool allowPartial, int* currVerb, const SkPoint** ptsPtr, in isRectContour() argument
491 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) { in isRectContour()
563 if (allowPartial && !autoClose && directions[0] >= 0) { in isRectContour()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js4009 containsNode: function(node, allowPartial) { argument
4010 return unsafeUnwrap(this).containsNode(unwrapIfNeeded(node), allowPartial);
Dwebcomponents.js4014 containsNode: function(node, allowPartial) { argument
4015 return unsafeUnwrap(this).containsNode(unwrapIfNeeded(node), allowPartial);