Searched defs:subdivide (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DOctnode.java112 public void subdivide(int depth, int minTrisPerNode){ method in class:Octnode
114 // no need to subdivide anymore
164 children[i].subdivide(depth + 1, minTrisPerNode);
169 public void subdivide(int minTrisPerNode){ method in class:Octnode
170 subdivide(0, minTrisPerNode);
/external/skia/samplecode/
H A DSampleCull.cpp30 static void subdivide(SkPath* path, SkScalar bump) { function
120 subdivide(&fPath, bump);
121 subdivide(&fPath, bump);
122 subdivide(&fPath, bump);
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp205 Segment* subdivide(float param) function in class:WebCore::LoopBlinnPathProcessorImplementation::Segment
235 Segment* subdivide() { return subdivide(0.5f); } function in class:WebCore::LoopBlinnPathProcessorImplementation::Segment
398 Segment* subdivide(Segment* segment, float param) function in class:WebCore::LoopBlinnPathProcessorImplementation::Contour
400 Segment* left = segment->subdivide(param);
409 Segment* subdivide(Segment* segment) function in class:WebCore::LoopBlinnPathProcessorImplementation::Contour
411 Segment* left = segment->subdivide();
545 // curves and subdivide curves appropriately.
553 // Classify curves, compute texture coordinates and subdivide as
576 cur->subdivide(se
[all...]

Completed in 156 milliseconds