HomeSort by relevance Sort by last modified time
    Searched refs:isConvex (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.h 105 bool isConvex(const FloatPoint* vertices, int nVertices);
LoopBlinnMathUtils.cpp 606 bool isConvex(const FloatPoint* vertices, int nVertices)
  /external/skia/bench/
AAClipBench.cpp 46 SkASSERT(fClipPath.isConvex());
62 SkASSERT(fClipPath.isConvex());
139 SkASSERT(path.isConvex());
PathBench.cpp 749 SkASSERT(path->isConvex());
  /external/skia/legacy/include/core/
SkPath.h 149 bool isConvex() const {
155 * Set the isConvex flag to true or false. Convex paths may draw faster if
158 * isConvex == false
160 void setIsConvex(bool isConvex) {
161 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);
166 This does NOT change the fill-type setting nor isConvex
173 This does NOT change the fill-type setting nor isConvex
  /external/skia/include/core/
SkPath.h 145 bool isConvex() const {
151 * Set the isConvex flag to true or false. Convex paths may draw faster if
154 * isConvex == false
156 void setIsConvex(bool isConvex) {
157 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);
174 This does NOT change the fill-type setting nor isConvex
181 This does NOT change the fill-type setting nor isConvex
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_util_DebugShapeFactory.cpp 99 } else if (shape->isConvex()) {
  /external/skia/gm/
convexpaths.cpp 249 SkASSERT(fPaths[i].isConvex());
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 159 return path.isConvex();
GrAAConvexPathRenderer.cpp 436 stroke.isFillStyle() && !path.isInverseFillType() && path.isConvex());
  /external/skia/legacy/src/core/
SkScan_Path.cpp 472 if (path.isConvex() && (NULL == proc)) {
  /external/skia/src/core/
SkScan_Path.cpp 503 if (path.isConvex() && (NULL == proc)) {
  /external/skia/tests/
PathTest.cpp 312 REPORTER_ASSERT(reporter, temp.isConvex());
854 REPORTER_ASSERT(reporter, p.isConvex());
858 REPORTER_ASSERT(reporter, p2.isConvex());
863 REPORTER_ASSERT(reporter, other.isConvex());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 654 if (contours.size() == 1 && LoopBlinnMathUtils::isConvex(inVertices.begin(), inVertices.size())) {
    [all...]

Completed in 546 milliseconds